Uses of Package
org.jboss.netty.handler.codec.http
-
Packages that use org.jboss.netty.handler.codec.http Package Description org.jboss.netty.example.http.file org.jboss.netty.example.http.snoop org.jboss.netty.example.http.upload org.jboss.netty.example.http.websocketx.autobahn This package is intended for use with testing against the Python AutoBahn test suite.org.jboss.netty.example.http.websocketx.server This package contains an example web socket web server.org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.org.jboss.netty.handler.codec.http.multipart HTTP multipart support.org.jboss.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.org.jboss.netty.handler.codec.rtsp An RTSP extension based on the HTTP codec.org.jboss.netty.handler.codec.spdy 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.file Class Description HttpResponse An HTTP response.HttpResponseStatus -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.example.http.snoop Class Description HttpRequest An HTTP request. -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.example.http.upload Class Description HttpRequest An HTTP request. -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.example.http.websocketx.autobahn Class Description HttpRequest An HTTP request.HttpResponse An HTTP response. -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.example.http.websocketx.server Class Description HttpRequest An HTTP request.HttpResponse An HTTP response. -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.http Class Description Cookie Deprecated.UseCookie
instead.DefaultCookie Deprecated.Useio.netty.handler.codec.http.cookie.DefaultCookie
instead.DefaultHttpHeaders DefaultHttpHeaders.HeaderEntry DefaultHttpMessage The defaultHttpMessage
implementation.HttpChunk An HTTP chunk which is used for HTTP chunked transfer-encoding.HttpChunkTrailer The lastHttpChunk
which has trailing headers.HttpContentDecoder Decodes the content of the receivedHttpRequest
andHttpChunk
.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 specificationHttpHeaders Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.HttpMessage An HTTP message which provides common properties forHttpRequest
andHttpResponse
.HttpMessageDecoder HttpMessageDecoder.State The internal state ofHttpMessageDecoder
.HttpMessageEncoder HttpMethod HttpRequest An HTTP request.HttpRequestDecoder HttpRequestEncoder HttpResponse An HTTP response.HttpResponseDecoder HttpResponseEncoder HttpResponseStatus HttpVersion QueryStringEncoder.Param -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.http.multipart Class Description HttpChunk An HTTP chunk which is used for HTTP chunked transfer-encoding.HttpRequest An HTTP request. -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.http.websocketx Class Description HttpRequest An HTTP request.HttpResponse An HTTP response. -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.rtsp Class Description HttpMessage An HTTP message which provides common properties forHttpRequest
andHttpResponse
.HttpMessageDecoder HttpMessageDecoder.State The internal state ofHttpMessageDecoder
.HttpMessageEncoder HttpMethod HttpResponseStatus HttpVersion -
Classes in org.jboss.netty.handler.codec.http used by org.jboss.netty.handler.codec.spdy Class Description HttpChunk An HTTP chunk which is used for HTTP chunked transfer-encoding.HttpMessage An HTTP message which provides common properties forHttpRequest
andHttpResponse
.HttpMethod HttpRequest An HTTP request.HttpResponse An HTTP response.HttpResponseStatus HttpVersion