Uses of Package
io.netty.handler.codec.http
Packages that use io.netty.handler.codec.http
Package
Description
Encoder, decoder and their related message types for HTTP.
This package contains Cross Origin Resource Sharing (CORS) related classes.
HTTP multipart support.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Encoder, decoder, handshakers to handle
WebSocket Extensions.
Handlers for sending and receiving HTTP/2 frames.
An RTSP
extension based on the HTTP codec.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
Certificate validation using OCSP
-
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.httpClassDescriptionEscapes comma separated values (CSV).Compression Encoder Factory for create
MessageToByteEncoder
used to compress http contentDeprecated.Deprecated.UseClientCookieDecoder
orServerCookieDecoder
instead.Deprecated.UseDefaultCookie
instead.The defaultHttpContent
implementation.Default implementation ofHttpHeaders
.A builder ofHttpHeadersFactory
instances, that itself implementsHttpHeadersFactory
.The defaultHttpMessage
implementation.The defaultHttpRequest
implementation.The defaultHttpResponse
implementation.CombinesHttpMessage
andLastHttpContent
into one message.Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.Combination of aHttpResponse
andFullHttpMessage
.The source codec that is used in the pipeline initially.A codec that the source can be upgraded to.User events that are fired to notify about upgrade status.An HTTP chunk which is used for HTTP chunked transfer-encoding.Decodes the content of the receivedHttpRequest
andHttpContent
.Encodes the content of the outboundHttpResponse
andHttpContent
.A configuration object for specifying the behaviour ofHttpObjectDecoder
and its subclasses.A user event designed to communicate that a expectation has failed and there should be no expectation that a body will follow.Deprecated.UseDateFormatter
insteadProvides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.An interface for creatingHttpHeaders
instances.An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.AChannelHandler
that aggregates anHttpMessage
and its followingHttpContent
s into a singleFullHttpRequest
orFullHttpResponse
(depending on if it used to handle requests or responses) with no followingHttpContent
s.The internal state ofHttpObjectDecoder
.An HTTP request.An HTTP response.Defines the common schemes used for the HTTP protocol as defined by rfc7230.The source codec that is used in the pipeline initially.A codec that the source can be upgraded to.Creates a newHttpServerUpgradeHandler.UpgradeCodec
for the requested protocol name.User event that is fired to notify about the completion of an HTTP upgrade to another protocol.The class of HTTP status.The lastHttpContent
which has trailing headers.Splits an HTTP query string into a path string and key-value parameter pairs. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http.corsClassDescriptionProvides the constants for the standard HTTP header names and values and commonly used utility methods that accesses an
HttpMessage
.An HTTP request.An HTTP response. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http.multipartClassDescriptionCombines
HttpMessage
andLastHttpContent
into one message.Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.An HTTP chunk which is used for HTTP chunked transfer-encoding.Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.An HTTP request.The lastHttpContent
which has trailing headers. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http.websocketxClassDescriptionCombine the
HttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.Combination of aHttpResponse
andFullHttpMessage
.Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.An HTTP request.An HTTP response. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http.websocketx.extensionsClassDescriptionProvides the constants for the standard HTTP header names and values and commonly used utility methods that accesses an
HttpMessage
.An HTTP request.An HTTP response. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http2ClassDescriptionCombines
HttpMessage
andLastHttpContent
into one message.Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.Combination of aHttpResponse
andFullHttpMessage
.A codec that the source can be upgraded to.Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.An HTTP request.An HTTP response.Defines the common schemes used for the HTTP protocol as defined by rfc7230.A combination ofHttpRequestDecoder
andHttpResponseEncoder
which enables easier server side HTTP implementation.A server-side handler that receives HTTP requests and optionally performs a protocol switch if the requested protocol is supported.A codec that the source can be upgraded to.User event that is fired to notify about the completion of an HTTP upgrade to another protocol.The lastHttpContent
which has trailing headers. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.rtspClassDescriptionA configuration object for specifying the behaviour of
HttpObjectDecoder
and its subclasses.An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.spdyClassDescriptionCombines
HttpMessage
andLastHttpContent
into one message.Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.Combination of aHttpResponse
andFullHttpMessage
.An interface for creatingHttpHeaders
instances.An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.An HTTP request.An HTTP response. -
Classes in io.netty.handler.codec.http used by io.netty.handler.proxyClassDescriptionA combination of
HttpRequestEncoder
andHttpResponseDecoder
which enables easier client side HTTP implementation.Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
. -
Classes in io.netty.handler.codec.http used by io.netty.handler.ssl.ocsp
Cookie
instead.