Uses of Annotation Type
org.jboss.netty.channel.ChannelHandler.Sharable

Packages that use ChannelHandler.Sharable
Package
Description
Encoder and decoder which transform a Base64-encoded String or ChannelBuffer into a decoded ChannelBuffer and vice versa.
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
Decoder and Encoder which uses JBoss Marshalling.
Encoder and decoder which transform a Google Protocol Buffers Message into a ChannelBuffer and vice versa.
An RTSP extension based on the HTTP codec.
Encoder, decoder and their compatibility stream implementations which transform a Serializable object into a byte buffer and vice versa.
Encoder, decoder and their related message types for Socks.
Encoder and decoder which transform a String into a ChannelBuffer and vice versa.
Executor-based implementation of various thread models that separate business logic from I/O threads
Implementation of a Ip based Filter handlers.


Logs a ChannelEvent for debugging purpose using an InternalLogger.
Adds support for read and write timeout and idle connection notification using a Timer.
Implementation of a Traffic Shaping Handler and Dynamic Statistics.