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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void channelClosed​(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent event)
      void channelOpen​(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent event)
      void exceptionCaught​(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ExceptionEvent event)
      AsyncClientConversation<Request,​Response> getConversation()
      getConversation
      void messageReceived​(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent message)
      void setConversation​(AsyncClientConversation<Request,​Response> conversation)
      setConversation
      • 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

      • DetectorHandlerNettyImpl

        public DetectorHandlerNettyImpl()
    • Method Detail

      • channelOpen

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

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

        public void exceptionCaught​(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                    org.jboss.netty.channel.ExceptionEvent event)
                             throws java.lang.Exception
        Overrides:
        exceptionCaught in class org.jboss.netty.channel.SimpleChannelHandler
        Throws:
        java.lang.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