Class TcpDetectorHandlerNettyImpl<Request,Response>
- java.lang.Object
-
- org.jboss.netty.channel.SimpleChannelHandler
-
- org.opennms.netmgt.provision.support.DetectorHandlerNettyImpl<Request,Response>
-
- org.opennms.netmgt.provision.support.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.
-
-
Constructor Summary
Constructors Constructor Description TcpDetectorHandlerNettyImpl()
-
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.opennms.netmgt.provision.support.DetectorHandlerNettyImpl
channelClosed, exceptionCaught, getConversation, messageReceived, 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
-
-
-
-
Method Detail
-
channelOpen
public void channelOpen(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent event) throws java.lang.Exception
Description copied from class:DetectorHandlerNettyImpl
- Overrides:
channelOpen
in classDetectorHandlerNettyImpl<Request,Response>
- Throws:
java.lang.Exception
-
-