Package org.jboss.netty.handler.codec
package org.jboss.netty.handler.codec
Base package for codecs
-
Related PackagesPackageDescriptionEncoder and decoder which transform a Base64-encoded
String
orChannelBuffer
into a decodedChannelBuffer
and vice versa.Encoder and decoder which compresses and decompressesChannelBuffer
s in a compression format such as zlib and gzip.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.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 and their related message types for HTTP.Decoder and Encoder which uses JBoss Marshalling.Simplistic abstract classes which help implement encoder and decoder that transform an object into another object and vice versa.Encoder and decoder which transform a Google Protocol BuffersMessage
into aChannelBuffer
and vice versa.Specialized variation ofFrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O paradigm.An RTSP extension based on the HTTP codec.Encoder, decoder and their compatibility stream implementations which transform aSerializable
object into a byte buffer and vice versa.Encoder, decoder and their related message types for Socks.Encoder, decoder, session handler and their related message types for the SPDY protocol.Encoder and decoder which transform aString
into aChannelBuffer
and vice versa. -
Exception ClassesClassDescriptionException which should get thrown if a Channel got closed before it is expected