Uses of Interface
org.jboss.netty.handler.timeout.IdleStateEvent
Packages that use IdleStateEvent
Package
Description
Adds support for read and write timeout and idle connection notification
using a
Timer.-
Uses of IdleStateEvent in org.jboss.netty.handler.timeout
Classes in org.jboss.netty.handler.timeout that implement IdleStateEventMethods in org.jboss.netty.handler.timeout with parameters of type IdleStateEventModifier and TypeMethodDescriptionvoidIdleStateAwareChannelHandler.channelIdle(ChannelHandlerContext ctx, IdleStateEvent e) Invoked when aChannelhas been idle for a while.voidIdleStateAwareChannelUpstreamHandler.channelIdle(ChannelHandlerContext ctx, IdleStateEvent e) Invoked when aChannelhas been idle for a while.