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.Useor
invalid reference
io.netty.handler.codec.http.cookie.ClientCookieDecoderinstead.invalid reference
io.netty.handler.codec.http.cookie.ServerCookieDecoderEncodesCookies into an HTTP header value.Deprecated.Duplicate of package private $invalid reference
io.netty.handler.codec.http.cookie.CookieUtilDeprecated.Useinstead.invalid reference
io.netty.handler.codec.http.cookie.DefaultCookieThe defaultHttpChunkimplementation.The defaultHttpChunkTrailerimplementation.The defaultHttpMessageimplementation.The defaultHttpRequestimplementation.The defaultHttpResponseimplementation.An HTTP chunk which is used for HTTP chunked transfer-encoding.AChannelHandlerthat aggregates anHttpMessageand its followingHttpChunks into a singleHttpMessagewith no followingHttpChunks.The lastHttpChunkwhich has trailing headers.A combination ofHttpRequestEncoderandHttpResponseDecoderwhich enables easier client side HTTP implementation.Compresses anHttpMessageand anHttpChunkingzipordeflateencoding while respecting the"Accept-Encoding"header.Decodes the content of the receivedHttpRequestandHttpChunk.Encodes the content of the outboundHttpResponseandHttpChunk.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 forHttpRequestandHttpResponse.The internal state ofHttpMessageDecoder.An HTTP request.An HTTP response.A combination ofHttpRequestDecoderandHttpResponseEncoderwhich 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.
Cookieinstead.