Uses of Package
io.netty.handler.codec.http
-
Packages that use io.netty.handler.codec.http 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 tunnelingio.netty.handler.ssl.ocsp OCSP stapling, formally known as the TLS Certificate Status Request extension, is an alternative approach to the Online Certificate Status Protocol (OCSP) for checking the revocation status of X.509 digital certificates. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http Class Description CombinedHttpHeaders.CombinedHttpHeadersImpl CombinedHttpHeaders.CombinedHttpHeadersImpl.CsvValueEscaper Escapes comma separated values (CSV).CompressionEncoderFactory Compression Encoder Factory for createMessageToByteEncoder
used to compress http contentCookie Deprecated.UseCookie
instead.CookieDecoder Deprecated.UseClientCookieDecoder
orServerCookieDecoder
instead.DefaultCookie Deprecated.UseDefaultCookie
instead.DefaultHttpContent The defaultHttpContent
implementation.DefaultHttpHeaders Default implementation ofHttpHeaders
.DefaultHttpHeaders.HeaderValueConverter DefaultHttpHeaders.HeaderValueValidator DefaultHttpMessage The defaultHttpMessage
implementation.DefaultHttpObject DefaultHttpRequest The defaultHttpRequest
implementation.DefaultHttpResponse The defaultHttpResponse
implementation.EmptyHttpHeaders FullHttpMessage CombinesHttpMessage
andLastHttpContent
into one message.FullHttpRequest Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.FullHttpResponse Combination of aHttpResponse
andFullHttpMessage
.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 receivedHttpRequest
andHttpContent
.HttpContentEncoder Encodes the content of the outboundHttpResponse
andHttpContent
.HttpContentEncoder.Result HttpContentEncoder.State 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.UseDateFormatter
insteadHttpHeaders Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.HttpHeaderValidationUtil.BitSet128 HttpMessage An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.HttpMethod HttpMethod.EnumNameMap HttpMethod.EnumNameMap.Node HttpObject HttpObjectAggregator 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.HttpObjectAggregator.AggregatedFullHttpMessage HttpObjectDecoder HttpObjectDecoder.HeaderParser HttpObjectDecoder.LineParser HttpObjectDecoder.State The internal state ofHttpObjectDecoder
.HttpObjectEncoder HttpRequest An HTTP request.HttpRequestDecoder HttpRequestEncoder HttpResponse An HTTP response.HttpResponseDecoder HttpResponseEncoder 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 newHttpServerUpgradeHandler.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 lastHttpContent
which has trailing headers. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http.cors Class Description HttpHeaders Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.HttpMethod HttpRequest An HTTP request.HttpResponse An HTTP response. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http.multipart Class Description FullHttpMessage CombinesHttpMessage
andLastHttpContent
into one message.FullHttpRequest Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.HttpContent An HTTP chunk which is used for HTTP chunked transfer-encoding.HttpHeaders Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.HttpMessage An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.HttpMethod HttpObject HttpRequest An HTTP request.HttpVersion LastHttpContent The lastHttpContent
which has trailing headers. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http.websocketx Class Description FullHttpRequest Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.FullHttpResponse Combination of aHttpResponse
andFullHttpMessage
.HttpHeaders Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.HttpRequest An HTTP request.HttpResponse An HTTP response. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http.websocketx.extensions Class Description HttpHeaders Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.HttpRequest An HTTP request.HttpResponse An HTTP response. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http2 Class Description FullHttpMessage CombinesHttpMessage
andLastHttpContent
into one message.FullHttpRequest Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.FullHttpResponse Combination of aHttpResponse
andFullHttpMessage
.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 anHttpMessage
.HttpMessage An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.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 ofHttpRequestDecoder
andHttpResponseEncoder
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.HttpServerUpgradeHandler.UpgradeEvent User event that is fired to notify about the completion of an HTTP upgrade to another protocol.HttpVersion LastHttpContent The lastHttpContent
which has trailing headers. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.rtsp Class Description HttpMessage An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.HttpMethod HttpObjectDecoder HttpObjectEncoder HttpResponseStatus HttpVersion -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.spdy Class Description FullHttpMessage CombinesHttpMessage
andLastHttpContent
into one message.FullHttpRequest Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.FullHttpResponse Combination of aHttpResponse
andFullHttpMessage
.HttpMessage An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.HttpObject HttpRequest An HTTP request.HttpResponse An HTTP response. -
Classes in io.netty.handler.codec.http used by io.netty.handler.proxy Class Description HttpClientCodec A combination ofHttpRequestEncoder
andHttpResponseDecoder
which enables easier client side HTTP implementation.HttpHeaders Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.HttpResponseStatus -
Classes in io.netty.handler.codec.http used by io.netty.handler.ssl.ocsp Class Description FullHttpResponse Combination of aHttpResponse
andFullHttpMessage
.