Class TcpDetectorHandlerNettyImpl<Request,Response>
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- org.opennms.netmgt.provision.support.DetectorHandlerNettyImpl<Request,Response>
-
- org.opennms.netmgt.provision.support.TcpDetectorHandlerNettyImpl<Request,Response>
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
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 voidchannelActive(io.netty.channel.ChannelHandlerContext ctx)-
Methods inherited from class org.opennms.netmgt.provision.support.DetectorHandlerNettyImpl
channelInactive, channelRead, exceptionCaught, getConversation, setConversation
-
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
-
-
-
-
Method Detail
-
channelActive
public void channelActive(io.netty.channel.ChannelHandlerContext ctx) throws ExceptionDescription copied from class:DetectorHandlerNettyImpl- Specified by:
channelActivein interfaceio.netty.channel.ChannelInboundHandler- Overrides:
channelActivein classDetectorHandlerNettyImpl<Request,Response>- Throws:
Exception
-
-