|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectio.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.ByteToMessageDecoder
io.netty.handler.codec.ReplayingDecoder<it.jnrpe.net.JNRPERequestDecoder.STAGE>
it.jnrpe.net.JNRPERequestDecoder
public class JNRPERequestDecoder
The NETTY implementation of the JNRPE protocol request decoder.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler |
---|
io.netty.channel.ChannelHandler.Sharable |
Constructor Summary | |
---|---|
JNRPERequestDecoder()
Creates a new JNRPERequestDecoder object and sets the initial
state at STAGE#PACKET_VERSION . |
Method Summary |
---|
Methods inherited from class io.netty.handler.codec.ReplayingDecoder |
---|
channelInactive |
Methods inherited from class io.netty.handler.codec.ByteToMessageDecoder |
---|
channelRead, channelReadComplete, handlerRemoved, isSingleDecode, setSingleDecode |
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter |
---|
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered |
Methods inherited from class io.netty.channel.ChannelHandlerAdapter |
---|
handlerAdded, isSharable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface io.netty.channel.ChannelHandler |
---|
handlerAdded |
Constructor Detail |
---|
public JNRPERequestDecoder()
JNRPERequestDecoder
object and sets the initial
state at STAGE#PACKET_VERSION
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |