Class DetectorHandlerNettyImpl<Request,​Response>

  • All Implemented Interfaces:
    org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler
    Direct Known Subclasses:
    TcpDetectorHandlerNettyImpl

    public class DetectorHandlerNettyImpl<Request,​Response>
    extends org.jboss.netty.channel.SimpleChannelHandler

    DetectorHandlerNettyImpl class.

    CAUTION: This class is unused. This implementation has never been in production.
    Author:
    Seth
    • Nested Class Summary

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

        org.jboss.netty.channel.ChannelHandler.Sharable
    • Constructor Detail

      • DetectorHandlerNettyImpl

        public DetectorHandlerNettyImpl()
    • Method Detail

      • channelOpen

        public void channelOpen​(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                org.jboss.netty.channel.ChannelStateEvent event)
                         throws Exception
        Overrides:
        channelOpen in class org.jboss.netty.channel.SimpleChannelHandler
        Throws:
        Exception
      • channelClosed

        public void channelClosed​(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                  org.jboss.netty.channel.ChannelStateEvent event)
                           throws Exception
        Overrides:
        channelClosed in class org.jboss.netty.channel.SimpleChannelHandler
        Throws:
        Exception
      • exceptionCaught

        public void exceptionCaught​(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                    org.jboss.netty.channel.ExceptionEvent event)
                             throws Exception
        Overrides:
        exceptionCaught in class org.jboss.netty.channel.SimpleChannelHandler
        Throws:
        Exception
      • messageReceived

        public void messageReceived​(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                    org.jboss.netty.channel.MessageEvent message)
        Overrides:
        messageReceived in class org.jboss.netty.channel.SimpleChannelHandler