it.jnrpe.net
Class JNRPERequestDecoder

java.lang.Object
  extended by io.netty.channel.ChannelHandlerAdapter
      extended by io.netty.channel.ChannelInboundHandlerAdapter
          extended by io.netty.handler.codec.ByteToMessageDecoder
              extended by io.netty.handler.codec.ReplayingDecoder<it.jnrpe.net.JNRPERequestDecoder.STAGE>
                  extended by it.jnrpe.net.JNRPERequestDecoder
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

public class JNRPERequestDecoder
extends io.netty.handler.codec.ReplayingDecoder<it.jnrpe.net.JNRPERequestDecoder.STAGE>

The NETTY implementation of the JNRPE protocol request decoder.

Author:
Massimiliano Ziccardi

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

JNRPERequestDecoder

public JNRPERequestDecoder()
Creates a new JNRPERequestDecoder object and sets the initial state at STAGE#PACKET_VERSION.



Copyright © 2014. All Rights Reserved.