Uses of Class
io.netty.handler.timeout.IdleStateHandler.AbstractIdleTask
-
Packages that use IdleStateHandler.AbstractIdleTask Package Description io.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer
. -
-
Uses of IdleStateHandler.AbstractIdleTask in io.netty.handler.timeout
Subclasses of IdleStateHandler.AbstractIdleTask in io.netty.handler.timeout Modifier and Type Class Description private class
IdleStateHandler.AllIdleTimeoutTask
private class
IdleStateHandler.ReaderIdleTimeoutTask
private class
IdleStateHandler.WriterIdleTimeoutTask
-