Class TcpDetectorHandlerNettyImpl<Request,​Response>

  • All Implemented Interfaces:
    org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

    public class TcpDetectorHandlerNettyImpl<Request,​Response>
    extends DetectorHandlerNettyImpl<Request,​Response>
    CAUTION: This class is unused. This implementation has never been in production.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler

        org.jboss.netty.channel.ChannelHandler.Sharable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void channelOpen​(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent event)
      • Methods inherited from class org.jboss.netty.channel.SimpleChannelHandler

        bindRequested, channelBound, channelConnected, channelDisconnected, channelInterestChanged, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, handleDownstream, handleUpstream, setInterestOpsRequested, unbindRequested, writeComplete, writeRequested
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TcpDetectorHandlerNettyImpl

        public TcpDetectorHandlerNettyImpl()