public interface IdleStateEvent extends ChannelEvent
ChannelEvent
that is triggered when a Channel
has been idle
for a while.Modifier and Type | Method and Description |
---|---|
long |
getLastActivityTimeMillis()
Returns the last time when I/O occurred in milliseconds.
|
IdleState |
getState()
Returns the detailed idle state.
|
getChannel, getFuture
IdleState getState()
long getLastActivityTimeMillis()
Copyright © 2008-2014 The Netty Project. All Rights Reserved.