Package org.jboss.netty.handler.codec.http
Encoder, decoder and their related message types for HTTP.
-
Interface Summary Interface Description Cookie Deprecated. UseCookieinstead.HttpChunk An HTTP chunk which is used for HTTP chunked transfer-encoding.HttpChunkTrailer The lastHttpChunkwhich has trailing headers.HttpMessage An HTTP message which provides common properties forHttpRequestandHttpResponse.HttpRequest An HTTP request.HttpResponse An HTTP response. -
Class Summary Class Description CookieDecoder Deprecated. Useio.netty.handler.codec.http.cookie.ClientCookieDecoderorio.netty.handler.codec.http.cookie.ServerCookieDecoderinstead.CookieEncoder EncodesCookies into an HTTP header value.CookieUtil Deprecated. Duplicate of package private $io.netty.handler.codec.http.cookie.CookieUtilDefaultCookie Deprecated. Useio.netty.handler.codec.http.cookie.DefaultCookieinstead.DefaultHttpChunk The defaultHttpChunkimplementation.DefaultHttpChunkTrailer The defaultHttpChunkTrailerimplementation.DefaultHttpChunkTrailer.TrailingHeaders DefaultHttpHeaders DefaultHttpMessage The defaultHttpMessageimplementation.DefaultHttpRequest The defaultHttpRequestimplementation.DefaultHttpResponse The defaultHttpResponseimplementation.HttpChunkAggregator AChannelHandlerthat aggregates anHttpMessageand its followingHttpChunks into a singleHttpMessagewith no followingHttpChunks.HttpClientCodec A combination ofHttpRequestEncoderandHttpResponseDecoderwhich enables easier client side HTTP implementation.HttpCodecUtil HttpConstants HttpContentCompressor Compresses anHttpMessageand anHttpChunkingzipordeflateencoding while respecting the"Accept-Encoding"header.HttpContentDecoder Decodes the content of the receivedHttpRequestandHttpChunk.HttpContentDecompressor HttpContentEncoder Encodes the content of the outboundHttpResponseandHttpChunk.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 ofHttpRequestDecoderandHttpResponseEncoderwhich 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.