| 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.http.websocketx.extensions |
Encoder, decoder, handshakers to handle
WebSocket Extensions.
|
| io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 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.
|
| io.netty.handler.proxy |
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
|
| Class and Description |
|---|
| Cookie
Deprecated.
Use
Cookie instead. |
| DefaultHttpContent
The default
HttpContent implementation. |
| DefaultHttpHeaders
Default implementation of
HttpHeaders. |
| DefaultHttpHeadersFactory
A builder of
HttpHeadersFactory instances, that itself implements HttpHeadersFactory. |
| 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
Combine 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 |
| HttpDecoderConfig
A configuration object for specifying the behaviour of
HttpObjectDecoder and its subclasses. |
| HttpExpectationFailedEvent
A user event designed to communicate that a expectation has failed and there should be no expectation that a
body will follow.
|
| HttpHeaderDateFormat
Deprecated.
Use
DateFormatter instead |
| HttpHeaders
Provides the constants for the standard HTTP header names and values and
commonly used utility methods that accesses an
HttpMessage. |
| HttpHeadersFactory
An interface for creating
HttpHeaders instances. |
| HttpMessage
An interface that defines an 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.
|
| HttpResponse
An HTTP response.
|
| HttpResponseStatus |
| HttpScheme
Defines the common schemes used for the HTTP protocol as defined by
rfc7230.
|
| HttpServerUpgradeHandler.SourceCodec
The source codec that is used in the pipeline initially.
|
| HttpServerUpgradeHandler.UpgradeCodec
A codec that the source can be upgraded to.
|
| HttpServerUpgradeHandler.UpgradeCodecFactory
Creates a new
HttpServerUpgradeHandler.UpgradeCodec for the requested protocol name. |
| 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. |
| QueryStringDecoder
Splits an HTTP query string into a path string and key-value parameter pairs.
|
| QueryStringDecoder.Builder |
| 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 |
|---|
| HttpRequest
An HTTP request.
|
| HttpResponse
An HTTP response.
|
| Class and Description |
|---|
| 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. |
| HttpClientUpgradeHandler.UpgradeCodec
A codec that the source can be upgraded to.
|
| 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 an HTTP message, providing common properties for
HttpRequest and HttpResponse. |
| HttpMethod |
| HttpObject |
| HttpRequest
An HTTP request.
|
| HttpResponse
An HTTP response.
|
| HttpResponseStatus |
| HttpScheme
Defines the common schemes used for the HTTP protocol as defined by
rfc7230.
|
| HttpServerCodec
A combination of
HttpRequestDecoder and HttpResponseEncoder
which enables easier server side HTTP implementation. |
| HttpServerUpgradeHandler
A server-side handler that receives HTTP requests and optionally performs a protocol switch if
the requested protocol is supported.
|
| HttpServerUpgradeHandler.UpgradeCodec
A codec that the source can be upgraded to.
|
| HttpVersion |
| Class and Description |
|---|
| HttpDecoderConfig
A configuration object for specifying the behaviour of
HttpObjectDecoder and its subclasses. |
| HttpMessage
An interface that defines an 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. |
| HttpHeadersFactory
An interface for creating
HttpHeaders instances. |
| HttpMessage
An interface that defines an HTTP message, providing common properties for
HttpRequest and HttpResponse. |
| HttpObject |
| Class and Description |
|---|
| HttpHeaders
Provides the constants for the standard HTTP header names and values and
commonly used utility methods that accesses an
HttpMessage. |
Copyright © 2008–2025 The Netty Project. All rights reserved.