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.| Constructor and Description | 
|---|
DetectorHandlerNettyImpl()  | 
| Modifier and Type | Method and 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 
 | 
bindRequested, channelBound, channelConnected, channelDisconnected, channelInterestChanged, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, handleDownstream, handleUpstream, setInterestOpsRequested, unbindRequested, writeComplete, writeRequestedpublic void channelOpen(org.jboss.netty.channel.ChannelHandlerContext ctx,
                        org.jboss.netty.channel.ChannelStateEvent event)
                 throws Exception
channelOpen in class org.jboss.netty.channel.SimpleChannelHandlerExceptionpublic void channelClosed(org.jboss.netty.channel.ChannelHandlerContext ctx,
                          org.jboss.netty.channel.ChannelStateEvent event)
                   throws Exception
channelClosed in class org.jboss.netty.channel.SimpleChannelHandlerExceptionpublic void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
                            org.jboss.netty.channel.ExceptionEvent event)
                     throws Exception
exceptionCaught in class org.jboss.netty.channel.SimpleChannelHandlerExceptionpublic void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
                            org.jboss.netty.channel.MessageEvent message)
messageReceived in class org.jboss.netty.channel.SimpleChannelHandlerpublic void setConversation(AsyncClientConversation<Request,Response> conversation)
setConversation
conversation - a AsyncClientConversation object.public AsyncClientConversation<Request,Response> getConversation()
getConversation
AsyncClientConversation object.Copyright © 2021. All rights reserved.