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
StringorChannelBufferinto a decodedChannelBufferand vice versa.Encoder and decoder which compresses and decompressesChannelBuffers 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 BuffersMessageinto aChannelBufferand vice versa.Specialized variation ofFrameDecoderwhich 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 aSerializableobject 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 aStringinto aChannelBufferand vice versa. -
Exception ClassesClassDescriptionException which should get thrown if a Channel got closed before it is expected