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) Timeout
IdleStateHandler.State.allIdleTimeout
(package private) Timeout
IdleStateHandler.State.readerIdleTimeout
(package private) Timeout
ReadTimeoutHandler.State.timeout
private final Timeout
WriteTimeoutHandler.TimeoutCanceller.timeout
(package private) Timeout
IdleStateHandler.State.writerIdleTimeout
Methods in org.jboss.netty.handler.timeout with parameters of type TimeoutModifier and TypeMethodDescriptionvoid
void
void
void
void
Constructors 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) Timeout
AbstractTrafficShapingHandler.timeout
used in releaseExternalResources() to cancel the timer(package private) Timeout
TrafficCounter.timeout
used in stop() to cancel the timerprivate Timeout
ChannelTrafficShapingHandler.writeTimeout
Methods 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 specifiedTimerTask
for 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 thisTimer
and 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 TypeMethodDescriptionvoid
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.Method parameters in org.jboss.netty.util with type arguments of type TimeoutModifier and TypeMethodDescriptionvoid
HashedWheelTimer.HashedWheelBucket.clearTimeouts
(Set<Timeout> set) Clear this bucket and return all not expired / cancelledTimeout
s.