|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectio.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelDuplexHandler
it.jnrpe.net.JNRPEIdleStateHandler
public final class JNRPEIdleStateHandler
Idle timeout handler.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler |
---|
io.netty.channel.ChannelHandler.Sharable |
Constructor Summary | |
---|---|
JNRPEIdleStateHandler(JNRPEExecutionContext ctx)
The constructor. |
Method Summary | |
---|---|
void |
userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt)
|
Methods inherited from class io.netty.channel.ChannelDuplexHandler |
---|
bind, close, connect, deregister, disconnect, flush, read, write |
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter |
---|
channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught |
Methods inherited from class io.netty.channel.ChannelHandlerAdapter |
---|
handlerAdded, handlerRemoved, isSharable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface io.netty.channel.ChannelHandler |
---|
exceptionCaught, handlerAdded, handlerRemoved |
Constructor Detail |
---|
public JNRPEIdleStateHandler(JNRPEExecutionContext ctx)
ctx
- The JNRPE execution context.Method Detail |
---|
public void userEventTriggered(io.netty.channel.ChannelHandlerContext ctx, Object evt) throws Exception
userEventTriggered
in interface io.netty.channel.ChannelInboundHandler
userEventTriggered
in class io.netty.channel.ChannelInboundHandlerAdapter
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |