Package org.jboss.netty.handler.codec.http
package org.jboss.netty.handler.codec.http
Encoder, decoder and their related message types for HTTP.
-
ClassDescriptionDeprecated.Deprecated.Use
io.netty.handler.codec.http.cookie.ClientCookieDecoder
orio.netty.handler.codec.http.cookie.ServerCookieDecoder
instead.EncodesCookie
s into an HTTP header value.Deprecated.Duplicate of package private $io.netty.handler.codec.http.cookie.CookieUtil
Deprecated.Useio.netty.handler.codec.http.cookie.DefaultCookie
instead.The defaultHttpChunk
implementation.The defaultHttpChunkTrailer
implementation.The defaultHttpMessage
implementation.The defaultHttpRequest
implementation.The defaultHttpResponse
implementation.An HTTP chunk which is used for HTTP chunked transfer-encoding.AChannelHandler
that aggregates anHttpMessage
and its followingHttpChunk
s into a singleHttpMessage
with no followingHttpChunk
s.The lastHttpChunk
which has trailing headers.A combination ofHttpRequestEncoder
andHttpResponseDecoder
which enables easier client side HTTP implementation.Compresses anHttpMessage
and anHttpChunk
ingzip
ordeflate
encoding while respecting the"Accept-Encoding"
header.Decodes the content of the receivedHttpRequest
andHttpChunk
.Encodes the content of the outboundHttpResponse
andHttpChunk
.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 specificationFirst obsolete formatSecond obsolete formatProvides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.Standard HTTP header names.Standard HTTP header values.An HTTP message which provides common properties forHttpRequest
andHttpResponse
.The internal state ofHttpMessageDecoder
.An HTTP request.An HTTP response.A combination ofHttpRequestDecoder
andHttpResponseEncoder
which enables easier server side HTTP implementation.Splits an HTTP query string into a path string and key-value parameter pairs.Creates an URL-encoded URI from a path string and key-value parameter pairs.
Cookie
instead.