Uses of Interface
org.jboss.netty.util.Timeout
Packages that use Timeout
Package
Description
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Adds support for read and write timeout and idle connection notification
using a
Timer.Implementation of a Traffic Shaping Handler and Dynamic Statistics.
Utility classes used across multiple packages.
-
Uses of Timeout in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as Timeout -
Uses of Timeout in org.jboss.netty.handler.ssl
Fields in org.jboss.netty.handler.ssl declared as Timeout -
Uses of Timeout in org.jboss.netty.handler.timeout
Fields in org.jboss.netty.handler.timeout declared as TimeoutModifier and TypeFieldDescription(package private) TimeoutIdleStateHandler.State.allIdleTimeout(package private) TimeoutIdleStateHandler.State.readerIdleTimeout(package private) TimeoutReadTimeoutHandler.State.timeoutprivate final TimeoutWriteTimeoutHandler.TimeoutCanceller.timeout(package private) TimeoutIdleStateHandler.State.writerIdleTimeoutMethods in org.jboss.netty.handler.timeout with parameters of type TimeoutModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidConstructors in org.jboss.netty.handler.timeout with parameters of type Timeout -
Uses of Timeout in org.jboss.netty.handler.traffic
Fields in org.jboss.netty.handler.traffic declared as TimeoutModifier and TypeFieldDescription(package private) TimeoutAbstractTrafficShapingHandler.timeoutused in releaseExternalResources() to cancel the timer(package private) TimeoutTrafficCounter.timeoutused in stop() to cancel the timerprivate TimeoutChannelTrafficShapingHandler.writeTimeoutMethods in org.jboss.netty.handler.traffic with parameters of type Timeout -
Uses of Timeout in org.jboss.netty.util
Classes in org.jboss.netty.util that implement TimeoutFields in org.jboss.netty.util with type parameters of type TimeoutMethods in org.jboss.netty.util that return TimeoutModifier and TypeMethodDescriptionHashedWheelTimer.newTimeout(TimerTask task, long delay, TimeUnit unit) Timer.newTimeout(TimerTask task, long delay, TimeUnit unit) Schedules the specifiedTimerTaskfor one-time execution after the specified delay.Methods in org.jboss.netty.util that return types with arguments of type TimeoutModifier and TypeMethodDescriptionHashedWheelTimer.stop()Timer.stop()Releases all resources acquired by thisTimerand cancels all tasks which were scheduled but not executed yet.HashedWheelTimer.Worker.unprocessedTimeouts()Methods in org.jboss.netty.util with parameters of type TimeoutModifier and TypeMethodDescriptionvoidExecuted after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit).Method parameters in org.jboss.netty.util with type arguments of type TimeoutModifier and TypeMethodDescriptionvoidHashedWheelTimer.HashedWheelBucket.clearTimeouts(Set<Timeout> set) Clear this bucket and return all not expired / cancelledTimeouts.