Uses of Annotation Type
io.netty.channel.ChannelHandler.Sharable

Packages that use ChannelHandler.Sharable
Package
Description
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
Package to dynamically replace local / remote SocketAddress.
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 and decoder which transform a Base64-encoded String or ByteBuf into a decoded ByteBuf and vice versa.
Encoder and decoder which transform an array of bytes into a ByteBuf and vice versa.
DNS codec.
Decodes an HAProxy proxy protocol header
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
Handlers for sending and receiving HTTP/2 frames.
Encoder, decoder and different Message Types for MQTT.
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, decoder and their related message types for SOCKSv4 protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
Encoder and decoder which transform a String into a ByteBuf and vice versa.
Package to filter IP addresses (allow/deny).
Logs the I/O events for debugging purpose.
Implementation of a Traffic Shaping Handler and Dynamic Statistics.