Uses of Package
org.jboss.netty.util
-
Packages that use org.jboss.netty.util Package Description org.jboss.netty.bootstrap IoC/DI friendly helper classes which enable an easy implementation of typical client side and server side channel initialization.org.jboss.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.org.jboss.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine.org.jboss.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.org.jboss.netty.channel.socket.http An HTTP-based client-sideSocketChanneland its corresponding server-side Servlet implementation that make your existing server application work in a firewalled network.org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).org.jboss.netty.channel.socket.oio Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).org.jboss.netty.example.uptime org.jboss.netty.handler.codec.embedder A helper that wraps an encoder or a decoder so that they can be used without doing actual I/O in unit tests or higher level codecs.org.jboss.netty.handler.execution Executor-based implementation of various thread models that separate business logic from I/O threadsorg.jboss.netty.handler.ssl SSL · TLS implementation based onSSLEngineorg.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer.org.jboss.netty.handler.traffic Implementation of a Traffic Shaping Handler and Dynamic Statistics.
org.jboss.netty.util Utility classes used across multiple packages. -
Classes in org.jboss.netty.util used by org.jboss.netty.bootstrap Class Description ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown. -
Classes in org.jboss.netty.util used by org.jboss.netty.channel Class Description ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown. -
Classes in org.jboss.netty.util used by org.jboss.netty.channel.local Class Description ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown. -
Classes in org.jboss.netty.util used by org.jboss.netty.channel.socket Class Description ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown. -
Classes in org.jboss.netty.util used by org.jboss.netty.channel.socket.http Class Description ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown. -
Classes in org.jboss.netty.util used by org.jboss.netty.channel.socket.nio Class Description ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown.ThreadNameDeterminer Overrides the thread name proposed byThreadRenamingRunnable.ThreadRenamingRunnable ARunnablethat changes the current thread name and reverts it back when its execution ends.Timeout Timer SchedulesTimerTasks for one-time future execution in a background thread.TimerTask A task which is executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit). -
Classes in org.jboss.netty.util used by org.jboss.netty.channel.socket.oio Class Description ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown.ThreadNameDeterminer Overrides the thread name proposed byThreadRenamingRunnable. -
Classes in org.jboss.netty.util used by org.jboss.netty.example.uptime Class Description Timer SchedulesTimerTasks for one-time future execution in a background thread. -
Classes in org.jboss.netty.util used by org.jboss.netty.handler.codec.embedder Class Description ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown. -
Classes in org.jboss.netty.util used by org.jboss.netty.handler.execution Class Description EstimatableObjectWrapper Represents an object which contains another object that needs to be taken into account byObjectSizeEstimatorfor more accurate object size estimation.ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown.ObjectSizeEstimator Estimates the size of an object in bytes. -
Classes in org.jboss.netty.util used by org.jboss.netty.handler.ssl Class Description Timeout Timer SchedulesTimerTasks for one-time future execution in a background thread. -
Classes in org.jboss.netty.util used by org.jboss.netty.handler.timeout Class Description ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown.Timeout Timer SchedulesTimerTasks for one-time future execution in a background thread.TimerTask A task which is executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit). -
Classes in org.jboss.netty.util used by org.jboss.netty.handler.traffic Class Description DefaultObjectSizeEstimator The defaultObjectSizeEstimatorimplementation for general purpose.ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown.ObjectSizeEstimator Estimates the size of an object in bytes.Timeout Timer SchedulesTimerTasks for one-time future execution in a background thread.TimerTask A task which is executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit). -
Classes in org.jboss.netty.util used by org.jboss.netty.util Class Description ExternalResourceReleasable A common interface for a class which depends on external resources that need explicit release or shutdown.HashedWheelTimer ATimeroptimized for approximated I/O timeout scheduling.HashedWheelTimer.HashedWheelBucket Bucket that stores HashedWheelTimeouts.HashedWheelTimer.HashedWheelTimeout HashedWheelTimer.Worker ObjectSizeEstimator Estimates the size of an object in bytes.ThreadNameDeterminer Overrides the thread name proposed byThreadRenamingRunnable.Timeout Timer SchedulesTimerTasks for one-time future execution in a background thread.TimerTask A task which is executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit).