Package org.jboss.netty.handler.codec.http
Encoder, decoder and their related message types for HTTP.
-
Interface Summary Interface Description Cookie Deprecated. UseCookie
instead.HttpChunk An HTTP chunk which is used for HTTP chunked transfer-encoding.HttpChunkTrailer The lastHttpChunk
which has trailing headers.HttpMessage An HTTP message which provides common properties forHttpRequest
andHttpResponse
.HttpRequest An HTTP request.HttpResponse An HTTP response. -
Class Summary Class Description CookieDecoder Deprecated. Useio.netty.handler.codec.http.cookie.ClientCookieDecoder
orio.netty.handler.codec.http.cookie.ServerCookieDecoder
instead.CookieEncoder EncodesCookie
s into an HTTP header value.CookieUtil Deprecated. Duplicate of package private $io.netty.handler.codec.http.cookie.CookieUtil
DefaultCookie Deprecated. Useio.netty.handler.codec.http.cookie.DefaultCookie
instead.DefaultHttpChunk The defaultHttpChunk
implementation.DefaultHttpChunkTrailer The defaultHttpChunkTrailer
implementation.DefaultHttpChunkTrailer.TrailingHeaders DefaultHttpHeaders DefaultHttpMessage The defaultHttpMessage
implementation.DefaultHttpRequest The defaultHttpRequest
implementation.DefaultHttpResponse The defaultHttpResponse
implementation.HttpChunkAggregator AChannelHandler
that aggregates anHttpMessage
and its followingHttpChunk
s into a singleHttpMessage
with no followingHttpChunk
s.HttpClientCodec A combination ofHttpRequestEncoder
andHttpResponseDecoder
which enables easier client side HTTP implementation.HttpCodecUtil HttpConstants HttpContentCompressor Compresses anHttpMessage
and anHttpChunk
ingzip
ordeflate
encoding while respecting the"Accept-Encoding"
header.HttpContentDecoder Decodes the content of the receivedHttpRequest
andHttpChunk
.HttpContentDecompressor HttpContentEncoder Encodes the content of the outboundHttpResponse
andHttpChunk
.HttpHeaderDateFormat This DateFormat decodes 3 formats ofDate
, but only encodes the one, the first: Sun, 06 Nov 1994 08:49:37 GMT: standard specification, the only one with valid generation Sun, 06 Nov 1994 08:49:37 GMT: obsolete specification Sun Nov 6 08:49:37 1994: obsolete specificationHttpHeaderDateFormat.HttpHeaderDateFormatObsolete1 First obsolete formatHttpHeaderDateFormat.HttpHeaderDateFormatObsolete2 Second obsolete formatHttpHeaders Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.HttpHeaders.Names Standard HTTP header names.HttpHeaders.Values Standard HTTP header values.HttpMessageDecoder HttpMessageEncoder HttpMethod HttpRequestDecoder HttpRequestEncoder HttpResponseDecoder HttpResponseEncoder HttpResponseStatus HttpServerCodec A combination ofHttpRequestDecoder
andHttpResponseEncoder
which enables easier server side HTTP implementation.HttpVersion QueryStringDecoder Splits an HTTP query string into a path string and key-value parameter pairs.QueryStringEncoder Creates an URL-encoded URI from a path string and key-value parameter pairs.QueryStringEncoder.Param -
Enum Summary Enum Description HttpMessageDecoder.State The internal state ofHttpMessageDecoder
.