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
Deprecated.
Use
Cookie instead. |
DefaultHttpContent
The default
HttpContent implementation. |
DefaultHttpMessage
The default
HttpMessage implementation. |
DefaultHttpObject |
DefaultHttpRequest
The default
HttpRequest implementation. |
DefaultHttpResponse
The default
HttpResponse implementation. |
FullHttpMessage
Combines
HttpMessage and LastHttpContent into one
message. |
FullHttpRequest
Combine the
HttpRequest and FullHttpMessage , so the request is a complete HTTP
request. |
FullHttpResponse
Combination of a
HttpResponse and FullHttpMessage . |
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 |
HttpExpectationFailedEvent
A user event designed to communicate that a expectation has failed and there should be no expectation that a
body will follow.
|
HttpHeaderDateFormat
This DateFormat decodes 3 formats of
Date , 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 specification
|
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 |
HttpObjectDecoder |
HttpObjectEncoder |
HttpRequest
An HTTP request.
|
HttpResponse
An HTTP response.
|
HttpResponseStatus |
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
Combine 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 |
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 . |
HttpMethod |
HttpObject |
HttpResponseStatus |
HttpVersion |
Copyright © 2008–2018 The Netty Project. All rights reserved.