Uses of Package
io.netty5.handler.codec.http
-
Packages that use io.netty5.handler.codec.http Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty5.handler.codec.http.cors This package contains Cross Origin Resource Sharing (CORS) related classes.io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty5.handler.codec.rtsp An RTSP extension based on the HTTP codec. -
Classes in io.netty5.handler.codec.http used by io.netty5.handler.codec.http Class Description DefaultFullHttpResponse Default implementation of aFullHttpResponse.DefaultHttpContent The defaultHttpContentimplementation.DefaultHttpHeaders Default implementation ofHttpHeaders.DefaultHttpMessage The defaultHttpMessageimplementation.DefaultHttpObject DefaultHttpRequest The defaultHttpRequestimplementation.DefaultHttpResponse The defaultHttpResponseimplementation.DefaultLastHttpContent The defaultLastHttpContentimplementation.EmptyHttpHeaders EmptyLastHttpContent FullHttpMessage CombinesHttpMessageandLastHttpContentinto one message.FullHttpRequest Combine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.FullHttpResponse Combination of aHttpResponseandFullHttpMessage.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 receivedHttpRequestandHttpContent.HttpContentEncoder Encodes the content of the outboundHttpResponseandHttpContent.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.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 forHttpRequestandHttpResponse.HttpMethod HttpObject HttpObjectAggregator AChannelHandlerthat aggregates anHttpMessageand its followingHttpContents into a singleFullHttpRequestorFullHttpResponse(depending on if it used to handle requests or responses) with no followingHttpContents.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 newHttpServerUpgradeHandler.UpgradeCodecfor 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 lastHttpContentwhich has trailing headers. -
Classes in io.netty5.handler.codec.http used by io.netty5.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 -
Classes in io.netty5.handler.codec.http used by io.netty5.handler.codec.http.websocketx Class Description FullHttpRequest Combine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.FullHttpResponse Combination of aHttpResponseandFullHttpMessage.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.netty5.handler.codec.http used by io.netty5.handler.codec.http2 Class Description FullHttpMessage CombinesHttpMessageandLastHttpContentinto one message.FullHttpRequest Combine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.FullHttpResponse Combination of aHttpResponseandFullHttpMessage.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 forHttpRequestandHttpResponse.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 ofHttpRequestDecoderandHttpResponseEncoderwhich 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 -
Classes in io.netty5.handler.codec.http used by io.netty5.handler.codec.rtsp Class Description HttpMessage An interface that defines an HTTP message, providing common properties forHttpRequestandHttpResponse.HttpMethod HttpObjectDecoder HttpObjectEncoder HttpResponseStatus HttpVersion