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
-
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.httpClassDescriptionDeprecated.Use
Cookieinstead.The defaultHttpContentimplementation.Default implementation ofHttpHeaders.A builder ofHttpHeadersFactoryinstances, that itself implementsHttpHeadersFactory.The defaultHttpMessageimplementation.The defaultHttpRequestimplementation.The defaultHttpResponseimplementation.CombinesHttpMessageandLastHttpContentinto one message.Combine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.Combination of aHttpResponseandFullHttpMessage.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 receivedHttpRequestandHttpContent.Encodes the content of the outboundHttpResponseandHttpContent.A configuration object for specifying the behaviour ofHttpObjectDecoderand 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.UseDateFormatterinsteadProvides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage.An interface for creatingHttpHeadersinstances.An interface that defines an HTTP message, providing common properties forHttpRequestandHttpResponse.AChannelHandlerthat aggregates anHttpMessageand its followingHttpContents into a singleFullHttpRequestorFullHttpResponse(depending on if it used to handle requests or responses) with no followingHttpContents.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.UpgradeCodecfor 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 lastHttpContentwhich 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. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http.multipartClassDescriptionAn HTTP chunk which is used for HTTP chunked transfer-encoding.An HTTP request.
-
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http.websocketxClassDescriptionCombine the
HttpRequestandFullHttpMessage, so the request is a complete HTTP request.Combination of aHttpResponseandFullHttpMessage.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.extensions
-
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.http2ClassDescriptionCombines
HttpMessageandLastHttpContentinto one message.Combine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.Combination of aHttpResponseandFullHttpMessage.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 forHttpRequestandHttpResponse.An HTTP request.An HTTP response.Defines the common schemes used for the HTTP protocol as defined by rfc7230.A combination ofHttpRequestDecoderandHttpResponseEncoderwhich 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. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.rtspClassDescriptionA configuration object for specifying the behaviour of
HttpObjectDecoderand its subclasses.An interface that defines an HTTP message, providing common properties forHttpRequestandHttpResponse. -
Classes in io.netty.handler.codec.http used by io.netty.handler.codec.spdyClassDescriptionCombines
HttpMessageandLastHttpContentinto one message.An interface for creatingHttpHeadersinstances.An interface that defines an HTTP message, providing common properties forHttpRequestandHttpResponse. -
Classes in io.netty.handler.codec.http used by io.netty.handler.proxyClassDescriptionProvides the constants for the standard HTTP header names and values and commonly used utility methods that accesses an
HttpMessage.