public interface IdleStateEvent extends ChannelEvent
ChannelEvent
that is triggered when a Channel
has been idle
for a while.限定符和类型 | 方法和说明 |
---|---|
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()