Class IdleTimeoutHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler

public final class IdleTimeoutHandler extends IdleStateHandler
A handler that manages idle timeout for HTTP connections. This handler will close the connection if it remains idle for the specified duration. It may also check the liveness of the HTTP connection with sending series of ping messages.
Since:
1.2.12
Author:
raccoonback, Violeta Georgieva