public class IdleHandler
extends io.netty.handler.timeout.ReadTimeoutHandler
| Constructor and Description |
|---|
IdleHandler(long readerIdleTime,
TimeUnit unit)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
protected void |
readTimedOut(io.netty.channel.ChannelHandlerContext ctx) |
channelActive, channelInactive, channelReadComplete, channelRegistered, getAllIdleTimeInMillis, getReaderIdleTimeInMillis, getWriterIdleTimeInMillis, handlerAdded, handlerRemoved, newIdleStateEvent, writebind, close, connect, deregister, disconnect, flush, readchannelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredpublic IdleHandler(long readerIdleTime,
TimeUnit unit)
Copyright © 2019 OpenDaylight. All rights reserved.