public class MaxIdleTimeHandler
extends org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler
| Constructor and Description |
|---|
MaxIdleTimeHandler(LoggerFactory loggerFactory,
int maxIdleTimeSeconds) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelIdle(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.handler.timeout.IdleStateEvent e) |
handleUpstreambindRequested, channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, exceptionCaught, handleDownstream, messageReceived, setInterestOpsRequested, unbindRequested, writeComplete, writeRequestedpublic MaxIdleTimeHandler(LoggerFactory loggerFactory, int maxIdleTimeSeconds)
public void channelIdle(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.handler.timeout.IdleStateEvent e)
throws InterruptedException
channelIdle in class org.jboss.netty.handler.timeout.IdleStateAwareChannelHandlerInterruptedExceptionCopyright © 2021. All rights reserved.