public class IdleStateHandler
extends org.jboss.netty.handler.timeout.IdleStateHandler
| Constructor and Description |
|---|
IdleStateHandler(org.jboss.netty.util.Timer timer,
int readerIdleTimeSeconds) |
IdleStateHandler(org.jboss.netty.util.Timer timer,
long readerIdleTime,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelIdle(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.handler.timeout.IdleState state,
long lastActivityTimeMillis) |
afterAdd, afterRemove, beforeAdd, beforeRemove, channelClosed, channelOpen, messageReceived, releaseExternalResources, writeCompletepublic IdleStateHandler(org.jboss.netty.util.Timer timer,
int readerIdleTimeSeconds)
public IdleStateHandler(org.jboss.netty.util.Timer timer,
long readerIdleTime,
TimeUnit unit)
Copyright © 2013. All Rights Reserved.