| Package | Description |
|---|---|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| io.netty.handler.codec.http.cors |
This package contains Cross Origin Resource Sharing (CORS) related classes.
|
| io.netty.handler.codec.http.multipart |
HTTP multipart support.
|
| io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
| io.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
| io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| Class and Description |
|---|
| Cookie
An interface defining an
HTTP cookie.
|
| DefaultHttpContent
The default
HttpContent implementation. |
| DefaultHttpMessage
The default
HttpMessage implementation. |
| DefaultHttpObject |
| DefaultHttpRequest
The default
HttpRequest implementation. |
| DefaultHttpResponse
The default
HttpResponse implementation. |
| EmptyHttpHeaders |
| FullHttpMessage
Combines
HttpMessage and LastHttpContent into one
message. |
| FullHttpRequest
Combinate the
HttpRequest and FullHttpMessage, so the request is a complete HTTP request. |
| FullHttpResponse
Combination of a
HttpResponse and FullHttpMessage. |
| HttpClientUpgradeHandler.SourceCodec
The source codec that is used in the pipeline initially.
|
| HttpClientUpgradeHandler.UpgradeCodec
A codec that the source can be upgraded to.
|
| HttpClientUpgradeHandler.UpgradeEvent
User events that are fired to notify about upgrade status.
|
| HttpContent
An HTTP chunk which is used for HTTP chunked transfer-encoding.
|
| HttpContentDecoder
Decodes the content of the received
HttpRequest and HttpContent. |
| HttpContentEncoder
Encodes the content of the outbound
HttpResponse and HttpContent. |
| HttpContentEncoder.Result |
| HttpHeaders
Provides the constants for the standard HTTP header names and values and
commonly used utility methods that accesses an
HttpMessage. |
| HttpMessage
An interface that defines a HTTP message, providing common properties for
HttpRequest and HttpResponse. |
| HttpMethod |
| HttpObject |
| HttpObjectAggregator
A
ChannelHandler that aggregates an HttpMessage
and its following HttpContents into a single FullHttpRequest
or FullHttpResponse (depending on if it used to handle requests or responses)
with no following HttpContents. |
| HttpObjectDecoder |
| HttpObjectEncoder |
| HttpRequest
An HTTP request.
|
| HttpRequestDecoder |
| HttpRequestEncoder |
| HttpResponse
An HTTP response.
|
| HttpResponseDecoder |
| HttpResponseEncoder |
| HttpResponseStatus |
| HttpServerUpgradeHandler.SourceCodec
The source codec that is used in the pipeline initially.
|
| HttpServerUpgradeHandler.UpgradeCodec
A codec that the source can be upgraded to.
|
| HttpServerUpgradeHandler.UpgradeEvent
User event that is fired to notify about the completion of an HTTP upgrade
to another protocol.
|
| HttpStatusClass
The class of HTTP status.
|
| HttpVersion |
| LastHttpContent
The last
HttpContent which has trailing headers. |
| Class and Description |
|---|
| HttpHeaders
Provides the constants for the standard HTTP header names and values and
commonly used utility methods that accesses an
HttpMessage. |
| HttpMethod |
| Class and Description |
|---|
| HttpContent
An HTTP chunk which is used for HTTP chunked transfer-encoding.
|
| HttpRequest
An HTTP request.
|
| Class and Description |
|---|
| FullHttpRequest
Combinate the
HttpRequest and FullHttpMessage, so the request is a complete HTTP request. |
| FullHttpResponse
Combination of a
HttpResponse and FullHttpMessage. |
| HttpHeaders
Provides the constants for the standard HTTP header names and values and
commonly used utility methods that accesses an
HttpMessage. |
| HttpRequest
An HTTP request.
|
| HttpResponse
An HTTP response.
|
| Class and Description |
|---|
| HttpMessage
An interface that defines a HTTP message, providing common properties for
HttpRequest and HttpResponse. |
| HttpMethod |
| HttpObjectDecoder |
| HttpObjectEncoder |
| HttpRequest
An HTTP request.
|
| HttpResponse
An HTTP response.
|
| HttpResponseStatus |
| HttpVersion |
| Class and Description |
|---|
| FullHttpMessage
Combines
HttpMessage and LastHttpContent into one
message. |
| HttpMessage
An interface that defines a HTTP message, providing common properties for
HttpRequest and HttpResponse. |
| HttpObject |
Copyright © 2008–2015 The Netty Project. All rights reserved.