A B C D E F G H I K L M N O P Q R S T U V W X Z 
All Classes All Packages

A

ABNORMAL_CLOSURE - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
absoluteUpgradeUrl() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
absoluteUpgradeUrl(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Use an absolute url for the Upgrade request, typically when connecting through an HTTP proxy over clear HTTP
ACCEPT - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"accept"
ACCEPT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"accept"
ACCEPT_CHARSET - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"accept-charset"
ACCEPT_ENCODING - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"accept-encoding"
ACCEPT_ENCODING - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"accept-encoding"
ACCEPT_LANGUAGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"accept-language"
ACCEPT_LANGUAGE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"accept-language"
ACCEPT_PATCH - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"accept-patch"
ACCEPT_RANGES - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"accept-ranges"
ACCEPTED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
202 Accepted
acceptMessage(BufferAllocator, HttpRequest) - Method in class io.netty5.handler.codec.http.HttpServerExpectContinueHandler
Produces a HttpResponse for HttpRequests which define an expectation.
acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.http.HttpRequestEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.http.HttpResponseEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.rtsp.RtspEncoder
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"access-control-allow-credentials"
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"access-control-allow-headers"
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"access-control-allow-methods"
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"access-control-allow-origin"
ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"access-control-allow-origin"
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"access-control-expose-headers"
ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"access-control-max-age"
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"access-control-request-headers"
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"access-control-request-method"
ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"access-control-request-private-network"
actualSubprotocol() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the subprotocol response sent by the server.
add(HttpHeaders) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
add(HttpHeaders) - Method in class io.netty5.handler.codec.http.HttpHeaders
Adds all header entries of the specified headers.
add(CharSequence, Iterable<?>) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, Iterable<?>) - Method in class io.netty5.handler.codec.http.HttpHeaders
Adds a new header with the specified name and values.
add(CharSequence, Object) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, Object) - Method in class io.netty5.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
add(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
add(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
add(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.HttpHeaders
 
add(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
add(String, Object) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
add(String, Object) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
add(String, Object) - Method in class io.netty5.handler.codec.http.HttpHeaders
 
add(String, Object) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
addDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.add(CharSequence, Object) instead. Adds a new date header with the specified name and value. The specified value is formatted as defined in RFC2616
addDateHeader(HttpMessage, String, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
addHeader(HttpMessage, CharSequence, Object) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.add(CharSequence, Object) instead. Adds a new header with the specified name and value. If the specified value is not a String, it is converted into a String by Object.toString(), except for Date and Calendar which are formatted to the date format defined in RFC2616.
addHeader(HttpMessage, String, Object) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
addInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
addInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
addInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.HttpHeaders
Add the name to value.
addInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
addIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.addInt(CharSequence, int) instead. Adds a new integer header with the specified name and value.
addIntHeader(HttpMessage, String, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
addParam(String, String) - Method in class io.netty5.handler.codec.http.QueryStringEncoder
Adds a parameter with the specified name and value to this encoder.
addShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
addShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
addShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.HttpHeaders
Add the name to value.
addShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
AGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"age"
aggregate(BufferAllocator, FullHttpMessage<?>, HttpContent<C>) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
aggregate(BufferAllocator, WebSocketFrame, ContinuationWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
AGGREGATE_OPERATION_NOT_ALLOWED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
459 Aggregate operation not allowed
ALLOW - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"allow"
ALLOW - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"allow"
allowCredentials() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
allowCredentials() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
By default cookies are not included in CORS requests, but this method will enable cookies to be added to CORS requests.
allowedRequestHeaders() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Returns the allowed set of Request Headers.
allowedRequestHeaders(CharSequence...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers' response header.
allowedRequestHeaders(String...) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
allowedRequestHeaders(String...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers' response header.
allowedRequestMethods() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Returns the allowed set of Request Methods.
allowedRequestMethods(HttpMethod...) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
allowedRequestMethods(HttpMethod...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Specifies the allowed set of HTTP Request Methods that should be returned in the CORS 'Access-Control-Request-Method' response header.
allowExtensions() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
allowExtensions() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
 
allowExtensions(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Allow extensions to be used in the reserved bits of the web socket frame
allowExtensions(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
allowExtensions(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
allowMaskMismatch() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
allowMaskMismatch() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
 
allowMaskMismatch(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
When set to true, frames which are not masked properly according to the standard will still be accepted.
allowMaskMismatch(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
allowMaskMismatch(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
allowNullOrigin() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
allowNullOrigin() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded from the local file system.
allowPrivateNetwork() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Web browsers may set the 'Access-Control-Request-Private-Network' request header if a resource is loaded from a local network.
ALWAYS_SKIP - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
A WebSocketExtensionFilter that always skip the evaluation of an any given extensions WebSocketExtension.
ANNOUNCE - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The ANNOUNCE posts the description of a presentation or media object identified by the request URL to a server, or updates the client-side session description in real-time.
APPEND - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"append"
APPLICATION_JSON - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"application/json"
APPLICATION_OCTET_STREAM - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"application/octet-stream"
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"application/x-www-form-urlencoded"
APPLICATION_XHTML - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"application/xhtml+xml"
APPLICATION_XML - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"application/xml"
APPLICATION_ZSTD - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"application/zstd"
asciiName() - Method in class io.netty5.handler.codec.http.HttpMethod
Returns the name of this method.
ATTACHMENT - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
AUTHORIZATION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"authorization"
AUTHORIZATION - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"authorization"
AVP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"AVP"

B

BAD_GATEWAY - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
502 Bad Gateway
BAD_GATEWAY - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
BAD_GATEWAY - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
502 Bad Gateway
BAD_REQUEST - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
400 Bad Request
BAD_REQUEST - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
400 Bad Request
BANDWIDTH - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"bandwidth"
BASE64 - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"base64"
beginAggregation(BufferAllocator, HttpMessage) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
beginAggregation(BufferAllocator, WebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
beginEncode(HttpResponse, String) - Method in class io.netty5.handler.codec.http.HttpContentCompressor
 
beginEncode(HttpResponse, String) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
Prepare to encode the HTTP message content.
BINARY - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"binary"
binaryData() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrame
 
BinaryWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
Web Socket frame containing binary data.
BinaryWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new binary frame with the specified binary data and the final fragment flag.
BinaryWebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new binary frame with the specified binary data.
BLOCKSIZE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"blocksize"
BOUNDARY - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"boundary"
BR - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"br"
build() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
build() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Builds a CorsConfig with settings specified by previous method calls.
build() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Build unmodifiable client protocol configuration.
build() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
build() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
Build unmodifiable server protocol configuration.
Builder() - Constructor for class io.netty5.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
Use CorsConfigBuilder instead.
Builder(String...) - Constructor for class io.netty5.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
Use CorsConfigBuilder instead.
buildHandshakeException(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
buildHandshakeException(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
BYTES - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"bytes"
BYTES - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"bytes"

C

CACHE_CONTROL - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"cache-control"
CACHE_CONTROL - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"cache-control"
call() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.DateValueGenerator
Deprecated.
 
cause() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketHandshakeCompletionEvent
 
channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
 
channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.cors.CorsHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpServerExpectContinueHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpServerKeepAliveHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.websocketx.Utf8FrameValidator
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
 
CHARSET - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"charset"
CHARSET - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"charset"
checkCloseFrameBody(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http.websocketx.WebSocket13FrameDecoder
 
checkStartsWith() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
checkStartsWith(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
true to handle all requests, where URI path component starts from WebSocketServerProtocolConfig.websocketPath(), false for exact match (default).
CHUNKED - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"chunked"
clear() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
clear() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
clear() - Method in class io.netty5.handler.codec.http.HttpHeaders
Removes all headers from this HttpMessage.
clear() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
clearHeaders(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.clear() instead. Removes all headers from the specified message.
CLIENT_ERROR - io.netty5.handler.codec.http.HttpStatusClass
The client error class (4xx)
CLIENT_PORT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"client_port"
ClientCookieDecoder - Class in io.netty5.handler.codec.http.cookie
A RFC6265 compliant cookie decoder to be used client side.
ClientCookieEncoder - Class in io.netty5.handler.codec.http.cookie
A RFC6265 compliant cookie encoder to be used client side, so only name=value pairs are sent.
CLOCK - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"clock"
close() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
close() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
close() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
 
close() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
 
close() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
close() - Method in class io.netty5.handler.codec.http.HttpChunkedInput
 
close() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
close() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
Releases the resources associated with the input.
close(ChannelHandlerContext, CloseWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Performs the closing handshake
close(ChannelHandlerContext, CloseWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the closing handshake.
close(Channel, CloseWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Performs the closing handshake.
close(Channel, CloseWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the closing handshake.
CLOSE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"close"
CLOSE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"close"
closeAfterContinueResponse(Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
closeAfterContinueResponse(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
closeOnProtocolViolation() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
 
closeOnProtocolViolation(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
closeOnProtocolViolation(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
closeStatus() - Method in exception io.netty5.handler.codec.http.websocketx.CorruptedWebSocketFrameException
 
CloseWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
Web Socket Frame for closing the connection.
CloseWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame
CloseWebSocketFrame(BufferAllocator, boolean, int) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame with no losing status code and no reason text
CloseWebSocketFrame(BufferAllocator, boolean, int, int, String) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame with closing status code and reason text
CloseWebSocketFrame(BufferAllocator, int, String) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame with closing status code and reason text
CloseWebSocketFrame(BufferAllocator, WebSocketCloseStatus) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame with closing status code and reason text
CloseWebSocketFrame(BufferAllocator, WebSocketCloseStatus, String) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame with closing status code and reason text
code() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
Returns the code of this HttpResponseStatus.
code() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
codeAsText() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
Returns the status code as AsciiString.
codeClass() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
Returns the class of this HttpResponseStatus
COLON - Static variable in class io.netty5.handler.codec.http.HttpConstants
Colon ':'
CombinedHttpHeaders - Class in io.netty5.handler.codec.http
Will add multiple values for the same header as single header with a comma separated list of values.
CombinedHttpHeaders(boolean) - Constructor for class io.netty5.handler.codec.http.CombinedHttpHeaders
 
COMMA - Static variable in class io.netty5.handler.codec.http.HttpConstants
Comma ','
compareTo(Cookie) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
compareTo(HttpMethod) - Method in class io.netty5.handler.codec.http.HttpMethod
 
compareTo(HttpResponseStatus) - Method in class io.netty5.handler.codec.http.HttpResponseStatus
Equality of HttpResponseStatus only depends on HttpResponseStatus.code().
compareTo(HttpVersion) - Method in class io.netty5.handler.codec.http.HttpVersion
 
compareTo(WebSocketCloseStatus) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
COMPRESS - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"compress"
COMPRESS - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"compress"
CONFERENCE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"conference"
CONFERENCE_NOT_FOUND - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
452 Conference Not Found
CONFLICT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
409 Conflict
CONNECT - Static variable in class io.netty5.handler.codec.http.HttpMethod
This specification reserves the method name CONNECT for use with a proxy that can dynamically switch to being a tunnel
CONNECTION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"connection"
CONNECTION - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"connection"
contains(int) - Method in enum io.netty5.handler.codec.http.HttpStatusClass
Returns true if and only if the specified HTTP status code falls into this class.
contains(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
contains(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Checks to see if there is a header with the specified name
contains(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns true if a header with the name and value exists, false otherwise.
contains(String) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
contains(String) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
contains(String) - Method in class io.netty5.handler.codec.http.HttpHeaders
 
contains(String) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
contains(String, String, boolean) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
contains(String, String, boolean) - Method in class io.netty5.handler.codec.http.HttpHeaders
 
contains(String, String, boolean) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http.CombinedHttpHeaders
 
containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns true if a header with the name and value exists, false otherwise.
containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
CONTENT_BASE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-base"
CONTENT_BASE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"content-base"
CONTENT_DISPOSITION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-disposition"
CONTENT_ENCODING - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-encoding"
CONTENT_ENCODING - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"content-encoding"
CONTENT_LANGUAGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-language"
CONTENT_LANGUAGE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"content-language"
CONTENT_LENGTH - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-length"
CONTENT_LENGTH - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"content-length"
CONTENT_LOCATION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-location"
CONTENT_LOCATION - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"content-location"
CONTENT_MD5 - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-md5"
CONTENT_RANGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-range"
CONTENT_SECURITY_POLICY - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-security-policy"
CONTENT_TRANSFER_ENCODING - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-transfer-encoding"
CONTENT_TYPE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"content-type"
CONTENT_TYPE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"content-type"
contentCompressor() - Method in class io.netty5.handler.codec.http.HttpContentEncoder.Result
 
ContinuationWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
Web Socket continuation frame containing continuation text or binary data.
ContinuationWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data.
ContinuationWebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data.
ContinuationWebSocketFrame(BufferAllocator, boolean, int, String) - Constructor for class io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified text data
CONTINUE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"100-continue"
CONTINUE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
100 Continue
CONTINUE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"100-continue"
CONTINUE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
100 Continue
Cookie - Interface in io.netty5.handler.codec.http.cookie
An interface defining an HTTP cookie.
COOKIE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"cookie"
CookieDecoder - Class in io.netty5.handler.codec.http.cookie
Parent of Client and Server side cookie decoders
CookieDecoder(boolean) - Constructor for class io.netty5.handler.codec.http.cookie.CookieDecoder
 
CookieEncoder - Class in io.netty5.handler.codec.http.cookie
Parent of Client and Server side cookie encoders
CookieEncoder(boolean) - Constructor for class io.netty5.handler.codec.http.cookie.CookieEncoder
 
CookieHeaderNames - Class in io.netty5.handler.codec.http.cookie
 
CookieHeaderNames.SameSite - Enum in io.netty5.handler.codec.http.cookie
Possible values for the SameSite attribute.
copy() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
copy() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
copy() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
 
copy() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
copy() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
 
copy() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
copy() - Method in interface io.netty5.handler.codec.http.HttpContent
Create a copy of this HTTP content instance, and return it.
copy() - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns a deep copy of the passed in HttpHeaders.
copy() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
CorruptedWebSocketFrameException - Exception in io.netty5.handler.codec.http.websocketx
An DecoderException which is thrown when the received WebSocketFrame data could not be decoded by an inbound handler.
CorruptedWebSocketFrameException() - Constructor for exception io.netty5.handler.codec.http.websocketx.CorruptedWebSocketFrameException
Creates a new instance.
CorruptedWebSocketFrameException(WebSocketCloseStatus, String) - Constructor for exception io.netty5.handler.codec.http.websocketx.CorruptedWebSocketFrameException
Creates a new instance.
CorruptedWebSocketFrameException(WebSocketCloseStatus, String, Throwable) - Constructor for exception io.netty5.handler.codec.http.websocketx.CorruptedWebSocketFrameException
Creates a new instance.
CorruptedWebSocketFrameException(WebSocketCloseStatus, Throwable) - Constructor for exception io.netty5.handler.codec.http.websocketx.CorruptedWebSocketFrameException
Creates a new instance.
CorsConfig - Class in io.netty5.handler.codec.http.cors
Configuration for Cross-Origin Resource Sharing (CORS).
CorsConfig.Builder - Class in io.netty5.handler.codec.http.cors
Deprecated.
Use CorsConfigBuilder instead.
CorsConfig.DateValueGenerator - Class in io.netty5.handler.codec.http.cors
Deprecated.
Removed without alternatives.
CorsConfigBuilder - Class in io.netty5.handler.codec.http.cors
Builder used to configure and build a CorsConfig instance.
CorsHandler - Class in io.netty5.handler.codec.http.cors
Handles Cross Origin Resource Sharing (CORS) requests.
CorsHandler(CorsConfig) - Constructor for class io.netty5.handler.codec.http.cors.CorsHandler
Creates a new instance with a single CorsConfig.
CorsHandler(List<CorsConfig>, boolean) - Constructor for class io.netty5.handler.codec.http.cors.CorsHandler
Creates a new instance with the specified config list.
CR - Static variable in class io.netty5.handler.codec.http.HttpConstants
Carriage return
CREATED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
201 Created
CREATED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
201 Created
createInvalidMessage(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
 
createInvalidMessage(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpRequestDecoder
 
createInvalidMessage(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpResponseDecoder
 
createInvalidMessage(ChannelHandlerContext) - Method in class io.netty5.handler.codec.rtsp.RtspDecoder
 
createMessage(String[]) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
 
createMessage(String[]) - Method in class io.netty5.handler.codec.http.HttpRequestDecoder
 
createMessage(String[]) - Method in class io.netty5.handler.codec.http.HttpResponseDecoder
 
createMessage(String[]) - Method in class io.netty5.handler.codec.rtsp.RtspDecoder
 
crlfBuffer(BufferAllocator) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
 
CSEQ - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"cseq"
ctx - Variable in class io.netty5.handler.codec.http.HttpContentDecoder
 
customHeaders - Variable in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
 
customHeaders() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
customHeaders(HttpHeaders) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Map of custom headers to add to the client request

D

DATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"date"
DATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"date"
DateValueGenerator() - Constructor for class io.netty5.handler.codec.http.cors.CorsConfig.DateValueGenerator
Deprecated.
 
decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
 
decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http.websocketx.WebSocket13FrameDecoder
 
decode(ChannelHandlerContext, HttpObject) - Method in class io.netty5.handler.codec.http.HttpClientUpgradeHandler
 
decode(ChannelHandlerContext, HttpRequest) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
 
decode(String) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieDecoder
Decodes the specified Set-Cookie HTTP header value into a Cookie.
decode(String) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieDecoder
Decodes the specified Cookie HTTP header value into a Cookie.
decodeAll(String) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieDecoder
Decodes the specified Cookie HTTP header value into a Cookie.
decodeAndClose(ChannelHandlerContext, HttpObject) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
 
decodeAndClose(ChannelHandlerContext, HttpObject) - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler
 
decodeAndClose(ChannelHandlerContext, HttpRequest) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
 
decodeAndClose(ChannelHandlerContext, WebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
decodeAndClose(ChannelHandlerContext, WebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
decodeComponent(String) - Static method in class io.netty5.handler.codec.http.QueryStringDecoder
Decodes a bit of a URL encoded by a browser.
decodeComponent(String, Charset) - Static method in class io.netty5.handler.codec.http.QueryStringDecoder
Decodes a bit of a URL encoded by a browser.
decodeLast(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
 
decoderConfig() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Gets this decoder configuration.
decoderConfig() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
decoderConfig(WebSocketDecoderConfig) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
Frames decoder configuration.
decoderFilter() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
Returns the extension filter for WebSocketExtensionDecoder decoder.
decoderResult() - Method in class io.netty5.handler.codec.http.DefaultHttpObject
 
decoderResult() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
DEFAULT - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
 
DEFAULT_ALLOW_DUPLICATE_CONTENT_LENGTHS - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
 
DEFAULT_CHARSET - Static variable in class io.netty5.handler.codec.http.HttpConstants
Default character set (UTF-8)
DEFAULT_CHUNKED_SUPPORTED - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
 
DEFAULT_FAIL_ON_MISSING_RESPONSE - Static variable in class io.netty5.handler.codec.http.HttpClientCodec
 
DEFAULT_FORCE_CLOSE_TIMEOUT_MILLIS - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
 
DEFAULT_INITIAL_BUFFER_SIZE - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
 
DEFAULT_MAX_CONTENT_LENGTH - Static variable in class io.netty5.handler.codec.rtsp.RtspDecoder
Constant for default max content length.
DEFAULT_MAX_HEADER_SIZE - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
 
DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
 
DEFAULT_PARSE_HTTP_AFTER_CONNECT_REQUEST - Static variable in class io.netty5.handler.codec.http.HttpClientCodec
 
DEFAULT_VALIDATE_HEADERS - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
 
DefaultCookie - Class in io.netty5.handler.codec.http.cookie
The default Cookie implementation.
DefaultCookie(String, String) - Constructor for class io.netty5.handler.codec.http.cookie.DefaultCookie
Creates a new cookie with the specified name and value.
DefaultFullHttpRequest - Class in io.netty5.handler.codec.http
Default implementation of FullHttpRequest.
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, Buffer) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, Buffer, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, Buffer, HttpHeaders, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpResponse - Class in io.netty5.handler.codec.http
Default implementation of a FullHttpResponse.
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, Buffer) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, Buffer, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, Buffer, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, Buffer, HttpHeaders, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
DefaultHttpContent - Class in io.netty5.handler.codec.http
The default HttpContent implementation.
DefaultHttpContent(Buffer) - Constructor for class io.netty5.handler.codec.http.DefaultHttpContent
Creates a new instance with the specified chunk content.
DefaultHttpHeaders - Class in io.netty5.handler.codec.http
Default implementation of HttpHeaders.
DefaultHttpHeaders() - Constructor for class io.netty5.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders(boolean) - Constructor for class io.netty5.handler.codec.http.DefaultHttpHeaders
Warning!
DefaultHttpHeaders(boolean, DefaultHeaders.NameValidator<CharSequence>) - Constructor for class io.netty5.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders(DefaultHeaders<CharSequence, CharSequence, ?>) - Constructor for class io.netty5.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpMessage - Class in io.netty5.handler.codec.http
The default HttpMessage implementation.
DefaultHttpMessage(HttpVersion) - Constructor for class io.netty5.handler.codec.http.DefaultHttpMessage
Creates a new instance.
DefaultHttpMessage(HttpVersion, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultHttpMessage
Creates a new instance.
DefaultHttpMessage(HttpVersion, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultHttpMessage
Creates a new instance.
DefaultHttpObject - Class in io.netty5.handler.codec.http
 
DefaultHttpObject() - Constructor for class io.netty5.handler.codec.http.DefaultHttpObject
 
DefaultHttpRequest - Class in io.netty5.handler.codec.http
The default HttpRequest implementation.
DefaultHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty5.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpRequest(HttpVersion, HttpMethod, String, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpResponse - Class in io.netty5.handler.codec.http
The default HttpResponse implementation.
DefaultHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty5.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultLastHttpContent - Class in io.netty5.handler.codec.http
The default LastHttpContent implementation.
DefaultLastHttpContent(Buffer) - Constructor for class io.netty5.handler.codec.http.DefaultLastHttpContent
 
DefaultLastHttpContent(Buffer, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultLastHttpContent
 
DefaultLastHttpContent(Buffer, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultLastHttpContent
 
DEFLATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"deflate"
DEFLATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"deflate"
DeflateFrameClientExtensionHandshaker - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
perframe-deflate handshake implementation.
DeflateFrameClientExtensionHandshaker(boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
Constructor with default configuration.
DeflateFrameClientExtensionHandshaker(int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
Constructor with custom configuration.
DeflateFrameClientExtensionHandshaker(int, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
Constructor with custom configuration.
DeflateFrameServerExtensionHandshaker - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
perframe-deflate handshake implementation.
DeflateFrameServerExtensionHandshaker() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
Constructor with default configuration.
DeflateFrameServerExtensionHandshaker(int) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
Constructor with custom configuration.
DeflateFrameServerExtensionHandshaker(int, WebSocketExtensionFilterProvider) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
Constructor with custom configuration.
DELETE - Static variable in class io.netty5.handler.codec.http.HttpMethod
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
DESCRIBE - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The DESCRIBE getMethod retrieves the description of a presentation or media object identified by the request URL from a server.
DESTINATION - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"destination"
DESTINATION_UNREACHABLE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
462 Destination unreachable
determineEncoding(String) - Method in class io.netty5.handler.codec.http.HttpContentCompressor
 
determineWrapper(String) - Method in class io.netty5.handler.codec.http.HttpContentCompressor
Deprecated.
disable() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
disable() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Disables CORS support.
DNT - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"dnt"
domain() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Returns the domain of this Cookie.
domain() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
DOMAIN - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
 
DOUBLE_QUOTE - Static variable in class io.netty5.handler.codec.http.HttpConstants
Double quote '"'
dropPongFrames() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
dropPongFrames() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
dropPongFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
true if pong frames should not be forwarded
dropPongFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
true if pong frames should not be forwarded

E

EMPTY - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
EmptyHttpHeaders - Class in io.netty5.handler.codec.http
 
EmptyHttpHeaders() - Constructor for class io.netty5.handler.codec.http.EmptyHttpHeaders
 
EmptyLastHttpContent - Class in io.netty5.handler.codec.http
 
EmptyLastHttpContent(BufferAllocator) - Constructor for class io.netty5.handler.codec.http.EmptyLastHttpContent
 
encode(Cookie) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookie into a Cookie header value.
encode(Cookie) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
Encodes the specified cookie into a Set-Cookie header value.
encode(Cookie...) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
encode(Cookie...) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(Iterable<? extends Cookie>) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
encode(Iterable<? extends Cookie>) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(String, String) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookie into a Cookie header value.
encode(String, String) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
Encodes the specified cookie name-value pair into a Set-Cookie header value.
encode(Collection<? extends Cookie>) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
encode(Collection<? extends Cookie>) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encodeAndClose(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
 
encodeAndClose(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty5.handler.codec.http.websocketx.WebSocket13FrameEncoder
 
encodeAndClose(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
 
encodeHeaders(HttpHeaders, Buffer) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
Encode the HttpHeaders into a Buffer.
encodeInitialLine(Buffer, H) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
 
encodeInitialLine(Buffer, HttpMessage) - Method in class io.netty5.handler.codec.rtsp.RtspEncoder
 
encodeInitialLine(Buffer, HttpRequest) - Method in class io.netty5.handler.codec.http.HttpRequestEncoder
 
encodeInitialLine(Buffer, HttpResponse) - Method in class io.netty5.handler.codec.http.HttpResponseEncoder
 
encoderFilter() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
Returns the extension filter for WebSocketExtensionEncoder encoder.
ENDPOINT_UNAVAILABLE - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
entries() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
entries() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
entries() - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns a new List that contains all headers in this object.
entries() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
equals(Object) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
equals(Object) - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
equals(Object) - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
equals(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
equals(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
 
equals(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpObject
 
equals(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
 
equals(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
 
equals(Object) - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
equals(Object) - Method in class io.netty5.handler.codec.http.HttpMethod
 
equals(Object) - Method in class io.netty5.handler.codec.http.HttpResponseStatus
Equality of HttpResponseStatus only depends on HttpResponseStatus.code().
equals(Object) - Method in class io.netty5.handler.codec.http.HttpScheme
 
equals(Object) - Method in class io.netty5.handler.codec.http.HttpVersion
 
equals(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
equals(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
 
EQUALS - Static variable in class io.netty5.handler.codec.http.HttpConstants
Equals '='
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use AsciiString.contentEqualsIgnoreCase(CharSequence, CharSequence) instead.
ETAG - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"etag"
EXPECT - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"expect"
EXPECTATION_FAILED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
417 Expectation Failed
expectedSubprotocol() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the CSV of requested subprotocol(s) sent to the server as specified in the constructor
expectMaskedFrames() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
 
expectMaskedFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
expectMaskedFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
EXPIRES - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
 
EXPIRES - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"expires"
EXPIRES - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"expires"
exposedHeaders() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Returns a set of headers to be exposed to calling clients.
exposeHeaders(CharSequence...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Specifies the headers to be exposed to calling clients.
exposeHeaders(String...) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
exposeHeaders(String...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Specifies the headers to be exposed to calling clients.
extractExtensions(String) - Static method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 

F

FAILED_DEPENDENCY - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
424 Failed Dependency (WebDAV, RFC4918)
FILE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
FILENAME - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
finishAggregation(BufferAllocator, FullHttpMessage<?>) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
finishHandshake(Channel, FullHttpResponse) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Validates and finishes the opening handshake initiated by WebSocketClientHandshaker.handshake(io.netty5.channel.Channel)}.
forAnyOrigin() - Static method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Creates a Builder instance with it's origin set to '*'.
FORBIDDEN - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
403 Forbidden
FORBIDDEN - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
403 Forbidden
forceCloseTimeoutMillis() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
 
forceCloseTimeoutMillis() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
forceCloseTimeoutMillis() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
forceCloseTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Close the connection if it was not closed by the server after timeout specified
forceCloseTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
Close the connection if it was not closed by the client after timeout specified
FORM_DATA - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
formatHostnameForHttp(InetSocketAddress) - Static method in class io.netty5.handler.codec.http.HttpUtil
Formats the host string of an address so it can be used for computing an HTTP component such as a URL or a Host header
forOrigin(String) - Static method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Creates a CorsConfigBuilder instance with the specified origin.
forOrigins(String...) - Static method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Creates a CorsConfigBuilder instance with the specified origins.
FOUND - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
302 Found
FROM - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"from"
FROM - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"from"
FullHttpMessage<R extends FullHttpMessage<R>> - Interface in io.netty5.handler.codec.http
Combines HttpMessage and LastHttpContent into one message.
FullHttpRequest - Interface in io.netty5.handler.codec.http
Combine the HttpRequest and FullHttpMessage, so the request is a complete HTTP request.
FullHttpResponse - Interface in io.netty5.handler.codec.http
Combination of a HttpResponse and FullHttpMessage.

G

GATEWAY_TIMEOUT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
504 Gateway Timeout
GATEWAY_TIMEOUT - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
504 Gateway Timeout
get(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
get(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns the value of a header with the specified name.
get(CharSequence, String) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns the value of a header with the specified name.
get(String) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
get(String) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
get(String) - Method in class io.netty5.handler.codec.http.HttpHeaders
 
get(String) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
GET - Static variable in class io.netty5.handler.codec.http.HttpMethod
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
GET_PARAMETER - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The GET_PARAMETER request retrieves the value of a parameter of a presentation or stream specified in the URI.
getAll(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
getAll(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns the values of headers with the specified name
getAll(String) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
getAll(String) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
getAll(String) - Method in class io.netty5.handler.codec.http.HttpHeaders
 
getAll(String) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
getAllAsString(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Headers.getAll(Object) and convert each element of List to a String.
getAsString(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Headers.get(Object) and convert the result to a String.
getCharset(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
Fetch charset from message's Content-Type header.
getCharset(HttpMessage, Charset) - Static method in class io.netty5.handler.codec.http.HttpUtil
Fetch charset from message's Content-Type header.
getCharset(CharSequence) - Static method in class io.netty5.handler.codec.http.HttpUtil
Fetch charset from Content-Type header value.
getCharset(CharSequence, Charset) - Static method in class io.netty5.handler.codec.http.HttpUtil
Fetch charset from Content-Type header value.
getCharsetAsSequence(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
Fetch charset from message's Content-Type header as a char sequence.
getCharsetAsSequence(CharSequence) - Static method in class io.netty5.handler.codec.http.HttpUtil
Fetch charset from Content-Type header value as a char sequence.
getCharsetAsString(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
getContentLength(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpUtil.getContentLength(HttpMessage) instead. Returns the length of the content. Please note that this value is not retrieved from HttpContent.payload() but from the "Content-Length" header, and thus they are independent from each other.
getContentLength(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
Returns the length of the content.
getContentLength(HttpMessage, int) - Static method in class io.netty5.handler.codec.http.HttpUtil
Get an int representation of HttpUtil.getContentLength(HttpMessage, long).
getContentLength(HttpMessage, long) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpUtil.getContentLength(HttpMessage, long) instead. Returns the length of the content. Please note that this value is not retrieved from HttpContent.payload() but from the "Content-Length" header, and thus they are independent from each other.
getContentLength(HttpMessage, long) - Static method in class io.netty5.handler.codec.http.HttpUtil
Returns the length of the content or the specified default value if the message does not have the "Content-Length" header.
getDate(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.getTimeMillis(CharSequence) instead. Returns the value of the "Date" header.
getDate(HttpMessage, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.getTimeMillis(CharSequence, long) instead. Returns the value of the "Date" header. If there is no such header or the header is not a formatted date, the defaultValue is returned.
getDateHeader(HttpMessage, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.getTimeMillis(CharSequence) instead. Returns the date header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned.
getDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.getTimeMillis(CharSequence, long) instead. Returns the date header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned.
getDateHeader(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
getDateHeader(HttpMessage, String, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
getHeader(HttpMessage, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.get(CharSequence) instead. Returns the header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned.
getHeader(HttpMessage, CharSequence, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.get(CharSequence, String) instead. Returns the header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned.
getHeader(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
getHeader(HttpMessage, String, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
getHost(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.get(CharSequence) instead. Returns the value of the "Host" header.
getHost(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.get(CharSequence, String) instead. Returns the value of the "Host" header. If there is no such header, the defaultValue is returned.
getInt(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
getInt(CharSequence) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
getInt(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns the integer value of a header with the specified name.
getInt(CharSequence) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
getInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
getInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
getInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns the integer value of a header with the specified name.
getInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
getIntHeader(HttpMessage, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.getInt(CharSequence) instead. Returns the integer header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned.
getIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.getInt(CharSequence, int) instead. Returns the integer header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned.
getIntHeader(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
getIntHeader(HttpMessage, String, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
getMimeType(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
Fetch MIME type part from message's Content-Type header as a char sequence.
getMimeType(CharSequence) - Static method in class io.netty5.handler.codec.http.HttpUtil
Fetch MIME type part from Content-Type header value as a char sequence.
getProtocolVersion() - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
Deprecated.
getProtocolVersion() - Method in interface io.netty5.handler.codec.http.HttpMessage
Deprecated.
getShort(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
getShort(CharSequence) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
getShort(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns the short value of a header with the specified name.
getShort(CharSequence) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
getShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
getShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
getShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns the short value of a header with the specified name.
getShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
getTargetContentEncoding(String) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
Returns the expected content encoding of the decoded content.
getTimeMillis(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
getTimeMillis(CharSequence) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
getTimeMillis(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns the date value of a header with the specified name.
getTimeMillis(CharSequence) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
getTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
getTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
getTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns the date value of a header with the specified name.
getTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
GONE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
410 Gone
GONE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
410 Gone
GZIP - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"gzip"
GZIP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"gzip"
GZIP_DEFLATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"gzip,deflate"

H

handleCloseFrames() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
handleCloseFrames() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
handleCloseFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
true if close frames should not be forwarded and just close the channel
handleCloseFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
true if close frames should not be forwarded and just close the channel
handleOversizedMessage(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
 
handleTransferEncodingChunkedWithContentLength(HttpMessage) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
Invoked when a message with both a "Transfer-Encoding: chunked" and a "Content-Length" header field is detected.
handshake(Channel) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Begins the opening handshake
handshake(Channel, FullHttpRequest) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the opening handshake.
handshake(Channel, FullHttpRequest, HttpHeaders) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the opening handshake When call this method you MUST NOT retain the FullHttpRequest which is passed in.
handshake(Channel, HttpRequest) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the opening handshake.
handshake(Channel, HttpRequest, HttpHeaders) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the opening handshake When call this method you MUST NOT retain the HttpRequest which is passed in.
handshakeExtension(WebSocketExtensionData) - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
Handshake based on server response.
handshakeExtension(WebSocketExtensionData) - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker
Handshake based on client request.
handshaker() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Returns the used handshaker
handshakeTimeoutMillis() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
handshakeTimeoutMillis() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
handshakeTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Handshake timeout in millis, when handshake timeout, will trigger an inbound channel event WebSocketClientHandshakeCompletionEvent with a WebSocketHandshakeException.
handshakeTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
Handshake timeout in millis, when handshake timeout, will trigger an inbound channel event WebSocketHandshakeCompletionEvent with a WebSocketHandshakeException.
hashCode() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
hashCode() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
hashCode() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
hashCode() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
hashCode() - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
 
hashCode() - Method in class io.netty5.handler.codec.http.DefaultHttpObject
 
hashCode() - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
 
hashCode() - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
 
hashCode() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
hashCode() - Method in class io.netty5.handler.codec.http.HttpMethod
 
hashCode() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
 
hashCode() - Method in class io.netty5.handler.codec.http.HttpScheme
 
hashCode() - Method in class io.netty5.handler.codec.http.HttpVersion
 
hashCode() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
hashCode() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
 
HEAD - Static variable in class io.netty5.handler.codec.http.HttpMethod
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
HEADER_FIELD_NOT_VALID - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
456 Header Field Not Valid for Resource
headers() - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
 
headers() - Method in interface io.netty5.handler.codec.http.HttpMessage
Returns the headers of this message.
headerSize() - Method in class io.netty5.handler.codec.http.HttpMessageDecoderResult
The decoded header size (in bytes), as controlled by maxHeaderSize.
HOST - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"host"
HOST - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"host"
HT - Static variable in class io.netty5.handler.codec.http.HttpConstants
Horizontal tab
HTTP - Static variable in class io.netty5.handler.codec.http.HttpScheme
Scheme for non-secure HTTP connection.
HTTP_1_0 - Static variable in class io.netty5.handler.codec.http.HttpVersion
HTTP/1.0
HTTP_1_1 - Static variable in class io.netty5.handler.codec.http.HttpVersion
HTTP/1.1
HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
505 HTTP Version Not Supported
HttpChunkedInput - Class in io.netty5.handler.codec.http
A ChunkedInput that fetches data chunk by chunk for use with HTTP chunked transfers.
HttpChunkedInput(ChunkedInput<Buffer>, LastHttpContent<?>) - Constructor for class io.netty5.handler.codec.http.HttpChunkedInput
Creates a new instance using the specified input.
HttpClientCodec - Class in io.netty5.handler.codec.http
A combination of HttpRequestEncoder and HttpResponseDecoder which enables easier client side HTTP implementation.
HttpClientCodec() - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
Creates a new instance with the default decoder options (maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192)).
HttpClientCodec(int, int) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, boolean, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, boolean, boolean, int) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, boolean, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, boolean, boolean, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientUpgradeHandler<C extends HttpContent<C>> - Class in io.netty5.handler.codec.http
Client-side handler for handling an HTTP upgrade handshake to another protocol.
HttpClientUpgradeHandler(HttpClientUpgradeHandler.SourceCodec, HttpClientUpgradeHandler.UpgradeCodec, int) - Constructor for class io.netty5.handler.codec.http.HttpClientUpgradeHandler
Constructs the client upgrade handler.
HttpClientUpgradeHandler.SourceCodec - Interface in io.netty5.handler.codec.http
The source codec that is used in the pipeline initially.
HttpClientUpgradeHandler.UpgradeCodec - Interface in io.netty5.handler.codec.http
A codec that the source can be upgraded to.
HttpClientUpgradeHandler.UpgradeEvent - Enum in io.netty5.handler.codec.http
User events that are fired to notify about upgrade status.
HttpConstants - Class in io.netty5.handler.codec.http
 
HttpContent<R extends HttpContent<R>> - Interface in io.netty5.handler.codec.http
An HTTP chunk which is used for HTTP chunked transfer-encoding.
HttpContentCompressor - Class in io.netty5.handler.codec.http
Compresses an HttpMessage and an HttpContent in gzip or deflate encoding while respecting the "Accept-Encoding" header.
HttpContentCompressor() - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
Creates a new handler with the default compression level (6), default window size (15) and default memory level (8).
HttpContentCompressor(int) - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
Deprecated.
HttpContentCompressor(int, int, int) - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
Deprecated.
HttpContentCompressor(int, int, int, int) - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
Deprecated.
HttpContentCompressor(int, CompressionOptions...) - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
Create a new HttpContentCompressor instance with specified CompressionOptionss
HttpContentCompressor(CompressionOptions...) - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
Create a new HttpContentCompressor Instance with specified CompressionOptionss and contentSizeThreshold set to 0
HttpContentDecoder - Class in io.netty5.handler.codec.http
Decodes the content of the received HttpRequest and HttpContent.
HttpContentDecoder() - Constructor for class io.netty5.handler.codec.http.HttpContentDecoder
 
HttpContentDecompressor - Class in io.netty5.handler.codec.http
Decompresses an HttpMessage and an HttpContent compressed in gzip or deflate encoding.
HttpContentDecompressor() - Constructor for class io.netty5.handler.codec.http.HttpContentDecompressor
Create a new HttpContentDecompressor in non-strict mode.
HttpContentDecompressor(boolean) - Constructor for class io.netty5.handler.codec.http.HttpContentDecompressor
HttpContentEncoder - Class in io.netty5.handler.codec.http
Encodes the content of the outbound HttpResponse and HttpContent.
HttpContentEncoder() - Constructor for class io.netty5.handler.codec.http.HttpContentEncoder
 
HttpContentEncoder.Result - Class in io.netty5.handler.codec.http
 
HttpExpectationFailedEvent - Class in io.netty5.handler.codec.http
A user event designed to communicate that a expectation has failed and there should be no expectation that a body will follow.
HttpHeaderNames - Class in io.netty5.handler.codec.http
Standard HTTP header names.
HttpHeaders - Class in io.netty5.handler.codec.http
Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses an HttpMessage.
HttpHeaders() - Constructor for class io.netty5.handler.codec.http.HttpHeaders
 
HttpHeaderValues - Class in io.netty5.handler.codec.http
Standard HTTP header values.
HttpMessage - Interface in io.netty5.handler.codec.http
An interface that defines an HTTP message, providing common properties for HttpRequest and HttpResponse.
HttpMessageDecoderResult - Class in io.netty5.handler.codec.http
A DecoderResult for HttpMessages as produced by an HttpObjectDecoder.
HttpMethod - Class in io.netty5.handler.codec.http
The request method of HTTP or its derived protocols, such as RTSP and ICAP.
HttpMethod(String) - Constructor for class io.netty5.handler.codec.http.HttpMethod
Creates a new HTTP method with the specified name.
HttpObject - Interface in io.netty5.handler.codec.http
 
HttpObjectAggregator<C extends HttpContent<C>> - Class in io.netty5.handler.codec.http
A ChannelHandler that aggregates an HttpMessage and its following HttpContents into a single FullHttpRequest or FullHttpResponse (depending on if it used to handle requests or responses) with no following HttpContents.
HttpObjectAggregator(int) - Constructor for class io.netty5.handler.codec.http.HttpObjectAggregator
Creates a new instance.
HttpObjectAggregator(int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpObjectAggregator
Creates a new instance.
HttpObjectDecoder - Class in io.netty5.handler.codec.http
Decodes Buffers into HttpMessages and HttpContents.
HttpObjectDecoder() - Constructor for class io.netty5.handler.codec.http.HttpObjectDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192).
HttpObjectDecoder(int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpObjectDecoder
Creates a new instance with the specified parameters.
HttpObjectDecoder(int, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.HttpObjectDecoder
Creates a new instance with the specified parameters.
HttpObjectDecoder(int, int, boolean, boolean, int) - Constructor for class io.netty5.handler.codec.http.HttpObjectDecoder
Creates a new instance with the specified parameters.
HttpObjectDecoder(int, int, boolean, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpObjectDecoder
 
HttpObjectEncoder<H extends HttpMessage> - Class in io.netty5.handler.codec.http
Encodes an HttpMessage or an HttpContent into a Buffer.
HttpObjectEncoder() - Constructor for class io.netty5.handler.codec.http.HttpObjectEncoder
 
HTTPONLY - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
 
HttpRequest - Interface in io.netty5.handler.codec.http
An HTTP request.
HttpRequestDecoder - Class in io.netty5.handler.codec.http
Decodes Buffers into HttpRequests and HttpContents.
HttpRequestDecoder() - Constructor for class io.netty5.handler.codec.http.HttpRequestDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxChunkSize (8192).
HttpRequestDecoder(int, int) - Constructor for class io.netty5.handler.codec.http.HttpRequestDecoder
Creates a new instance with the specified parameters.
HttpRequestDecoder(int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpRequestDecoder
 
HttpRequestDecoder(int, int, boolean, int) - Constructor for class io.netty5.handler.codec.http.HttpRequestDecoder
 
HttpRequestDecoder(int, int, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpRequestDecoder
 
HttpRequestEncoder - Class in io.netty5.handler.codec.http
Encodes an HttpRequest or an HttpContent into a Buffer.
HttpRequestEncoder() - Constructor for class io.netty5.handler.codec.http.HttpRequestEncoder
 
HttpResponse - Interface in io.netty5.handler.codec.http
An HTTP response.
HttpResponseDecoder - Class in io.netty5.handler.codec.http
Decodes Buffers into HttpResponses and HttpContents.
HttpResponseDecoder() - Constructor for class io.netty5.handler.codec.http.HttpResponseDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxChunkSize (8192).
HttpResponseDecoder(int, int) - Constructor for class io.netty5.handler.codec.http.HttpResponseDecoder
Creates a new instance with the specified parameters.
HttpResponseDecoder(int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpResponseDecoder
 
HttpResponseDecoder(int, int, boolean, int) - Constructor for class io.netty5.handler.codec.http.HttpResponseDecoder
 
HttpResponseDecoder(int, int, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpResponseDecoder
 
HttpResponseEncoder - Class in io.netty5.handler.codec.http
Encodes an HttpResponse or an HttpContent into a Buffer.
HttpResponseEncoder() - Constructor for class io.netty5.handler.codec.http.HttpResponseEncoder
 
HttpResponseStatus - Class in io.netty5.handler.codec.http
The response code and its description of HTTP or its derived protocols, such as RTSP and ICAP.
HttpResponseStatus(int, String) - Constructor for class io.netty5.handler.codec.http.HttpResponseStatus
Creates a new instance with the specified code and its reasonPhrase.
HTTPS - Static variable in class io.netty5.handler.codec.http.HttpScheme
Scheme for secure HTTP connection.
HttpScheme - Class in io.netty5.handler.codec.http
Defines the common schemes used for the HTTP protocol as defined by rfc7230.
HttpServerCodec - Class in io.netty5.handler.codec.http
A combination of HttpRequestDecoder and HttpResponseEncoder which enables easier server side HTTP implementation.
HttpServerCodec() - Constructor for class io.netty5.handler.codec.http.HttpServerCodec
Creates a new instance with the default decoder options (maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192)).
HttpServerCodec(int, int) - Constructor for class io.netty5.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpServerCodec(int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpServerCodec(int, int, boolean, int) - Constructor for class io.netty5.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpServerCodec(int, int, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpServerExpectContinueHandler - Class in io.netty5.handler.codec.http
Sends a 100 CONTINUE HttpResponse to HttpRequests which contain a 'expect: 100-continue' header.
HttpServerExpectContinueHandler() - Constructor for class io.netty5.handler.codec.http.HttpServerExpectContinueHandler
 
HttpServerKeepAliveHandler - Class in io.netty5.handler.codec.http
HttpServerKeepAliveHandler helps close persistent connections when appropriate.
HttpServerKeepAliveHandler() - Constructor for class io.netty5.handler.codec.http.HttpServerKeepAliveHandler
 
HttpServerUpgradeHandler<C extends HttpContent<C>> - Class in io.netty5.handler.codec.http
A server-side handler that receives HTTP requests and optionally performs a protocol switch if the requested protocol is supported.
HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory) - Constructor for class io.netty5.handler.codec.http.HttpServerUpgradeHandler
Constructs the upgrader with the supported codecs.
HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int) - Constructor for class io.netty5.handler.codec.http.HttpServerUpgradeHandler
Constructs the upgrader with the supported codecs.
HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpServerUpgradeHandler
Constructs the upgrader with the supported codecs.
HttpServerUpgradeHandler.SourceCodec - Interface in io.netty5.handler.codec.http
The source codec that is used in the pipeline initially.
HttpServerUpgradeHandler.UpgradeCodec - Interface in io.netty5.handler.codec.http
A codec that the source can be upgraded to.
HttpServerUpgradeHandler.UpgradeCodecFactory - Interface in io.netty5.handler.codec.http
Creates a new HttpServerUpgradeHandler.UpgradeCodec for the requested protocol name.
HttpServerUpgradeHandler.UpgradeEvent - Class in io.netty5.handler.codec.http
User event that is fired to notify about the completion of an HTTP upgrade to another protocol.
HttpStatusClass - Enum in io.netty5.handler.codec.http
The class of HTTP status.
HttpUtil - Class in io.netty5.handler.codec.http
Utility methods useful in the HTTP context.
HttpVersion - Class in io.netty5.handler.codec.http
The version of HTTP or its derived protocols, such as RTSP and ICAP.
HttpVersion(String, boolean) - Constructor for class io.netty5.handler.codec.http.HttpVersion
Creates a new HTTP version with the specified version string.
HttpVersion(String, int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpVersion
Creates a new HTTP version with the specified protocol name and version numbers.

I

IDENTITY - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"identity"
IDENTITY - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"identity"
IF_MATCH - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"if-match"
IF_MATCH - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"if-match"
IF_MODIFIED_SINCE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"if-modified-since"
IF_MODIFIED_SINCE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"if-modified-since"
IF_NONE_MATCH - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"if-none-match"
IF_RANGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"if-range"
IF_UNMODIFIED_SINCE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"if-unmodified-since"
ignoreContentAfterContinueResponse(Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
ignoreContentAfterContinueResponse(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
INFORMATIONAL - io.netty5.handler.codec.http.HttpStatusClass
The informational class (1xx)
initCookie(String, int, int, int, int) - Method in class io.netty5.handler.codec.http.cookie.CookieDecoder
 
initialLineLength() - Method in class io.netty5.handler.codec.http.HttpMessageDecoderResult
The decoded initial line length (in bytes), as controlled by maxInitialLineLength.
INSTANCE - Static variable in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
INSTANCE - Static variable in class io.netty5.handler.codec.http.HttpExpectationFailedEvent
 
INSTANCE - Static variable in class io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
 
INSUFFICIENT_STORAGE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
507 Insufficient Storage (WebDAV, RFC4918)
INTERLEAVED - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"interleaved"
INTERNAL_SERVER_ERROR - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
500 Internal Server Error
INTERNAL_SERVER_ERROR - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
INTERNAL_SERVER_ERROR - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
500 Internal Server Error
INVALID_MESSAGE_TYPE - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
INVALID_PAYLOAD_DATA - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
INVALID_RANGE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
457 Invalid Range
io.netty5.codec.http - module io.netty5.codec.http
 
io.netty5.handler.codec.http - package io.netty5.handler.codec.http
Encoder, decoder and their related message types for HTTP.
io.netty5.handler.codec.http.cookie - package io.netty5.handler.codec.http.cookie
This package contains Cookie related classes.
io.netty5.handler.codec.http.cors - package io.netty5.handler.codec.http.cors
This package contains Cross Origin Resource Sharing (CORS) related classes.
io.netty5.handler.codec.http.websocketx - package io.netty5.handler.codec.http.websocketx
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
io.netty5.handler.codec.http.websocketx.extensions - package io.netty5.handler.codec.http.websocketx.extensions
Encoder, decoder, handshakers to handle WebSocket Extensions.
io.netty5.handler.codec.http.websocketx.extensions.compression - package io.netty5.handler.codec.http.websocketx.extensions.compression
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
io.netty5.handler.codec.rtsp - package io.netty5.handler.codec.rtsp
An RTSP extension based on the HTTP codec.
is100ContinueExpected(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpUtil.is100ContinueExpected(HttpMessage) instead. Returns true if and only if the specified message contains the "Expect: 100-continue" header.
is100ContinueExpected(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
Returns true if and only if the specified message contains an expect header and the only expectation present is the 100-continue expectation.
isAccessible() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
isAccessible() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
isAccessible() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
 
isAccessible() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
 
isAccessible() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
isAccessible() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
isAggregated(Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
isAggregated(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
isAnyOriginSupported() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Determines whether a wildcard origin, '*', is supported.
isAsteriskForm(String) - Static method in class io.netty5.handler.codec.http.HttpUtil
Determine if a string uri is in asterisk-form according to rfc7230, 5.3.
isAsteriskForm(URI) - Static method in class io.netty5.handler.codec.http.HttpUtil
Determine if a uri is in asterisk-form according to rfc7230, 5.3.
isContentAlwaysEmpty(H) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
Determine whether a message has a content or not.
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
 
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty5.handler.codec.rtsp.RtspDecoder
 
isContentAlwaysEmpty(HttpResponse) - Method in class io.netty5.handler.codec.http.HttpResponseEncoder
 
isContentLengthInvalid(HttpMessage, int) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
isContentLengthInvalid(WebSocketFrame, int) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
isContentLengthSet(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
isContentLengthSet(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
 
isCorsSupportEnabled() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Determines if support for CORS is enabled.
isCredentialsAllowed() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Determines if cookies are supported for CORS requests.
isDecodingRequest() - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
 
isDecodingRequest() - Method in class io.netty5.handler.codec.http.HttpRequestDecoder
 
isDecodingRequest() - Method in class io.netty5.handler.codec.http.HttpResponseDecoder
 
isDecodingRequest() - Method in class io.netty5.handler.codec.rtsp.RtspDecoder
 
isEmpty() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
isEmpty() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
isEmpty() - Method in class io.netty5.handler.codec.http.HttpHeaders
Checks if no header exists.
isEmpty() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
isEndOfInput() - Method in class io.netty5.handler.codec.http.HttpChunkedInput
 
isEndOfInput() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
 
isFinalFragment() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrame
Flag to indicate if this frame is the final fragment in a message.
isForceCloseComplete() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Flag to indicate if the closing handshake was initiated because of timeout.
isHandshakeComplete() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Flag to indicate if the opening handshake is complete
isHttpOnly() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Checks to see if this Cookie can only be accessed via HTTP.
isHttpOnly() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
isKeepAlive(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpUtil.isKeepAlive(HttpMessage) instead. Returns true if and only if the connection can remain open and thus 'kept alive'. This methods respects the value of the "Connection" header first and then the return value of HttpVersion.isKeepAliveDefault().
isKeepAlive(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
Returns true if and only if the connection can remain open and thus 'kept alive'.
isKeepAliveDefault() - Method in class io.netty5.handler.codec.http.HttpVersion
Returns true if and only if the connection is kept alive unless the "Connection" header is set to "close" explicitly.
isLastContentMessage(HttpContent<C>) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
isLastContentMessage(ContinuationWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
isNullOriginAllowed() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded from the local file system.
isOriginForm(String) - Static method in class io.netty5.handler.codec.http.HttpUtil
Determine if a string uri is in origin-form according to rfc7230, 5.3.
isOriginForm(URI) - Static method in class io.netty5.handler.codec.http.HttpUtil
Determine if a uri is in origin-form according to rfc7230, 5.3.
isPrivateNetworkAllowed() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Web browsers may set the 'Access-Control-Request-Private-Network' request header if a resource is loaded from a local network.
isSecure() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Checks to see if this Cookie is secure
isSecure() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
isSharable() - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
 
isShortCircuit() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Determines whether a CORS request should be rejected if it's invalid before being further processing.
isShortCurcuit() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Deprecated.
isSingleDecode() - Method in class io.netty5.handler.codec.http.HttpClientCodec
 
isSwitchingToNonHttp1Protocol(HttpResponse) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
Returns true if the server switched to a different protocol than HTTP/1.0 or HTTP/1.1, e.g.
isTransferEncodingChunked(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpUtil.isTransferEncodingChunked(HttpMessage) instead. Checks to see if the transfer encoding in a specified HttpMessage is chunked
isTransferEncodingChunked(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
Checks to see if the transfer encoding in a specified HttpMessage is chunked
isValidStatusCode(int) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
iterator() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
Deprecated.
iterator() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
iterator() - Method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
It is preferred to use HttpHeaders.iteratorCharSequence() unless you need String. If String is required then use HttpHeaders.iteratorAsString().
iterator() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
iteratorAsString() - Method in class io.netty5.handler.codec.http.HttpHeaders
Iterator that converts each Map.Entry's key and value to a String.
iteratorCharSequence() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
iteratorCharSequence() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
iteratorCharSequence() - Method in class io.netty5.handler.codec.http.HttpHeaders
 
iteratorCharSequence() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 

K

KEEP_ALIVE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
Deprecated.
KEEP_ALIVE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"keep-alive"
KEEP_ALIVE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"keep-alive"
KEY_MANAGEMENT_FAILURE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
463 Key management failure
KEYMGMT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"keymgmt"

L

LAST_MODIFIED - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"last-modified"
LAST_MODIFIED - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"last-modified"
LastHttpContent<R extends LastHttpContent<R>> - Interface in io.netty5.handler.codec.http
The last HttpContent which has trailing headers.
Lax - io.netty5.handler.codec.http.cookie.CookieHeaderNames.SameSite
 
LAX - Static variable in class io.netty5.handler.codec.http.cookie.ClientCookieDecoder
Lax instance that doesn't validate name and value
LAX - Static variable in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
Lax instance that doesn't validate name and value, and (for methods that accept multiple cookies) keeps cookies in the order in which they were given.
LAX - Static variable in class io.netty5.handler.codec.http.cookie.ServerCookieDecoder
Lax instance that doesn't validate name and value
LAX - Static variable in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
Lax instance that doesn't validate name and value, and that allows multiple cookies with the same name.
LAYERS - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"layers"
length() - Method in class io.netty5.handler.codec.http.HttpChunkedInput
 
length() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
 
LENGTH_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
411 Length Required
LENGTH_REQUIRED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
411 Length Required
lengthForAggregation(FullHttpMessage<?>) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
lengthForAggregation(WebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
lengthForContent(HttpContent<C>) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
lengthForContent(ContinuationWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
LF - Static variable in class io.netty5.handler.codec.http.HttpConstants
Line feed character
LOCATION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"location"
LOCKED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
423 Locked (WebDAV, RFC4918)
logger - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
 
LOW_STORAGE_SPACE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
250 Low on Storage Space

M

majorVersion() - Method in class io.netty5.handler.codec.http.HttpVersion
Returns the name of the protocol such as 1 in "HTTP/1.0".
MANDATORY_EXTENSION - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
MAX_AGE - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
 
MAX_AGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"max-age"
MAX_AGE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"max-age"
MAX_FORWARDS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"max-forwards"
MAX_STALE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"max-stale"
MAX_STALE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"max-stale"
MAX_WINDOW_SIZE - Static variable in class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
maxAge() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Returns the maximum age of this Cookie in seconds or Cookie.UNDEFINED_MAX_AGE if unspecified
maxAge() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
maxAge() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Gets the maxAge setting.
maxAge(long) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
maxAge(long) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
When making a preflight request the client has to perform two request with can be inefficient.
maxFramePayloadLength() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the max length for any frame's payload
maxFramePayloadLength() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
maxFramePayloadLength() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
 
maxFramePayloadLength() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Gets the maximum length for any frame's payload.
maxFramePayloadLength(int) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Maximum length of a frame's payload
maxFramePayloadLength(int) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
maxFramePayloadLength(int) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
MESSAGE_TOO_BIG - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
method() - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
 
method() - Method in interface io.netty5.handler.codec.http.HttpRequest
Returns the HttpMethod of this HttpRequest.
METHOD_NOT_ALLOWED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
405 Method Not Allowed
METHOD_NOT_ALLOWED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
405 Method Not Allowed
METHOD_NOT_VALID - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
455 Method Not Valid in This State
MIN_FRESH - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"min-fresh"
MIN_FRESH - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"min-fresh"
MIN_WINDOW_SIZE - Static variable in class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
minorVersion() - Method in class io.netty5.handler.codec.http.HttpVersion
Returns the name of the protocol such as 0 in "HTTP/1.0".
MISDIRECTED_REQUEST - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
421 Misdirected Request
MODE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"mode"
MOVED_PERMANENTLY - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
301 Moved Permanently
MOVED_PERMANENTLY - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
301 Moved Permanently
MOVED_TEMPORARILY - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
302 Moved Temporarily
MULTI_STATUS - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
207 Multi-Status (WebDAV, RFC2518)
MULTICAST - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"multicast"
MULTIPART_FORM_DATA - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"multipart/form-data"
MULTIPART_MIXED - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"multipart/mixed"
MULTIPLE_CHOICES - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
300 Multiple Choices
MULTIPLE_CHOICES - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
300 Multiple Choices
MUST_REVALIDATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"must-revalidate"
MUST_REVALIDATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"must-revalidate"
mustSkip(WebSocketFrame) - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
Returns true if the evaluation of the extension must skipped for the given frame otherwise false.

N

name() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Returns the name of this Cookie.
name() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
name() - Method in class io.netty5.handler.codec.http.HttpMethod
Returns the name of this method.
name() - Method in class io.netty5.handler.codec.http.HttpScheme
 
name() - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
name() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
 
NAME - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
names() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
names() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
names() - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns a new Set that contains the names of all headers in this object.
names() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
511 Network Authentication Required (RFC6585)
NEVER_SKIP - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
A WebSocketExtensionFilter that never skip the evaluation of an any given extensions WebSocketExtension.
newBuilder() - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
newBuilder() - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
 
newBuilder() - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
newContentDecoder(String) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
Returns a new Decompressor that decodes the HTTP message content encoded in the specified contentEncoding.
newContentDecoder(String) - Method in class io.netty5.handler.codec.http.HttpContentDecompressor
 
newContinueResponse(HttpMessage, int, ChannelPipeline) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
newContinueResponse(WebSocketFrame, int, ChannelPipeline) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
newEntity(String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use AsciiString instead.

Create a new CharSequence which is optimized for reuse as HttpHeaders name or value. So if you have a Header name or value that you want to reuse you should make use of this.

newExtensionDecoder() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
 
newExtensionEncoder() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
 
newHandshaker(HttpRequest) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Instances a new handshaker
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Creates a new handshaker.
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Creates a new handshaker.
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Creates a new handshaker.
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Creates a new handshaker.
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long, boolean) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Creates a new handshaker.
newHandshakeRequest(BufferAllocator) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns a new {@link FullHttpRequest) which will be used for the handshake.
newHandshakeRequest(BufferAllocator) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
/**
newHandshakeResponse(BufferAllocator, FullHttpRequest, HttpHeaders) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns a new {@link FullHttpResponse) which will be used for as response to the handshake request.
newHandshakeResponse(BufferAllocator, FullHttpRequest, HttpHeaders) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
Handle the web socket handshake for the web socket specification HyBi versions 13-17.
newRequestData() - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
 
newRequestData() - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
 
newRequestData() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
Return extension configuration to submit to the server.
newResponseData() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtension
Return an extension configuration to submit to the client as an acknowledge.
newUpgradeCodec(CharSequence) - Method in interface io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodecFactory
Invoked by HttpServerUpgradeHandler for all the requested protocol names in the order of the client preference.
newWebsocketDecoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the decoder to use after handshake is complete.
newWebsocketDecoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
newWebsocketDecoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the decoder to use after handshake is complete.
newWebsocketDecoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
newWebSocketEncoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the encoder to use after the handshake is complete.
newWebSocketEncoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
newWebSocketEncoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the encoder to use after the handshake is complete.
newWebSocketEncoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
NO_CACHE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"no-cache"
NO_CACHE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"no-cache"
NO_CONTENT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
204 No Content
NO_STORE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"no-store"
NO_TRANSFORM - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"no-transform"
NO_TRANSFORM - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"no-transform"
NON_AUTHORITATIVE_INFORMATION - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
203 Non-Authoritative Information (since HTTP/1.1)
None - io.netty5.handler.codec.http.cookie.CookieHeaderNames.SameSite
 
NONE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"none"
NONE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"none"
noPreflightResponseHeaders() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
noPreflightResponseHeaders() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Specifies that no preflight response headers should be added to a preflight response.
NORMAL_CLOSURE - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
normalizeAndGetContentLength(List<? extends CharSequence>, boolean, boolean) - Static method in class io.netty5.handler.codec.http.HttpUtil
Validates, and optionally extracts the content length from headers.
NOT_ACCEPTABLE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
406 Not Acceptable
NOT_ACCEPTABLE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
406 Not Acceptable
NOT_ENOUGH_BANDWIDTH - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
453 Not Enough Bandwidth
NOT_EXTENDED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
510 Not Extended (RFC2774)
NOT_FOUND - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
404 Not Found
NOT_FOUND - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
404 Not Found
NOT_IMPLEMENTED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
501 Not Implemented
NOT_IMPLEMENTED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
501 Not Implemented
NOT_MODIFIED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
304 Not Modified
NOT_MODIFIED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
304 Not Modified

O

OK - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
200 OK
OK - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
200 OK
ONLY_AGGREGATE_OPERATION_ALLOWED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
460 Only Aggregate operation allowed
ONLY_IF_CACHED - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"only-if-cached"
ONLY_IF_CACHED - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"only-if-cached"
OPTION_NOT_SUPPORTED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
551 Option not supported
OPTIONS - Static variable in class io.netty5.handler.codec.http.HttpMethod
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
OPTIONS - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The OPTIONS getMethod represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
origin() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Returns the allowed origin.
ORIGIN - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"origin"
origins() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Returns the set of allowed origins.

P

PARAMETER_IS_READONLY - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
458 Parameter Is Read-Only
PARAMETER_NOT_UNDERSTOOD - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
451 Parameter Not Understood
parameters() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
Returns the decoded key-value parameter pairs of the URI.
parameters() - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
parseLine(AsciiString) - Static method in class io.netty5.handler.codec.http.HttpResponseStatus
Parses the specified HTTP status line into a HttpResponseStatus.
parseLine(CharSequence) - Static method in class io.netty5.handler.codec.http.HttpResponseStatus
Parses the specified HTTP status line into a HttpResponseStatus.
parseLine(String) - Static method in class io.netty5.handler.codec.http.HttpResponseStatus
Parses the specified HTTP status line into a HttpResponseStatus.
PARTIAL_CONTENT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
206 Partial Content
PATCH - Static variable in class io.netty5.handler.codec.http.HttpMethod
The PATCH method requests that a set of changes described in the request entity be applied to the resource identified by the Request-URI.
path() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Returns the path of this Cookie.
path() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
path() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
Returns the decoded path string of the URI.
PATH - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
 
PAUSE - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The PAUSE request causes the stream delivery to be interrupted (halted) temporarily.
payload() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
payload() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
payload() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
 
payload() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
 
payload() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
payload() - Method in interface io.netty5.handler.codec.http.HttpContent
Returns the Buffer representing the payload of the HTTP message.
PAYMENT_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
402 Payment Required
PAYMENT_REQUIRED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
402 Payment Required
performMasking() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
performMasking(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Whether to mask all written websocket frames.
PERMANENT_REDIRECT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
308 Permanent Redirect (RFC7538)
PerMessageDeflateClientExtensionHandshaker - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
permessage-deflate handshake implementation.
PerMessageDeflateClientExtensionHandshaker() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
Constructor with default configuration.
PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
Constructor with custom configuration.
PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
Constructor with custom configuration.
PerMessageDeflateServerExtensionHandshaker - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
permessage-deflate handshake implementation.
PerMessageDeflateServerExtensionHandshaker() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
Constructor with default configuration.
PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
Constructor with custom configuration.
PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
Constructor with custom configuration.
PingWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
Web Socket frame containing binary data.
PingWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new ping frame with the specified binary data.
PingWebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new ping frame with the specified binary data.
PLAY - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The PLAY getMethod tells the server to start sending data via the mechanism specified in SETUP.
POLICY_VIOLATION - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
PongWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
Web Socket frame containing binary data.
PongWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new pong frame with the specified binary data
PongWebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new pong frame with the specified binary data.
PongWebSocketFrame(Send<Buffer>) - Constructor for class io.netty5.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new pong frame with the specified binary data.
port() - Method in class io.netty5.handler.codec.http.HttpScheme
 
port() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
 
PORT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"port"
POST - Static variable in class io.netty5.handler.codec.http.HttpMethod
The POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.
PRAGMA - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"pragma"
PRECONDITION_FAILED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
412 Precondition Failed
PRECONDITION_FAILED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
412 Precondition Failed
PRECONDITION_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
428 Precondition Required (RFC6585)
preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Returns HTTP response headers that should be added to a CORS preflight response.
preflightResponseHeader(CharSequence, Object...) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
preflightResponseHeader(CharSequence, Object...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Returns HTTP response headers that should be added to a CORS preflight response.
preflightResponseHeader(CharSequence, Callable<T>) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Returns HTTP response headers that should be added to a CORS preflight response.
preflightResponseHeader(String, Callable<T>) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
preflightResponseHeaders() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
Returns HTTP response headers that should be added to a CORS preflight response.
prepareUpgradeFrom(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpClientCodec
Prepares to upgrade to another protocol from HTTP.
prepareUpgradeFrom(ChannelHandlerContext) - Method in interface io.netty5.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
Removes or disables the encoder of this codec so that the HttpClientUpgradeHandler.UpgradeCodec can send an initial greeting (if any).
prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in interface io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Prepares the upgradeHeaders for a protocol update based upon the contents of upgradeRequest.
PRIVATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"private"
PRIVATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"private"
processHandshake(Channel, HttpResponse) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Process the opening handshake initiated by WebSocketClientHandshaker.handshake(io.netty5.channel.Channel)}.
PROCESSING - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
102 Processing (WebDAV, RFC2518)
progress() - Method in class io.netty5.handler.codec.http.HttpChunkedInput
 
progress() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
 
protocol() - Method in interface io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
Returns the name of the protocol supported by this codec, as indicated by the 'UPGRADE' header.
protocol() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
The protocol that the channel has been upgraded to.
PROTOCOL_ERROR - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
protocolName() - Method in class io.netty5.handler.codec.http.HttpVersion
Returns the name of the protocol such as "HTTP" in "HTTP/1.0".
protocolVersion() - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
 
protocolVersion() - Method in interface io.netty5.handler.codec.http.HttpMessage
Returns the protocol version of this HttpMessage
PROXY_AUTHENTICATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"proxy-authenticate"
PROXY_AUTHENTICATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"proxy-authenticate"
PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
407 Proxy Authentication Required
PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
407 Proxy Authentication Required
PROXY_AUTHORIZATION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"proxy-authorization"
PROXY_CONNECTION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
Deprecated.
use HttpHeaderNames.CONNECTION "proxy-connection"
PROXY_REQUIRE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"proxy-require"
PROXY_REVALIDATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"proxy-revalidate"
PROXY_REVALIDATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"proxy-revalidate"
PUBLIC - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"public"
PUBLIC - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"public"
PUBLIC - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"public"
PUT - Static variable in class io.netty5.handler.codec.http.HttpMethod
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.

Q

QueryStringDecoder - Class in io.netty5.handler.codec.http
Splits an HTTP query string into a path string and key-value parameter pairs.
QueryStringDecoder(String) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI.
QueryStringDecoder(String, boolean) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, Charset) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, Charset, boolean) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, Charset, boolean, int) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, Charset, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(URI) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI.
QueryStringDecoder(URI, Charset) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(URI, Charset, int) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(URI, Charset, int, boolean) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringEncoder - Class in io.netty5.handler.codec.http
Creates a URL-encoded URI from a path string and key-value parameter pairs.
QueryStringEncoder(String) - Constructor for class io.netty5.handler.codec.http.QueryStringEncoder
Creates a new encoder that encodes a URI that starts with the specified path string.
QueryStringEncoder(String, Charset) - Constructor for class io.netty5.handler.codec.http.QueryStringEncoder
Creates a new encoder that encodes a URI that starts with the specified path string in the specified charset.
QUOTED_PRINTABLE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"quoted-printable"

R

RANGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"range"
RANGE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"range"
rawPath() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
Returns the raw path string of the URI.
rawQuery() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
Returns raw query string of the URI.
readChunk(BufferAllocator) - Method in class io.netty5.handler.codec.http.HttpChunkedInput
 
readChunk(BufferAllocator) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
Fetches a chunked data from the stream.
ReadOnlyHttpHeaders - Class in io.netty5.handler.codec.http
A variant of HttpHeaders which only supports read-only methods.
ReadOnlyHttpHeaders(boolean, CharSequence...) - Constructor for class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
Create a new instance.
reasonPhrase() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
Returns the reason phrase of this HttpResponseStatus.
reasonText() - Method in class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the reason text as per RFC 6455 If a reason text is not supplied, an empty string is returned.
reasonText() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.BinaryWebSocketFrame
 
receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
 
receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.PingWebSocketFrame
 
receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.PongWebSocketFrame
 
receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
 
RECORD - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The RECORD getMethod initiates recording a range of media data according to the presentation description.
REDIRECT - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The REDIRECT request informs the client that it must connect to another server location.
REDIRECTION - io.netty5.handler.codec.http.HttpStatusClass
The redirection class (3xx)
REFERER - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"referer"
REFERER - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"referer"
rejectResponse(BufferAllocator, HttpRequest) - Method in class io.netty5.handler.codec.http.HttpServerExpectContinueHandler
Returns the appropriate 4XX HttpResponse for the given HttpRequest.
remove(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
remove(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Removes the header with the specified name.
remove(String) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
remove(String) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
remove(String) - Method in class io.netty5.handler.codec.http.HttpHeaders
 
remove(String) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
removeHeader(HttpMessage, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.remove(CharSequence) instead. Removes the header with the specified name.
removeHeader(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
removeTransferEncodingChunked(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
request() - Method in exception io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeException
Returns a request if exception occurs during request validation otherwise null.
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
413 Request Entity Too Large
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
413 Request Entity Too Large
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
431 Request Header Fields Too Large (RFC6585)
REQUEST_TIMEOUT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
408 Request Timeout
REQUEST_TIMEOUT - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
408 Request Timeout
REQUEST_URI_TOO_LONG - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
414 Request-URI Too Long
REQUEST_URI_TOO_LONG - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
416 Requested Range Not Satisfiable
requestHeaders() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeCompletionEvent
Return the request HttpHeaders of the handshake if ProtocolEvent.isSuccess() returns true, null otherwise.
requestUri() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeCompletionEvent
Return the request uri of the handshake if ProtocolEvent.isSuccess() returns true, null otherwise.
REQUIRE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"require"
requiredUpgradeHeaders() - Method in interface io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Gets all protocol-specific headers required by this protocol for a successful upgrade.
reset() - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
Resets the state of the decoder so that it is ready to decode a new message.
RESET_CONTENT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
205 Reset Content
response() - Method in exception io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakeException
Returns a response if exception occurs during response validation otherwise null.
Result(String, Compressor) - Constructor for class io.netty5.handler.codec.http.HttpContentEncoder.Result
 
RETRT_AFTER - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"retry-after"
RETRY_AFTER - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"retry-after"
rsv() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
 
rsv() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrame
Bits used for extensions to the standard.
RSV1 - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
 
RSV2 - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
 
RSV3 - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
 
RTP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"RTP"
RTP_INFO - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"rtp-info"
RTPTIME - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"rtptime"
RTSP_1_0 - Static variable in class io.netty5.handler.codec.rtsp.RtspVersions
RTSP/1.0
RTSP_VERSION_NOT_SUPPORTED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
505 RTSP Version not supported
RtspDecoder - Class in io.netty5.handler.codec.rtsp
Decodes io.netty5.buffer.ByteBufs into RTSP messages represented in HttpMessages.
RtspDecoder() - Constructor for class io.netty5.handler.codec.rtsp.RtspDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxContentLength (8192).
RtspDecoder(int, int, int) - Constructor for class io.netty5.handler.codec.rtsp.RtspDecoder
Creates a new instance with the specified parameters.
RtspDecoder(int, int, int, boolean) - Constructor for class io.netty5.handler.codec.rtsp.RtspDecoder
Creates a new instance with the specified parameters.
RtspEncoder - Class in io.netty5.handler.codec.rtsp
Encodes an RTSP message represented in HttpMessage or an HttpContent into a Buffer.
RtspEncoder() - Constructor for class io.netty5.handler.codec.rtsp.RtspEncoder
 
RtspHeaderNames - Class in io.netty5.handler.codec.rtsp
Standard RTSP header names.
RtspHeaderValues - Class in io.netty5.handler.codec.rtsp
Standard RTSP header names.
RtspMethods - Class in io.netty5.handler.codec.rtsp
The request getMethod of RTSP.
RtspResponseStatuses - Class in io.netty5.handler.codec.rtsp
The getStatus code and its description of a RTSP response.
RtspVersions - Class in io.netty5.handler.codec.rtsp
The version of RTSP.

S

S_MAXAGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"s-maxage"
sameSite() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
Checks to see if this Cookie can be sent along cross-site requests.
SAMESITE - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
 
sanitizeHeadersBeforeEncode(H, boolean) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
Allows to sanitize headers of the message before encoding these.
sanitizeHeadersBeforeEncode(HttpResponse, boolean) - Method in class io.netty5.handler.codec.http.HttpResponseEncoder
 
SCALE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"scale"
SEC_WEBSOCKET_ACCEPT - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"sec-websocket-accept"
SEC_WEBSOCKET_EXTENSIONS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"sec-websocket-protocol"
SEC_WEBSOCKET_KEY - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"sec-websocket-key"
SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"Sec-WebSocket-Origin"
SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"sec-websocket-protocol"
SEC_WEBSOCKET_VERSION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"sec-websocket-version"
SECURE - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
 
SEE_OTHER - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
303 See Other (since HTTP/1.1)
selectedSubprotocol() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeCompletionEvent
Return the selected sub-protocol of the handshake if ProtocolEvent.isSuccess() returns true and one was selected, null otherwise.
selectedSubprotocol() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the selected subprotocol.
selectSubprotocol(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Selects the first matching supported sub protocol
SEMICOLON - Static variable in class io.netty5.handler.codec.http.HttpConstants
Semicolon ';'
send() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
send() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
send() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
 
send() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
 
send() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
send() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
sendCloseFrame() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
sendCloseFrame() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
sendCloseFrame(WebSocketCloseStatus) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Close frame to send, when close frame was not send manually.
sendCloseFrame(WebSocketCloseStatus) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
Close frame to send, when close frame was not send manually.
sendUnsupportedVersionResponse(Channel) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Return that we need cannot not support the web socket version
sendUnsupportedWebSocketVersionResponse(Channel) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
SEQ - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"seq"
SERVER - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"server"
SERVER - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"server"
SERVER_ERROR - io.netty5.handler.codec.http.HttpStatusClass
The server error class (5xx)
SERVER_PORT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"server_port"
ServerCookieDecoder - Class in io.netty5.handler.codec.http.cookie
A RFC6265 compliant cookie decoder to be used server side.
ServerCookieEncoder - Class in io.netty5.handler.codec.http.cookie
A RFC6265 compliant cookie encoder to be used server side, so some fields are sent (Version is typically ignored).
SERVICE_RESTART - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
SERVICE_UNAVAILABLE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
503 Service Unavailable
SERVICE_UNAVAILABLE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
503 Service Unavailable
SESSION - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"session"
SESSION_NOT_FOUND - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
454 Session Not Found
set(HttpHeaders) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
set(HttpHeaders) - Method in class io.netty5.handler.codec.http.HttpHeaders
Cleans the current header entries and copies all header entries of the specified headers.
set(CharSequence, Iterable<?>) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
set(CharSequence, Iterable<?>) - Method in class io.netty5.handler.codec.http.HttpHeaders
Sets a header with the specified name and values.
set(CharSequence, Object) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
set(CharSequence, Object) - Method in class io.netty5.handler.codec.http.HttpHeaders
Sets a header with the specified name and value.
set(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
set(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
set(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.HttpHeaders
 
set(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
set(String, Object) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
set(String, Object) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
set(String, Object) - Method in class io.netty5.handler.codec.http.HttpHeaders
 
set(String, Object) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
SET_COOKIE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"set-cookie"
SET_COOKIE2 - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"set-cookie2"
SET_PARAMETER - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The SET_PARAMETER requests to set the value of a parameter for a presentation or stream specified by the URI.
set100ContinueExpected(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpUtil.set100ContinueExpected(HttpMessage, boolean) instead. Sets the "Expect: 100-continue" header to the specified message. If there is any existing "Expect" header, they are replaced with the new one.
set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpUtil.set100ContinueExpected(HttpMessage, boolean) instead. Sets or removes the "Expect: 100-continue" header to / from the specified message. If set is true, the "Expect: 100-continue" header is set and all other previous "Expect" headers are removed. Otherwise, all "Expect" headers are removed completely.
set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http.HttpUtil
Sets or removes the "Expect: 100-continue" header to / from the specified message.
setAll(HttpHeaders) - Method in class io.netty5.handler.codec.http.HttpHeaders
Retains all current headers but calls HttpHeaders.set(String, Object) for each entry in headers
setContentLength(HttpMessage, long) - Static method in class io.netty5.handler.codec.http.HttpHeaders
setContentLength(HttpMessage, long) - Static method in class io.netty5.handler.codec.http.HttpUtil
Sets the "Content-Length" header.
setDate(HttpMessage, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.set(CharSequence, Object) instead. Sets the "Date" header.
setDateHeader(HttpMessage, CharSequence, Iterable<Date>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.set(CharSequence, Iterable) instead. Sets a new date header with the specified name and values. If there is an existing header with the same name, the existing header is removed. The specified values are formatted as defined in RFC2616
setDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.set(CharSequence, Object) instead. Sets a new date header with the specified name and value. If there is an existing header with the same name, the existing header is removed. The specified value is formatted as defined in RFC2616
setDateHeader(HttpMessage, String, Iterable<Date>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
setDateHeader(HttpMessage, String, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
setDecoderResult(DecoderResult) - Method in class io.netty5.handler.codec.http.DefaultHttpObject
 
setDecoderResult(DecoderResult) - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
setDomain(String) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Sets the domain of this Cookie.
setDomain(String) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
setForceCloseTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Sets timeout to close the connection if it was not closed by the server.
setForceCloseTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
setHeader(HttpMessage, CharSequence, Iterable<?>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.set(CharSequence, Iterable) instead. Sets a new header with the specified name and values. If there is an existing header with the same name, the existing header is removed. This getMethod can be represented approximately as the following code:
 removeHeader(message, name);
 for (Object v: values) {
     if (v == null) {
         break;
     }
     addHeader(message, name, v);
 }
 
setHeader(HttpMessage, CharSequence, Object) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.set(CharSequence, Object) instead. Sets a new header with the specified name and value. If there is an existing header with the same name, the existing header is removed. If the specified value is not a String, it is converted into a String by Object.toString(), except for Date and Calendar which are formatted to the date format defined in RFC2616.
setHeader(HttpMessage, String, Iterable<?>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
setHeader(HttpMessage, String, Object) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
setHost(HttpMessage, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.set(CharSequence, Object) instead. Sets the "Host" header.
setHost(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
setHttpOnly(boolean) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Determines if this Cookie is HTTP only.
setHttpOnly(boolean) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
setInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
setInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
setInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.HttpHeaders
Set the name to value.
setInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
setIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.setInt(CharSequence, int) instead. Sets a new integer header with the specified name and value. If there is an existing header with the same name, the existing header is removed.
setIntHeader(HttpMessage, CharSequence, Iterable<Integer>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpHeaders.set(CharSequence, Iterable) instead. Sets a new integer header with the specified name and values. If there is an existing header with the same name, the existing header is removed.
setIntHeader(HttpMessage, String, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
setIntHeader(HttpMessage, String, Iterable<Integer>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
setKeepAlive(HttpHeaders, HttpVersion, boolean) - Static method in class io.netty5.handler.codec.http.HttpUtil
Sets the value of the "Connection" header depending on the protocol version of the specified message.
setKeepAlive(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http.HttpHeaders
Deprecated.
Use HttpUtil.setKeepAlive(HttpMessage, boolean) instead. Sets the value of the "Connection" header depending on the protocol version of the specified message. This getMethod sets or removes the "Connection" header depending on what the default keep alive mode of the message's protocol version is, as specified by HttpVersion.isKeepAliveDefault().
  • If the connection is kept alive by default:
    • set to "close" if keepAlive is false.
    • remove otherwise.
  • If the connection is closed by default:
    • set to "keep-alive" if keepAlive is true.
    • remove otherwise.
setKeepAlive(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http.HttpUtil
Sets the value of the "Connection" header depending on the protocol version of the specified message.
setMaxAge(long) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Sets the maximum age of this Cookie in seconds.
setMaxAge(long) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
setMethod(HttpMethod) - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
setMethod(HttpMethod) - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
 
setMethod(HttpMethod) - Method in interface io.netty5.handler.codec.http.FullHttpRequest
 
setMethod(HttpMethod) - Method in interface io.netty5.handler.codec.http.HttpRequest
Set the HttpMethod of this HttpRequest.
setPath(String) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Sets the path of this Cookie.
setPath(String) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
setProtocolVersion(HttpVersion) - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
setProtocolVersion(HttpVersion) - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
 
setProtocolVersion(HttpVersion) - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
 
setProtocolVersion(HttpVersion) - Method in interface io.netty5.handler.codec.http.FullHttpRequest
 
setProtocolVersion(HttpVersion) - Method in interface io.netty5.handler.codec.http.FullHttpResponse
 
setProtocolVersion(HttpVersion) - Method in interface io.netty5.handler.codec.http.HttpMessage
Set the protocol version of this HttpMessage
setProtocolVersion(HttpVersion) - Method in interface io.netty5.handler.codec.http.HttpRequest
 
setProtocolVersion(HttpVersion) - Method in interface io.netty5.handler.codec.http.HttpResponse
 
setSameSite(CookieHeaderNames.SameSite) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
Determines if this this Cookie can be sent along cross-site requests.
setSecure(boolean) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Sets the security getStatus of this Cookie
setSecure(boolean) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
setShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
setShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
setShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.HttpHeaders
Set the name to value.
setShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
setSingleDecode(boolean) - Method in class io.netty5.handler.codec.http.HttpClientCodec
 
setStatus(HttpResponseStatus) - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
setStatus(HttpResponseStatus) - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
 
setStatus(HttpResponseStatus) - Method in interface io.netty5.handler.codec.http.FullHttpResponse
 
setStatus(HttpResponseStatus) - Method in interface io.netty5.handler.codec.http.HttpResponse
Set the status of this HttpResponse.
setTransferEncodingChunked(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
setTransferEncodingChunked(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http.HttpUtil
Set the HttpHeaderNames.TRANSFER_ENCODING to either include HttpHeaderValues.CHUNKED if chunked is true, or remove HttpHeaderValues.CHUNKED if chunked is false.
SETUP - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The SETUP request for a URI specifies the transport mechanism to be used for the streamed media.
setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in interface io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
Sets any protocol-specific headers required to the upgrade request.
setUri(String) - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
setUri(String) - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
 
setUri(String) - Method in interface io.netty5.handler.codec.http.FullHttpRequest
 
setUri(String) - Method in interface io.netty5.handler.codec.http.HttpRequest
Set the requested URI (or alternatively, path)
setValue(String) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Sets the value of this Cookie.
setValue(String) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
setWrap(boolean) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Sets true if the value of this Cookie is to be wrapped with double quotes.
setWrap(boolean) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
shortCircuit() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
Specifies that a CORS request should be rejected if it's invalid before being further processing.
shortCurcuit() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
shouldHandleUpgradeRequest(HttpRequest) - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler
Determines whether the specified upgrade HttpRequest should be handled by this handler or not.
size() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
size() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
 
size() - Method in class io.netty5.handler.codec.http.HttpHeaders
Returns the number of headers in this object.
size() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
SP - Static variable in class io.netty5.handler.codec.http.HttpConstants
Horizontal space
SP_CHAR - Static variable in class io.netty5.handler.codec.http.HttpConstants
Horizontal space
SPEED - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"speed"
SSRC - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"ssrc"
status() - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
 
status() - Method in interface io.netty5.handler.codec.http.HttpResponse
Returns the status of this HttpResponse.
statusCode() - Method in class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the closing status code as per RFC 6455.
strict - Variable in class io.netty5.handler.codec.http.cookie.CookieEncoder
 
Strict - io.netty5.handler.codec.http.cookie.CookieHeaderNames.SameSite
 
STRICT - Static variable in class io.netty5.handler.codec.http.cookie.ClientCookieDecoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
STRICT - Static variable in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
Strict encoder that validates that name and value chars are in the valid scope and (for methods that accept multiple cookies) sorts cookies into order of decreasing path length, as specified in RFC6265.
STRICT - Static variable in class io.netty5.handler.codec.http.cookie.ServerCookieDecoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
STRICT - Static variable in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265, and (for methods that accept multiple cookies) that only one cookie is encoded with any given name.
SUB_PROTOCOL_WILDCARD - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Use this as wildcard to support all requested sub-protocols
subprotocol() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
subprotocol(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Sub protocol request sent to the server.
subprotocols() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the CSV of supported sub protocols
subprotocols() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
subprotocols(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
CSV of supported protocols
SUCCESS - io.netty5.handler.codec.http.HttpStatusClass
The success class (2xx)
SWITCHING_PROTOCOLS - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
101 Switching Protocols

T

targetContentEncoding() - Method in class io.netty5.handler.codec.http.HttpContentEncoder.Result
 
TCP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"TCP"
TE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"te"
TEARDOWN - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
The TEARDOWN request stops the stream delivery for the given URI, freeing the resources associated with it.
TEMPORARY_REDIRECT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
307 Temporary Redirect (since HTTP/1.1)
text() - Method in class io.netty5.handler.codec.http.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
text() - Method in class io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
Returns the text data in this frame.
text() - Method in class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
Returns the text data in this frame.
TEXT_CSS - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"text/css"
TEXT_EVENT_STREAM - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"text/event-stream"
TEXT_HTML - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"text/html"
TEXT_PLAIN - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"text/plain"
TextWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
Web Socket text frame.
TextWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data and the final fragment flag.
TextWebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data.
TextWebSocketFrame(BufferAllocator, boolean, int, String) - Constructor for class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TextWebSocketFrame(BufferAllocator, String) - Constructor for class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TIME - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"time"
TIMEOUT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"timeout"
TIMESTAMP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"timestamp"
TLS_HANDSHAKE_FAILED - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
toBuilder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
toBuilder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
 
toBuilder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
toHttpHeaderValue() - Method in enum io.netty5.handler.codec.http.websocketx.WebSocketVersion
 
TOO_MANY_REQUESTS - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
429 Too Many Requests (RFC6585)
TooLongHttpContentException - Exception in io.netty5.handler.codec.http
An TooLongFrameException which is thrown when the length of the content decoded is greater than the allowed maximum.
TooLongHttpContentException() - Constructor for exception io.netty5.handler.codec.http.TooLongHttpContentException
Creates a new instance.
TooLongHttpContentException(String) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpContentException
Creates a new instance.
TooLongHttpContentException(String, Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpContentException
Creates a new instance.
TooLongHttpContentException(Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpContentException
Creates a new instance.
TooLongHttpHeaderException - Exception in io.netty5.handler.codec.http
An TooLongFrameException which is thrown when the length of the header decoded is greater than the allowed maximum.
TooLongHttpHeaderException() - Constructor for exception io.netty5.handler.codec.http.TooLongHttpHeaderException
Creates a new instance.
TooLongHttpHeaderException(String) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpHeaderException
Creates a new instance.
TooLongHttpHeaderException(String, Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpHeaderException
Creates a new instance.
TooLongHttpHeaderException(Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpHeaderException
Creates a new instance.
TooLongHttpLineException - Exception in io.netty5.handler.codec.http
An TooLongFrameException which is thrown when the length of the line decoded is greater than the allowed maximum.
TooLongHttpLineException() - Constructor for exception io.netty5.handler.codec.http.TooLongHttpLineException
Creates a new instance.
TooLongHttpLineException(String) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpLineException
Creates a new instance.
TooLongHttpLineException(String, Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpLineException
Creates a new instance.
TooLongHttpLineException(Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpLineException
Creates a new instance.
toString() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
toString() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
 
toString() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
toString() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
toString() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
 
toString() - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
 
toString() - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
 
toString() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
 
toString() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
toString() - Method in class io.netty5.handler.codec.http.HttpHeaders
 
toString() - Method in class io.netty5.handler.codec.http.HttpMethod
 
toString() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
 
toString() - Method in class io.netty5.handler.codec.http.HttpScheme
 
toString() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
toString() - Method in class io.netty5.handler.codec.http.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
toString() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
 
toString() - Method in class io.netty5.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
 
toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrame
 
toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketHandshakeCompletionEvent
 
toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
 
toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
totalSize() - Method in class io.netty5.handler.codec.http.HttpMessageDecoderResult
The decoded initial line length plus the decoded header size (in bytes).
touch(Object) - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
touch(Object) - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
touch(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpContent
 
touch(Object) - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
 
touch(Object) - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
touch(Object) - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
toUri() - Method in class io.netty5.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI object which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
TRACE - Static variable in class io.netty5.handler.codec.http.HttpMethod
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.
TRAILER - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"trailer"
TRAILERS - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"trailers"
trailingHeaders() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
 
trailingHeaders() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
 
trailingHeaders() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
 
trailingHeaders() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
 
trailingHeaders() - Method in interface io.netty5.handler.codec.http.LastHttpContent
 
TRANSFER_ENCODING - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"transfer-encoding"
TRANSPORT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"transport"
TRY_AGAIN_LATER - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
tryContentMessage(Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
tryContentMessage(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
tryStartMessage(Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
 
tryStartMessage(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
 
TTL - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"ttl"

U

UDP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"UDP"
UNAUTHORIZED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
401 Unauthorized
UNAUTHORIZED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
401 Unauthorized
UNDEFINED_MAX_AGE - Static variable in interface io.netty5.handler.codec.http.cookie.Cookie
Constant for undefined MaxAge attribute value.
UNICAST - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"unicast"
UNKNOWN - io.netty5.handler.codec.http.HttpStatusClass
The unknown class
UNKNOWN - io.netty5.handler.codec.http.websocketx.WebSocketVersion
 
UNORDERED_COLLECTION - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
425 Unordered Collection (WebDAV, RFC3648)
UNPROCESSABLE_ENTITY - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
422 Unprocessable Entity (WebDAV, RFC4918)
UNSUPPORTED - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"unsupported"
UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
415 Unsupported Media Type
UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
415 Unsupported Media Type
UNSUPPORTED_TRANSPORT - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
461 Unsupported transport
UPGRADE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"upgrade"
UPGRADE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"upgrade"
UPGRADE_INSECURE_REQUESTS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"upgrade-insecure-requests"
UPGRADE_ISSUED - io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
The Upgrade request was sent to the server.
UPGRADE_REJECTED - io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
The Upgrade was unsuccessful due to the server not issuing with a 101 Switching Protocols response.
UPGRADE_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
426 Upgrade Required (RFC2817)
UPGRADE_SUCCESSFUL - io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
The Upgrade to the new protocol was successful.
upgradeFrom(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpClientCodec
Upgrades to another protocol from HTTP.
upgradeFrom(ChannelHandlerContext) - Method in interface io.netty5.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
Removes this codec (i.e. all associated handlers) from the pipeline.
upgradeFrom(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpServerCodec
Upgrades to another protocol from HTTP.
upgradeFrom(ChannelHandlerContext) - Method in interface io.netty5.handler.codec.http.HttpServerUpgradeHandler.SourceCodec
Removes this codec (i.e. all associated handlers) from the pipeline.
upgradeRequest() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
Gets the request that triggered the protocol upgrade.
upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in interface io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Performs an HTTP protocol upgrade from the source codec.
upgradeTo(ChannelHandlerContext, Send<FullHttpResponse>) - Method in interface io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
Performs an HTTP protocol upgrade from the source codec.
upgradeUrl(URI) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Return the constructed raw path for the give URI.
uri() - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
 
uri() - Method in interface io.netty5.handler.codec.http.HttpRequest
Returns the requested URI (or alternatively, path)
uri() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
Returns the uri used to initialize this QueryStringDecoder.
uri() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the URI to the web socket. e.g.
uri() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the URL of the web socket
URL - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
"url"
USE_PROXY - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
305 Use Proxy (since HTTP/1.1)
USE_PROXY - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
305 Use Proxy
USER_AGENT - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"user-agent"
USER_AGENT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"user-agent"
Utf8FrameValidator - Class in io.netty5.handler.codec.http.websocketx
 
Utf8FrameValidator() - Constructor for class io.netty5.handler.codec.http.websocketx.Utf8FrameValidator
 
Utf8FrameValidator(boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.Utf8FrameValidator
 

V

V13 - io.netty5.handler.codec.http.websocketx.WebSocketVersion
validateCookie(String, String) - Method in class io.netty5.handler.codec.http.cookie.CookieEncoder
 
validateHeaders - Variable in class io.netty5.handler.codec.http.HttpObjectDecoder
 
value() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Returns the value of this Cookie.
value() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
valueCharSequenceIterator(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
valueCharSequenceIterator(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Equivalent to HttpHeaders.getAll(String) but it is possible that no intermediate list is generated.
valueCharSequenceIterator(CharSequence) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
valueOf(int) - Static method in class io.netty5.handler.codec.http.HttpResponseStatus
Returns the HttpResponseStatus represented by the specified code.
valueOf(int) - Static method in enum io.netty5.handler.codec.http.HttpStatusClass
Returns the class of the specified HTTP status code.
valueOf(int) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
valueOf(int) - Static method in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
Returns the HttpResponseStatus represented by the specified code.
valueOf(int, String) - Static method in class io.netty5.handler.codec.http.HttpResponseStatus
Returns the HttpResponseStatus represented by the specified code and reasonPhrase.
valueOf(CharSequence) - Static method in enum io.netty5.handler.codec.http.HttpStatusClass
Returns the class of the specified HTTP status code.
valueOf(String) - Static method in enum io.netty5.handler.codec.http.cookie.CookieHeaderNames.SameSite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty5.handler.codec.http.HttpMethod
Returns the HttpMethod represented by the specified name.
valueOf(String) - Static method in enum io.netty5.handler.codec.http.HttpStatusClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty5.handler.codec.http.HttpVersion
Returns an existing or new HttpVersion instance which matches to the specified protocol version string.
valueOf(String) - Static method in enum io.netty5.handler.codec.http.websocketx.WebSocketVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty5.handler.codec.rtsp.RtspMethods
Returns the HttpMethod represented by the specified name.
valueOf(String) - Static method in class io.netty5.handler.codec.rtsp.RtspVersions
Returns an existing or new HttpVersion instance which matches to the specified RTSP version string.
values() - Static method in enum io.netty5.handler.codec.http.cookie.CookieHeaderNames.SameSite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty5.handler.codec.http.HttpStatusClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty5.handler.codec.http.websocketx.WebSocketVersion
Returns an array containing the constants of this enum type, in the order they are declared.
valueStringIterator(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
 
valueStringIterator(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
Equivalent to HttpHeaders.getAll(String) but it is possible that no intermediate list is generated.
valueStringIterator(CharSequence) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
 
VARIANT_ALSO_NEGOTIATES - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
506 Variant Also Negotiates (RFC2295)
VARY - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"vary"
VARY - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"vary"
verify(FullHttpResponse) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Verify the FullHttpResponse and throws a WebSocketHandshakeException if something is wrong.
verify(FullHttpResponse) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
Process server response:
version() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Version of the web socket specification that is being used
version() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
version() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketHandshakeCompletionEvent
Return the WebSocketVersion of the handshake or null in case of a failure.
version() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the version of the specification being supported
version(WebSocketVersion) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Version of web socket specification to use to connect to the server
VIA - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"via"
VIA - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"via"

W

WARNING - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"warning"
WEBSOCKET - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"websocket"
WebSocket13FrameDecoder - Class in io.netty5.handler.codec.http.websocketx
Decodes a web socket frame from wire protocol version 13 format.
WebSocket13FrameDecoder(boolean, boolean, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocket13FrameDecoder
Constructor
WebSocket13FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocket13FrameDecoder
Constructor
WebSocket13FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocket13FrameDecoder
Constructor
WebSocket13FrameEncoder - Class in io.netty5.handler.codec.http.websocketx
Encodes a web socket frame into wire protocol version 13 format.
WebSocket13FrameEncoder(boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocket13FrameEncoder
Constructor
WebSocketChunkedInput - Class in io.netty5.handler.codec.http.websocketx
A ChunkedInput that fetches data chunk by chunk for use with WebSocket chunked transfers.
WebSocketChunkedInput(ChunkedInput<Buffer>) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
Creates a new instance using the specified input.
WebSocketChunkedInput(ChunkedInput<Buffer>, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
Creates a new instance using the specified input.
WebSocketClientCompressionHandler - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
Extends io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler to handle the most common WebSocket Compression Extensions.
WebSocketClientExtension - Interface in io.netty5.handler.codec.http.websocketx.extensions
Created once the handshake phase is done.
WebSocketClientExtensionHandler - Class in io.netty5.handler.codec.http.websocketx.extensions
This handler negotiates and initializes the WebSocket Extensions.
WebSocketClientExtensionHandler(WebSocketClientExtensionHandshaker...) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
Constructor
WebSocketClientExtensionHandshaker - Interface in io.netty5.handler.codec.http.websocketx.extensions
Handshakes a client extension with the server.
WebSocketClientHandshakeCompletionEvent - Class in io.netty5.handler.codec.http.websocketx
A websocket handshake was completed on the client-side.
WebSocketClientHandshakeCompletionEvent(WebSocketVersion) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakeCompletionEvent
Create a new event that indicate a successful websocket handshake.
WebSocketClientHandshakeCompletionEvent(Throwable) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakeCompletionEvent
Create a new event that indicate a failed websocket handshake.
WebSocketClientHandshakeException - Exception in io.netty5.handler.codec.http.websocketx
Client exception during handshaking process.
WebSocketClientHandshakeException(String) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakeException
 
WebSocketClientHandshakeException(String, HttpResponse) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakeException
 
WebSocketClientHandshaker - Class in io.netty5.handler.codec.http.websocketx
Base class for web socket client handshake implementations
WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Base constructor
WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Base constructor
WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
Base constructor
WebSocketClientHandshaker13 - Class in io.netty5.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version websocketprotocol-v13
WebSocketClientHandshaker13(URI, String, boolean, HttpHeaders, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
Creates a new instance.
WebSocketClientHandshaker13(URI, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
Creates a new instance.
WebSocketClientHandshaker13(URI, String, boolean, HttpHeaders, int, boolean, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
Creates a new instance.
WebSocketClientHandshakerFactory - Class in io.netty5.handler.codec.http.websocketx
Creates a new WebSocketClientHandshaker of desired protocol version.
WebSocketClientProtocolConfig - Class in io.netty5.handler.codec.http.websocketx
WebSocket server configuration.
WebSocketClientProtocolConfig.Builder - Class in io.netty5.handler.codec.http.websocketx
 
WebSocketClientProtocolHandler - Class in io.netty5.handler.codec.http.websocketx
This handler does all the heavy lifting for you to run a websocket client.
WebSocketClientProtocolHandler(WebSocketClientHandshaker) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientProtocolConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketCloseStatus - Class in io.netty5.handler.codec.http.websocketx
WebSocket status codes specified in RFC-6455.
WebSocketCloseStatus(int, String) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
WebSocketCloseStatus(int, String, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
 
WebSocketDecoderConfig - Class in io.netty5.handler.codec.http.websocketx
Frames decoder configuration.
WebSocketDecoderConfig.Builder - Class in io.netty5.handler.codec.http.websocketx
 
WebSocketExtension - Interface in io.netty5.handler.codec.http.websocketx.extensions
Created once the handshake phase is done.
WebSocketExtensionData - Class in io.netty5.handler.codec.http.websocketx.extensions
A WebSocket Extension data from the Sec-WebSocket-Extensions header.
WebSocketExtensionData(String, Map<String, String>) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
WebSocketExtensionDecoder - Class in io.netty5.handler.codec.http.websocketx.extensions
Convenient class for io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension decoder.
WebSocketExtensionDecoder() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder
 
WebSocketExtensionEncoder - Class in io.netty5.handler.codec.http.websocketx.extensions
Convenient class for io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension encoder.
WebSocketExtensionEncoder() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder
 
WebSocketExtensionFilter - Interface in io.netty5.handler.codec.http.websocketx.extensions
Filter that is responsible to skip the evaluation of a certain extension according to standard.
WebSocketExtensionFilterProvider - Interface in io.netty5.handler.codec.http.websocketx.extensions
Extension filter provider that is responsible to provide filters for a certain WebSocketExtension extension.
WebSocketExtensionUtil - Class in io.netty5.handler.codec.http.websocketx.extensions
 
WebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
Base class for web socket frames.
WebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketFrame
 
WebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketFrame
 
WebSocketFrame(WebSocketFrame, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketFrame
This is a copy-constructor, used by sub-classes to implement Resource.send().
WebSocketFrame(Send<Buffer>) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketFrame
 
WebSocketFrameAggregator - Class in io.netty5.handler.codec.http.websocketx
Handler that aggregate fragmented WebSocketFrame's.
WebSocketFrameAggregator(int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
Creates a new instance
WebSocketFrameDecoder - Interface in io.netty5.handler.codec.http.websocketx
Marker interface which all WebSocketFrame decoders need to implement.
WebSocketFrameEncoder - Interface in io.netty5.handler.codec.http.websocketx
Marker interface which all WebSocketFrame encoders need to implement.
WebSocketHandshakeCompletionEvent - Class in io.netty5.handler.codec.http.websocketx
ProtocolEvent that indicate the completion of a websocket handshake.
WebSocketHandshakeException - Exception in io.netty5.handler.codec.http.websocketx
Exception during handshaking process
WebSocketHandshakeException(String) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketHandshakeException
 
WebSocketHandshakeException(String, Throwable) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketHandshakeException
 
WebSocketHandshakeTimeoutException - Exception in io.netty5.handler.codec.http.websocketx
WebSocketHandshakeException that is used when a handshake failed due a configured timeout.
WebSocketHandshakeTimeoutException(String) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketHandshakeTimeoutException
 
websocketPath() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
websocketPath(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
URI path component to handle websocket upgrade requests on.
WebSocketScheme - Class in io.netty5.handler.codec.http.websocketx
Defines the common schemes used for the WebSocket protocol as defined by rfc6455.
WebSocketServerCompressionHandler - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
Extends io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler to handle the most common WebSocket Compression Extensions.
WebSocketServerCompressionHandler() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler
Constructor with default configuration.
WebSocketServerExtension - Interface in io.netty5.handler.codec.http.websocketx.extensions
Created once the handshake phase is done.
WebSocketServerExtensionHandler - Class in io.netty5.handler.codec.http.websocketx.extensions
This handler negotiates and initializes the WebSocket Extensions.
WebSocketServerExtensionHandler(WebSocketServerExtensionHandshaker...) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
Constructor
WebSocketServerExtensionHandshaker - Interface in io.netty5.handler.codec.http.websocketx.extensions
Handshakes a client extension based on this server capabilities.
WebSocketServerHandshakeCompletionEvent - Class in io.netty5.handler.codec.http.websocketx
A websocket handshake was completed on the server-side.
WebSocketServerHandshakeCompletionEvent(WebSocketVersion, String, HttpHeaders, String) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeCompletionEvent
Create a new event that indicate a successful websocket handshake.
WebSocketServerHandshakeCompletionEvent(Throwable) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeCompletionEvent
Create a new event that indicate a failed websocket handshake.
WebSocketServerHandshakeException - Exception in io.netty5.handler.codec.http.websocketx
Server exception during handshaking process.
WebSocketServerHandshakeException(String) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeException
 
WebSocketServerHandshakeException(String, HttpRequest) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeException
 
WebSocketServerHandshaker - Class in io.netty5.handler.codec.http.websocketx
Base class for server side web socket opening and closing handshakes
WebSocketServerHandshaker(WebSocketVersion, String, String, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Constructor specifying the destination web socket location
WebSocketServerHandshaker(WebSocketVersion, String, String, WebSocketDecoderConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
Constructor specifying the destination web socket location
WebSocketServerHandshaker13 - Class in io.netty5.handler.codec.http.websocketx
Performs server side opening and closing handshakes for RFC 6455 (originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17).
WebSocketServerHandshaker13(String, String, boolean, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor specifying the destination web socket location
WebSocketServerHandshaker13(String, String, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor specifying the destination web socket location
WebSocketServerHandshaker13(String, String, WebSocketDecoderConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory - Class in io.netty5.handler.codec.http.websocketx
Auto-detects the version of the Web Socket protocol in use and creates a new proper WebSocketServerHandshaker.
WebSocketServerHandshakerFactory(String, String, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory(String, String, boolean, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory(String, String, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory(String, String, WebSocketDecoderConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor specifying the destination web socket location
WebSocketServerProtocolConfig - Class in io.netty5.handler.codec.http.websocketx
WebSocket server configuration.
WebSocketServerProtocolConfig.Builder - Class in io.netty5.handler.codec.http.websocketx
 
WebSocketServerProtocolHandler - Class in io.netty5.handler.codec.http.websocketx
This handler does all the heavy lifting for you to run a websocket server.
WebSocketServerProtocolHandler(WebSocketServerProtocolConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
Base constructor
WebSocketServerProtocolHandler(String) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, boolean, long, WebSocketDecoderConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
webSocketUri() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
webSocketUri(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
URL for web socket communications. e.g "ws://myhost.com/mypath".
webSocketUri(URI) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
URL for web socket communications. e.g "ws://myhost.com/mypath".
WebSocketVersion - Enum in io.netty5.handler.codec.http.websocketx
Versions of the web socket specification.
withAnyOrigin() - Static method in class io.netty5.handler.codec.http.cors.CorsConfig
Deprecated.
withOrigin(String) - Static method in class io.netty5.handler.codec.http.cors.CorsConfig
Deprecated.
withOrigins(String...) - Static method in class io.netty5.handler.codec.http.cors.CorsConfig
Deprecated.
withUTF8Validator() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
 
withUTF8Validator(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
withUTF8Validator(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
wrap() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
Returns true if the raw value of this Cookie, was wrapped with double quotes in original Set-Cookie header.
wrap() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
 
write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.cors.CorsHandler
 
write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpClientUpgradeHandler
 
write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpServerKeepAliveHandler
 
write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
 
write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
 
WS - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
Scheme for non-secure WebSocket connection.
WSS - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
Scheme for secure WebSocket connection.
WWW_AUTHENTICATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"www-authenticate"
WWW_AUTHENTICATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
"www-authenticate"

X

X_DEFLATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"x-deflate"
X_FRAME_OPTIONS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"x-frame-options"
X_GZIP - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"x-gzip"
X_REQUESTED_WITH - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
"x-requested-with"
XML_HTTP_REQUEST - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"XmlHttpRequest"

Z

ZERO - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"0"
zeroCrlfCrlfBuffer(BufferAllocator) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
 
ZSTD - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
"zstd"
A B C D E F G H I K L M N O P Q R S T U V W X Z 
All Classes All Packages