All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description BinaryWebSocketFrame Web Socket frame containing binary data.ClientCookieDecoder A RFC6265 compliant cookie decoder to be used client side.ClientCookieEncoder A RFC6265 compliant cookie encoder to be used client side, so only name=value pairs are sent.CloseWebSocketFrame Web Socket Frame for closing the connection.CombinedHttpHeaders Will add multiple values for the same header as single header with a comma separated list of values.ContinuationWebSocketFrame Web Socket continuation frame containing continuation text or binary data.Cookie An interface defining an HTTP cookie.CookieDecoder Parent of Client and Server side cookie decodersCookieEncoder Parent of Client and Server side cookie encodersCookieHeaderNames CookieHeaderNames.SameSite Possible values for the SameSite attribute.CorruptedWebSocketFrameException AnDecoderException
which is thrown when the receivedWebSocketFrame
data could not be decoded by an inbound handler.CorsConfig Configuration for Cross-Origin Resource Sharing (CORS).CorsConfig.Builder Deprecated. UseCorsConfigBuilder
instead.CorsConfig.DateValueGenerator Deprecated. Removed without alternatives.CorsConfigBuilder Builder used to configure and build aCorsConfig
instance.CorsHandler Handles Cross Origin Resource Sharing (CORS) requests.DefaultCookie The defaultCookie
implementation.DefaultFullHttpRequest Default implementation ofFullHttpRequest
.DefaultFullHttpResponse Default implementation of aFullHttpResponse
.DefaultHttpContent The defaultHttpContent
implementation.DefaultHttpHeaders Default implementation ofHttpHeaders
.DefaultHttpMessage The defaultHttpMessage
implementation.DefaultHttpObject DefaultHttpRequest The defaultHttpRequest
implementation.DefaultHttpResponse The defaultHttpResponse
implementation.DefaultLastHttpContent The defaultLastHttpContent
implementation.DeflateFrameClientExtensionHandshaker perframe-deflate handshake implementation.DeflateFrameServerExtensionHandshaker perframe-deflate handshake implementation.EmptyHttpHeaders EmptyLastHttpContent FullHttpMessage<R extends FullHttpMessage<R>> CombinesHttpMessage
andLastHttpContent
into one message.FullHttpRequest Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.FullHttpResponse Combination of aHttpResponse
andFullHttpMessage
.HttpChunkedInput AChunkedInput
that fetches data chunk by chunk for use with HTTP chunked transfers.HttpClientCodec A combination ofHttpRequestEncoder
andHttpResponseDecoder
which enables easier client side HTTP implementation.HttpClientUpgradeHandler<C extends HttpContent<C>> Client-side handler for handling an HTTP upgrade handshake to another protocol.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.HttpConstants HttpContent<R extends HttpContent<R>> An HTTP chunk which is used for HTTP chunked transfer-encoding.HttpContentCompressor Compresses anHttpMessage
and anHttpContent
ingzip
ordeflate
encoding while respecting the"Accept-Encoding"
header.HttpContentDecoder Decodes the content of the receivedHttpRequest
andHttpContent
.HttpContentDecompressor HttpContentEncoder Encodes the content of the outboundHttpResponse
andHttpContent
.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.HttpHeaderNames Standard HTTP header names.HttpHeaders Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses anHttpMessage
.HttpHeaderValues Standard HTTP header values.HttpMessage An interface that defines an HTTP message, providing common properties forHttpRequest
andHttpResponse
.HttpMessageDecoderResult HttpMethod HttpObject HttpObjectAggregator<C extends HttpContent<C>> 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.HttpObjectDecoder HttpObjectEncoder<H extends HttpMessage> 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.HttpServerCodec A combination ofHttpRequestDecoder
andHttpResponseEncoder
which enables easier server side HTTP implementation.HttpServerExpectContinueHandler HttpServerKeepAliveHandler HttpServerKeepAliveHandler helps close persistent connections when appropriate.HttpServerUpgradeHandler<C extends HttpContent<C>> A server-side handler that receives HTTP requests and optionally performs a protocol switch if the requested protocol is supported.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.HttpUtil Utility methods useful in the HTTP context.HttpVersion LastHttpContent<R extends LastHttpContent<R>> The lastHttpContent
which has trailing headers.PerMessageDeflateClientExtensionHandshaker permessage-deflate handshake implementation.PerMessageDeflateServerExtensionHandshaker permessage-deflate handshake implementation.PingWebSocketFrame Web Socket frame containing binary data.PongWebSocketFrame Web Socket frame containing binary data.QueryStringDecoder Splits an HTTP query string into a path string and key-value parameter pairs.QueryStringEncoder Creates a URL-encoded URI from a path string and key-value parameter pairs.ReadOnlyHttpHeaders A variant ofHttpHeaders
which only supports read-only methods.RtspDecoder Decodesio.netty5.buffer.ByteBuf
s into RTSP messages represented inHttpMessage
s.RtspEncoder RtspHeaderNames Standard RTSP header names.RtspHeaderValues Standard RTSP header names.RtspMethods The request getMethod of RTSP.RtspResponseStatuses The getStatus code and its description of a RTSP response.RtspVersions The version of RTSP.ServerCookieDecoder A RFC6265 compliant cookie decoder to be used server side.ServerCookieEncoder A RFC6265 compliant cookie encoder to be used server side, so some fields are sent (Version is typically ignored).TextWebSocketFrame Web Socket text frame.TooLongHttpContentException AnTooLongFrameException
which is thrown when the length of the content decoded is greater than the allowed maximum.TooLongHttpHeaderException AnTooLongFrameException
which is thrown when the length of the header decoded is greater than the allowed maximum.TooLongHttpLineException AnTooLongFrameException
which is thrown when the length of the line decoded is greater than the allowed maximum.Utf8FrameValidator WebSocket13FrameDecoder Decodes a web socket frame from wire protocol version 13 format.WebSocket13FrameEncoder Encodes a web socket frame into wire protocol version 13 format.WebSocketChunkedInput AChunkedInput
that fetches data chunk by chunk for use with WebSocket chunked transfers.WebSocketClientCompressionHandler Extends io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler to handle the most common WebSocket Compression Extensions.WebSocketClientExtension Created once the handshake phase is done.WebSocketClientExtensionHandler This handler negotiates and initializes the WebSocket Extensions.WebSocketClientExtensionHandshaker Handshakes a client extension with the server.WebSocketClientHandshakeCompletionEvent A websocket handshake was completed on the client-side.WebSocketClientHandshakeException Client exception during handshaking process.WebSocketClientHandshaker Base class for web socket client handshake implementationsWebSocketClientHandshaker13 Performs client side opening and closing handshakes for web socket specification version websocketprotocol-v13WebSocketClientHandshakerFactory Creates a newWebSocketClientHandshaker
of desired protocol version.WebSocketClientProtocolConfig WebSocket server configuration.WebSocketClientProtocolConfig.Builder WebSocketClientProtocolHandler This handler does all the heavy lifting for you to run a websocket client.WebSocketCloseStatus WebSocket status codes specified in RFC-6455.WebSocketDecoderConfig Frames decoder configuration.WebSocketDecoderConfig.Builder WebSocketExtension Created once the handshake phase is done.WebSocketExtensionData A WebSocket Extension data from the Sec-WebSocket-Extensions header.WebSocketExtensionDecoder Convenient class for io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension decoder.WebSocketExtensionEncoder Convenient class for io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension encoder.WebSocketExtensionFilter Filter that is responsible to skip the evaluation of a certain extension according to standard.WebSocketExtensionFilterProvider Extension filter provider that is responsible to provide filters for a certainWebSocketExtension
extension.WebSocketExtensionUtil WebSocketFrame Base class for web socket frames.WebSocketFrameAggregator Handler that aggregate fragmented WebSocketFrame's.WebSocketFrameDecoder Marker interface which all WebSocketFrame decoders need to implement.WebSocketFrameEncoder Marker interface which all WebSocketFrame encoders need to implement.WebSocketHandshakeCompletionEvent ProtocolEvent
that indicate the completion of a websocket handshake.WebSocketHandshakeException Exception during handshaking processWebSocketHandshakeTimeoutException WebSocketHandshakeException
that is used when a handshake failed due a configured timeout.WebSocketScheme Defines the common schemes used for the WebSocket protocol as defined by rfc6455.WebSocketServerCompressionHandler Extends io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler to handle the most common WebSocket Compression Extensions.WebSocketServerExtension Created once the handshake phase is done.WebSocketServerExtensionHandler This handler negotiates and initializes the WebSocket Extensions.WebSocketServerExtensionHandshaker Handshakes a client extension based on this server capabilities.WebSocketServerHandshakeCompletionEvent A websocket handshake was completed on the server-side.WebSocketServerHandshakeException Server exception during handshaking process.WebSocketServerHandshaker Base class for server side web socket opening and closing handshakesWebSocketServerHandshaker13 Performs server side opening and closing handshakes for RFC 6455 (originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17).WebSocketServerHandshakerFactory Auto-detects the version of the Web Socket protocol in use and creates a new properWebSocketServerHandshaker
.WebSocketServerProtocolConfig WebSocket server configuration.WebSocketServerProtocolConfig.Builder WebSocketServerProtocolHandler This handler does all the heavy lifting for you to run a websocket server.WebSocketVersion Versions of the web socket specification.