Constant Field Values
Contents
io.netty5.*
-
io.netty5.handler.codec.http.HttpClientCodec Modifier and Type Constant Field Value public static final boolean
DEFAULT_FAIL_ON_MISSING_RESPONSE
false
public static final boolean
DEFAULT_PARSE_HTTP_AFTER_CONNECT_REQUEST
false
-
io.netty5.handler.codec.http.HttpConstants Modifier and Type Constant Field Value public static final byte
COLON
58
public static final byte
COMMA
44
public static final byte
CR
13
public static final byte
DOUBLE_QUOTE
34
public static final byte
EQUALS
61
public static final byte
HT
9
public static final byte
LF
10
public static final byte
SEMICOLON
59
public static final byte
SP
32
public static final char
SP_CHAR
32
-
io.netty5.handler.codec.http.HttpObjectDecoder Modifier and Type Constant Field Value public static final boolean
DEFAULT_ALLOW_DUPLICATE_CONTENT_LENGTHS
false
public static final boolean
DEFAULT_CHUNKED_SUPPORTED
true
public static final int
DEFAULT_INITIAL_BUFFER_SIZE
128
public static final int
DEFAULT_MAX_HEADER_SIZE
8192
public static final int
DEFAULT_MAX_INITIAL_LINE_LENGTH
4096
public static final boolean
DEFAULT_VALIDATE_HEADERS
true
-
io.netty5.handler.codec.http.cookie.Cookie Modifier and Type Constant Field Value public static final long
UNDEFINED_MAX_AGE
-9223372036854775808L
-
io.netty5.handler.codec.http.cookie.CookieHeaderNames Modifier and Type Constant Field Value public static final String
DOMAIN
"Domain"
public static final String
EXPIRES
"Expires"
public static final String
HTTPONLY
"HTTPOnly"
public static final String
MAX_AGE
"Max-Age"
public static final String
PATH
"Path"
public static final String
SAMESITE
"SameSite"
public static final String
SECURE
"Secure"
-
io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker Modifier and Type Constant Field Value protected static final int
DEFAULT_FORCE_CLOSE_TIMEOUT_MILLIS
10000
-
io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker Modifier and Type Constant Field Value public static final String
SUB_PROTOCOL_WILDCARD
"*"
-
io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension Modifier and Type Constant Field Value public static final int
RSV1
4
public static final int
RSV2
2
public static final int
RSV3
1
-
io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker Modifier and Type Constant Field Value public static final int
MAX_WINDOW_SIZE
15
public static final int
MIN_WINDOW_SIZE
8
-
io.netty5.handler.codec.rtsp.RtspDecoder Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_CONTENT_LENGTH
8192