Uses of Package
org.jboss.netty.handler.codec.http
Packages that use org.jboss.netty.handler.codec.http
Package
Description
This package is intended for use with testing against the Python
AutoBahn test suite.
This package contains an example web socket web server.
Encoder, decoder and their related message types for HTTP.
HTTP multipart support.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
An RTSP
extension based on the HTTP codec.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.example.http.fileClassDescriptionAn HTTP response.
-
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.example.http.snoop
-
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.example.http.upload
-
-
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.example.http.websocketx.server
-
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.httpClassDescriptionDeprecated.Deprecated.Use
invalid reference
io.netty.handler.codec.http.cookie.DefaultCookie
The defaultHttpMessage
implementation.An HTTP chunk which is used for HTTP chunked transfer-encoding.The lastHttpChunk
which has trailing headers.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 specificationProvides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.An HTTP message which provides common properties forHttpRequest
andHttpResponse
.The internal state ofHttpMessageDecoder
.An HTTP request.An HTTP response. -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.http.multipartClassDescriptionAn HTTP chunk which is used for HTTP chunked transfer-encoding.An HTTP request.
-
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.http.websocketx
-
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.rtspClassDescriptionAn HTTP message which provides common properties for
HttpRequest
andHttpResponse
.The internal state ofHttpMessageDecoder
. -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.spdyClassDescriptionAn HTTP chunk which is used for HTTP chunked transfer-encoding.An HTTP message which provides common properties for
HttpRequest
andHttpResponse
.An HTTP request.An HTTP response.
Cookie
instead.