Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
io.netty.handler.codec.smtp |
SMTP codec.
|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
io.netty.handler.codec.stomp |
STOMP codec
|
io.netty.util |
Utility classes used across multiple packages.
|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Modifier and Type | Method and Description |
---|---|
static void |
ByteBufUtil.copy(AsciiString src,
ByteBuf dst)
|
static void |
ByteBufUtil.copy(AsciiString src,
int srcIdx,
ByteBuf dst,
int length)
|
static void |
ByteBufUtil.copy(AsciiString src,
int srcIdx,
ByteBuf dst,
int dstIdx,
int length)
|
Modifier and Type | Field and Description |
---|---|
static AsciiString |
HttpHeaderNames.ACCEPT
"accept" |
static AsciiString |
HttpHeaderNames.ACCEPT_CHARSET
"accept-charset" |
static AsciiString |
HttpHeaderNames.ACCEPT_ENCODING
"accept-encoding" |
static AsciiString |
HttpHeaderNames.ACCEPT_LANGUAGE
"accept-language" |
static AsciiString |
HttpHeaderNames.ACCEPT_PATCH
"accept-patch" |
static AsciiString |
HttpHeaderNames.ACCEPT_RANGES
"accept-ranges" |
static AsciiString |
HttpHeaderNames.ACCESS_CONTROL_ALLOW_CREDENTIALS
"access-control-allow-credentials" |
static AsciiString |
HttpHeaderNames.ACCESS_CONTROL_ALLOW_HEADERS
"access-control-allow-headers" |
static AsciiString |
HttpHeaderNames.ACCESS_CONTROL_ALLOW_METHODS
"access-control-allow-methods" |
static AsciiString |
HttpHeaderNames.ACCESS_CONTROL_ALLOW_ORIGIN
"access-control-allow-origin" |
static AsciiString |
HttpHeaderNames.ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK
"access-control-allow-origin" |
static AsciiString |
HttpHeaderNames.ACCESS_CONTROL_EXPOSE_HEADERS
"access-control-expose-headers" |
static AsciiString |
HttpHeaderNames.ACCESS_CONTROL_MAX_AGE
"access-control-max-age" |
static AsciiString |
HttpHeaderNames.ACCESS_CONTROL_REQUEST_HEADERS
"access-control-request-headers" |
static AsciiString |
HttpHeaderNames.ACCESS_CONTROL_REQUEST_METHOD
"access-control-request-method" |
static AsciiString |
HttpHeaderNames.ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK
"access-control-request-private-network" |
static AsciiString |
HttpHeaderNames.AGE
"age" |
static AsciiString |
HttpHeaderNames.ALLOW
"allow" |
static AsciiString |
HttpHeaderNames.ALT_SVC
"alt-svc" |
static AsciiString |
HttpHeaderValues.APPLICATION_JSON
"application/json" |
static AsciiString |
HttpHeaderValues.APPLICATION_OCTET_STREAM
"application/octet-stream" |
static AsciiString |
HttpHeaderValues.APPLICATION_X_WWW_FORM_URLENCODED
"application/x-www-form-urlencoded" |
static AsciiString |
HttpHeaderValues.APPLICATION_XHTML
"application/xhtml+xml" |
static AsciiString |
HttpHeaderValues.APPLICATION_XML
"application/xml" |
static AsciiString |
HttpHeaderValues.APPLICATION_ZSTD
"application/zstd" |
static AsciiString |
HttpHeaderValues.ATTACHMENT
"attachment"
See HttpHeaderNames.CONTENT_DISPOSITION |
static AsciiString |
HttpHeaderNames.AUTHORIZATION
"authorization" |
static AsciiString |
HttpHeaderValues.BASE64
"base64" |
static AsciiString |
HttpHeaderValues.BINARY
"binary" |
static AsciiString |
HttpHeaderValues.BOUNDARY
"boundary" |
static AsciiString |
HttpHeaderValues.BR
"br" |
static AsciiString |
HttpHeaderValues.BYTES
"bytes" |
static AsciiString |
HttpHeaderNames.CACHE_CONTROL
"cache-control" |
static AsciiString |
HttpHeaderValues.CHARSET
"charset" |
static AsciiString |
HttpHeaderValues.CHUNKED
"chunked" |
static AsciiString |
HttpHeaderValues.CLOSE
"close" |
static AsciiString |
HttpHeaderValues.COMPRESS
"compress" |
static AsciiString |
HttpHeaderNames.CONNECTION
"connection" |
static AsciiString |
HttpHeaderNames.CONTENT_BASE
"content-base" |
static AsciiString |
HttpHeaderNames.CONTENT_DISPOSITION
"content-disposition" |
static AsciiString |
HttpHeaderNames.CONTENT_ENCODING
"content-encoding" |
static AsciiString |
HttpHeaderNames.CONTENT_LANGUAGE
"content-language" |
static AsciiString |
HttpHeaderNames.CONTENT_LENGTH
"content-length" |
static AsciiString |
HttpHeaderNames.CONTENT_LOCATION
"content-location" |
static AsciiString |
HttpHeaderNames.CONTENT_MD5
"content-md5" |
static AsciiString |
HttpHeaderNames.CONTENT_RANGE
"content-range" |
static AsciiString |
HttpHeaderNames.CONTENT_SECURITY_POLICY
"content-security-policy" |
static AsciiString |
HttpHeaderNames.CONTENT_TRANSFER_ENCODING
"content-transfer-encoding" |
static AsciiString |
HttpHeaderNames.CONTENT_TYPE
"content-type" |
static AsciiString |
HttpHeaderValues.CONTINUE
"100-continue" |
static AsciiString |
HttpHeaderNames.COOKIE
"cookie" |
static AsciiString |
HttpHeaderNames.DATE
"date" |
static AsciiString |
HttpHeaderValues.DEFLATE
"deflate" |
static AsciiString |
HttpHeaderNames.DNT
"dnt" |
static AsciiString |
HttpHeaderNames.ETAG
"etag" |
static AsciiString |
HttpHeaderNames.EXPECT
"expect" |
static AsciiString |
HttpHeaderNames.EXPIRES
"expires" |
static AsciiString |
HttpHeaderValues.FILE
"file"
See HttpHeaderNames.CONTENT_DISPOSITION |
static AsciiString |
HttpHeaderValues.FILENAME
"filename"
See HttpHeaderNames.CONTENT_DISPOSITION |
static AsciiString |
HttpHeaderValues.FORM_DATA
"form-data"
See HttpHeaderNames.CONTENT_DISPOSITION |
static AsciiString |
HttpHeaderNames.FROM
"from" |
static AsciiString |
HttpHeaderValues.GZIP
"gzip" |
static AsciiString |
HttpHeaderValues.GZIP_DEFLATE
"gzip,deflate" |
static AsciiString |
HttpHeaderNames.HOST
"host" |
static AsciiString |
HttpHeaderValues.IDENTITY
"identity" |
static AsciiString |
HttpHeaderNames.IF_MATCH
"if-match" |
static AsciiString |
HttpHeaderNames.IF_MODIFIED_SINCE
"if-modified-since" |
static AsciiString |
HttpHeaderNames.IF_NONE_MATCH
"if-none-match" |
static AsciiString |
HttpHeaderNames.IF_RANGE
"if-range" |
static AsciiString |
HttpHeaderNames.IF_UNMODIFIED_SINCE
"if-unmodified-since" |
static AsciiString |
HttpHeaderNames.KEEP_ALIVE
Deprecated.
use
HttpHeaderNames.CONNECTION
"keep-alive" |
static AsciiString |
HttpHeaderValues.KEEP_ALIVE
"keep-alive" |
static AsciiString |
HttpHeaderNames.LAST_MODIFIED
"last-modified" |
static AsciiString |
HttpHeaderNames.LOCATION
"location" |
static AsciiString |
HttpHeaderValues.MAX_AGE
"max-age" |
static AsciiString |
HttpHeaderNames.MAX_FORWARDS
"max-forwards" |
static AsciiString |
HttpHeaderValues.MAX_STALE
"max-stale" |
static AsciiString |
HttpHeaderValues.MIN_FRESH
"min-fresh" |
static AsciiString |
HttpHeaderValues.MULTIPART_FORM_DATA
"multipart/form-data" |
static AsciiString |
HttpHeaderValues.MULTIPART_MIXED
"multipart/mixed" |
static AsciiString |
HttpHeaderValues.MUST_REVALIDATE
"must-revalidate" |
static AsciiString |
HttpHeaderValues.NAME
"name"
See HttpHeaderNames.CONTENT_DISPOSITION |
static AsciiString |
HttpHeaderValues.NO_CACHE
"no-cache" |
static AsciiString |
HttpHeaderValues.NO_STORE
"no-store" |
static AsciiString |
HttpHeaderValues.NO_TRANSFORM
"no-transform" |
static AsciiString |
HttpHeaderValues.NONE
"none" |
static AsciiString |
HttpHeaderValues.ONLY_IF_CACHED
"only-if-cached" |
static AsciiString |
HttpHeaderNames.ORIGIN
"origin" |
static AsciiString |
HttpHeaderNames.PRAGMA
"pragma" |
static AsciiString |
HttpHeaderValues.PRIVATE
"private" |
static AsciiString |
HttpHeaderNames.PROXY_AUTHENTICATE
"proxy-authenticate" |
static AsciiString |
HttpHeaderNames.PROXY_AUTHORIZATION
"proxy-authorization" |
static AsciiString |
HttpHeaderNames.PROXY_CONNECTION
Deprecated.
use
HttpHeaderNames.CONNECTION
"proxy-connection" |
static AsciiString |
HttpHeaderValues.PROXY_REVALIDATE
"proxy-revalidate" |
static AsciiString |
HttpHeaderValues.PUBLIC
"public" |
static AsciiString |
HttpHeaderValues.QUOTED_PRINTABLE
"quoted-printable" |
static AsciiString |
HttpHeaderNames.RANGE
"range" |
static AsciiString |
HttpHeaderNames.REFERER
"referer" |
static AsciiString |
HttpHeaderNames.RETRY_AFTER
"retry-after" |
static AsciiString |
HttpHeaderValues.S_MAXAGE
"s-maxage" |
static AsciiString |
HttpHeaderNames.SEC_WEBSOCKET_ACCEPT
"sec-websocket-accept" |
static AsciiString |
HttpHeaderNames.SEC_WEBSOCKET_EXTENSIONS
"sec-websocket-protocol" |
static AsciiString |
HttpHeaderNames.SEC_WEBSOCKET_KEY
"sec-websocket-key" |
static AsciiString |
HttpHeaderNames.SEC_WEBSOCKET_KEY1
"sec-websocket-key1" |
static AsciiString |
HttpHeaderNames.SEC_WEBSOCKET_KEY2
"sec-websocket-key2" |
static AsciiString |
HttpHeaderNames.SEC_WEBSOCKET_LOCATION
"sec-websocket-location" |
static AsciiString |
HttpHeaderNames.SEC_WEBSOCKET_ORIGIN
"sec-websocket-origin" |
static AsciiString |
HttpHeaderNames.SEC_WEBSOCKET_PROTOCOL
"sec-websocket-protocol" |
static AsciiString |
HttpHeaderNames.SEC_WEBSOCKET_VERSION
"sec-websocket-version" |
static AsciiString |
HttpHeaderNames.SERVER
"server" |
static AsciiString |
HttpHeaderNames.SET_COOKIE
"set-cookie" |
static AsciiString |
HttpHeaderNames.SET_COOKIE2
"set-cookie2" |
static AsciiString |
HttpHeaderValues.SNAPPY
"snappy" |
static AsciiString |
HttpHeaderNames.TE
"te" |
static AsciiString |
HttpHeaderValues.TEXT_CSS
"text/css" |
static AsciiString |
HttpHeaderValues.TEXT_EVENT_STREAM
"text/event-stream" |
static AsciiString |
HttpHeaderValues.TEXT_HTML
"text/html" |
static AsciiString |
HttpHeaderValues.TEXT_PLAIN
"text/plain" |
static AsciiString |
HttpHeaderNames.TRAILER
"trailer" |
static AsciiString |
HttpHeaderValues.TRAILERS
"trailers" |
static AsciiString |
HttpHeaderNames.TRANSFER_ENCODING
"transfer-encoding" |
static AsciiString |
HttpHeaderNames.UPGRADE
"upgrade" |
static AsciiString |
HttpHeaderValues.UPGRADE
"upgrade" |
static AsciiString |
HttpHeaderNames.UPGRADE_INSECURE_REQUESTS
"upgrade-insecure-requests" |
static AsciiString |
HttpHeaderNames.USER_AGENT
"user-agent" |
static AsciiString |
HttpHeaderNames.VARY
"vary" |
static AsciiString |
HttpHeaderNames.VIA
"via" |
static AsciiString |
HttpHeaderNames.WARNING
"warning" |
static AsciiString |
HttpHeaderValues.WEBSOCKET
"websocket" |
static AsciiString |
HttpHeaderNames.WEBSOCKET_LOCATION
"websocket-location" |
static AsciiString |
HttpHeaderNames.WEBSOCKET_ORIGIN
"websocket-origin" |
static AsciiString |
HttpHeaderNames.WEBSOCKET_PROTOCOL
"websocket-protocol" |
static AsciiString |
HttpHeaderNames.WWW_AUTHENTICATE
"www-authenticate" |
static AsciiString |
HttpHeaderValues.X_DEFLATE
"x-deflate" |
static AsciiString |
HttpHeaderNames.X_FRAME_OPTIONS
"x-frame-options" |
static AsciiString |
HttpHeaderValues.X_GZIP
"x-gzip" |
static AsciiString |
HttpHeaderNames.X_REQUESTED_WITH
"x-requested-with" |
static AsciiString |
HttpHeaderValues.XML_HTTP_REQUEST
"XmlHttpRequest" |
static AsciiString |
HttpHeaderValues.ZERO
"0" |
static AsciiString |
HttpHeaderValues.ZSTD
"zstd" |
Modifier and Type | Method and Description |
---|---|
AsciiString |
HttpMethod.asciiName()
Returns the name of this method.
|
AsciiString |
HttpResponseStatus.codeAsText()
Returns the status code as
AsciiString . |
AsciiString |
HttpScheme.name() |
protected AsciiString |
HttpRequestDecoder.splitHeaderName(byte[] sb,
int start,
int length) |
protected AsciiString |
HttpObjectDecoder.splitHeaderName(byte[] sb,
int start,
int length) |
Modifier and Type | Method and Description |
---|---|
static HttpResponseStatus |
HttpResponseStatus.parseLine(AsciiString line)
Parses the specified HTTP status line into a
HttpResponseStatus . |
Modifier and Type | Method and Description |
---|---|
AsciiString |
WebSocketScheme.name() |
Modifier and Type | Method and Description |
---|---|
AsciiString |
HttpConversionUtil.ExtensionHeaderNames.text() |
AsciiString |
Http2Headers.PseudoHeaderName.value() |
Modifier and Type | Method and Description |
---|---|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.clientHeaders(boolean validateHeaders,
AsciiString method,
AsciiString path,
AsciiString scheme,
AsciiString authority,
AsciiString... otherHeaders)
Create a new read only representation of headers used by clients.
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.clientHeaders(boolean validateHeaders,
AsciiString method,
AsciiString path,
AsciiString scheme,
AsciiString authority,
AsciiString... otherHeaders)
Create a new read only representation of headers used by clients.
|
static Http2Headers.PseudoHeaderName |
Http2Headers.PseudoHeaderName.getPseudoHeader(AsciiString header)
Returns the
Http2Headers.PseudoHeaderName corresponding to the specified header name. |
static boolean |
Http2Headers.PseudoHeaderName.isPseudoHeader(AsciiString header)
Indicates whether the given header name is a valid HTTP/2 pseudo header.
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.serverHeaders(boolean validateHeaders,
AsciiString status,
AsciiString... otherHeaders)
Create a new read only representation of headers used by servers.
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.serverHeaders(boolean validateHeaders,
AsciiString status,
AsciiString... otherHeaders)
Create a new read only representation of headers used by servers.
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.trailers(boolean validateHeaders,
AsciiString... otherHeaders)
Used to create read only object designed to represent trailers.
|
Modifier and Type | Field and Description |
---|---|
static AsciiString |
RtspHeaderNames.ACCEPT
"accept" |
static AsciiString |
RtspHeaderNames.ACCEPT_ENCODING
"accept-encoding" |
static AsciiString |
RtspHeaderNames.ACCEPT_LANGUAGE
"accept-language" |
static AsciiString |
RtspHeaderNames.ALLOW
"allow" |
static AsciiString |
RtspHeaderValues.APPEND
"append" |
static AsciiString |
RtspHeaderNames.AUTHORIZATION
"authorization" |
static AsciiString |
RtspHeaderValues.AVP
"AVP" |
static AsciiString |
RtspHeaderNames.BANDWIDTH
"bandwidth" |
static AsciiString |
RtspHeaderNames.BLOCKSIZE
"blocksize" |
static AsciiString |
RtspHeaderValues.BYTES
"bytes" |
static AsciiString |
RtspHeaderNames.CACHE_CONTROL
"cache-control" |
static AsciiString |
RtspHeaderValues.CHARSET
"charset" |
static AsciiString |
RtspHeaderValues.CLIENT_PORT
"client_port" |
static AsciiString |
RtspHeaderValues.CLOCK
"clock" |
static AsciiString |
RtspHeaderValues.CLOSE
"close" |
static AsciiString |
RtspHeaderValues.COMPRESS
"compress" |
static AsciiString |
RtspHeaderNames.CONFERENCE
"conference" |
static AsciiString |
RtspHeaderNames.CONNECTION
"connection" |
static AsciiString |
RtspHeaderNames.CONTENT_BASE
"content-base" |
static AsciiString |
RtspHeaderNames.CONTENT_ENCODING
"content-encoding" |
static AsciiString |
RtspHeaderNames.CONTENT_LANGUAGE
"content-language" |
static AsciiString |
RtspHeaderNames.CONTENT_LENGTH
"content-length" |
static AsciiString |
RtspHeaderNames.CONTENT_LOCATION
"content-location" |
static AsciiString |
RtspHeaderNames.CONTENT_TYPE
"content-type" |
static AsciiString |
RtspHeaderValues.CONTINUE
"100-continue" |
static AsciiString |
RtspHeaderNames.CSEQ
"cseq" |
static AsciiString |
RtspHeaderNames.DATE
"date" |
static AsciiString |
RtspHeaderValues.DEFLATE
"deflate" |
static AsciiString |
RtspHeaderValues.DESTINATION
"destination" |
static AsciiString |
RtspHeaderNames.EXPIRES
"expires" |
static AsciiString |
RtspHeaderNames.FROM
"from" |
static AsciiString |
RtspHeaderValues.GZIP
"gzip" |
static AsciiString |
RtspHeaderNames.HOST
"host" |
static AsciiString |
RtspHeaderValues.IDENTITY
"identity" |
static AsciiString |
RtspHeaderNames.IF_MATCH
"if-match" |
static AsciiString |
RtspHeaderNames.IF_MODIFIED_SINCE
"if-modified-since" |
static AsciiString |
RtspHeaderValues.INTERLEAVED
"interleaved" |
static AsciiString |
RtspHeaderValues.KEEP_ALIVE
"keep-alive" |
static AsciiString |
RtspHeaderNames.KEYMGMT
"keymgmt" |
static AsciiString |
RtspHeaderNames.LAST_MODIFIED
"last-modified" |
static AsciiString |
RtspHeaderValues.LAYERS
"layers" |
static AsciiString |
RtspHeaderValues.MAX_AGE
"max-age" |
static AsciiString |
RtspHeaderValues.MAX_STALE
"max-stale" |
static AsciiString |
RtspHeaderValues.MIN_FRESH
"min-fresh" |
static AsciiString |
RtspHeaderValues.MODE
"mode" |
static AsciiString |
RtspHeaderValues.MULTICAST
"multicast" |
static AsciiString |
RtspHeaderValues.MUST_REVALIDATE
"must-revalidate" |
static AsciiString |
RtspHeaderValues.NO_CACHE
"no-cache" |
static AsciiString |
RtspHeaderValues.NO_TRANSFORM
"no-transform" |
static AsciiString |
RtspHeaderValues.NONE
"none" |
static AsciiString |
RtspHeaderValues.ONLY_IF_CACHED
"only-if-cached" |
static AsciiString |
RtspHeaderValues.PORT
"port" |
static AsciiString |
RtspHeaderValues.PRIVATE
"private" |
static AsciiString |
RtspHeaderNames.PROXY_AUTHENTICATE
"proxy-authenticate" |
static AsciiString |
RtspHeaderNames.PROXY_REQUIRE
"proxy-require" |
static AsciiString |
RtspHeaderValues.PROXY_REVALIDATE
"proxy-revalidate" |
static AsciiString |
RtspHeaderValues.PUBLIC
"public" |
static AsciiString |
RtspHeaderNames.PUBLIC
"public" |
static AsciiString |
RtspHeaderNames.RANGE
"range" |
static AsciiString |
RtspHeaderNames.REFERER
"referer" |
static AsciiString |
RtspHeaderNames.REQUIRE
"require" |
static AsciiString |
RtspHeaderNames.RETRT_AFTER
"retry-after" |
static AsciiString |
RtspHeaderValues.RTP
"RTP" |
static AsciiString |
RtspHeaderNames.RTP_INFO
"rtp-info" |
static AsciiString |
RtspHeaderValues.RTPTIME
"rtptime" |
static AsciiString |
RtspHeaderNames.SCALE
"scale" |
static AsciiString |
RtspHeaderValues.SEQ
"seq" |
static AsciiString |
RtspHeaderNames.SERVER
"server" |
static AsciiString |
RtspHeaderValues.SERVER_PORT
"server_port" |
static AsciiString |
RtspHeaderNames.SESSION
"session" |
static AsciiString |
RtspHeaderNames.SPEED
"speed" |
static AsciiString |
RtspHeaderValues.SSRC
"ssrc" |
static AsciiString |
RtspHeaderValues.TCP
"TCP" |
static AsciiString |
RtspHeaderValues.TIME
"time" |
static AsciiString |
RtspHeaderValues.TIMEOUT
"timeout" |
static AsciiString |
RtspHeaderNames.TIMESTAMP
"timestamp" |
static AsciiString |
RtspHeaderNames.TRANSPORT
"transport" |
static AsciiString |
RtspHeaderValues.TTL
"ttl" |
static AsciiString |
RtspHeaderValues.UDP
"UDP" |
static AsciiString |
RtspHeaderValues.UNICAST
"unicast" |
static AsciiString |
RtspHeaderNames.UNSUPPORTED
"unsupported" |
static AsciiString |
RtspHeaderValues.URL
"url" |
static AsciiString |
RtspHeaderNames.USER_AGENT
"user-agent" |
static AsciiString |
RtspHeaderNames.VARY
"vary" |
static AsciiString |
RtspHeaderNames.VIA
"via" |
static AsciiString |
RtspHeaderNames.WWW_AUTHENTICATE
"www-authenticate" |
Modifier and Type | Method and Description |
---|---|
AsciiString |
SmtpCommand.name()
Return the command name.
|
Modifier and Type | Field and Description |
---|---|
static AsciiString |
SpdyHttpHeaders.Names.ASSOCIATED_TO_STREAM_ID
"x-spdy-associated-to-stream-id" |
static AsciiString |
SpdyHeaders.HttpNames.HOST
":host" |
static AsciiString |
SpdyHeaders.HttpNames.METHOD
":method" |
static AsciiString |
SpdyHeaders.HttpNames.PATH
":path" |
static AsciiString |
SpdyHttpHeaders.Names.PRIORITY
"x-spdy-priority" |
static AsciiString |
SpdyHeaders.HttpNames.SCHEME
":scheme" |
static AsciiString |
SpdyHttpHeaders.Names.SCHEME
"x-spdy-scheme" |
static AsciiString |
SpdyHeaders.HttpNames.STATUS
":status" |
static AsciiString |
SpdyHttpHeaders.Names.STREAM_ID
"x-spdy-stream-id" |
static AsciiString |
SpdyHeaders.HttpNames.VERSION
":version" |
Modifier and Type | Field and Description |
---|---|
static AsciiString |
StompHeaders.ACCEPT_VERSION |
static AsciiString |
StompHeaders.ACK |
static AsciiString |
StompHeaders.CONTENT_LENGTH |
static AsciiString |
StompHeaders.CONTENT_TYPE |
static AsciiString |
StompHeaders.DESTINATION |
static AsciiString |
StompHeaders.HEART_BEAT |
static AsciiString |
StompHeaders.HOST |
static AsciiString |
StompHeaders.ID |
static AsciiString |
StompHeaders.LOGIN |
static AsciiString |
StompHeaders.MESSAGE |
static AsciiString |
StompHeaders.MESSAGE_ID |
static AsciiString |
StompHeaders.PASSCODE |
static AsciiString |
StompHeaders.RECEIPT |
static AsciiString |
StompHeaders.RECEIPT_ID |
static AsciiString |
StompHeaders.SERVER |
static AsciiString |
StompHeaders.SESSION |
static AsciiString |
StompHeaders.SUBSCRIPTION |
static AsciiString |
StompHeaders.TRANSACTION |
static AsciiString |
StompHeaders.VERSION |
Modifier and Type | Field and Description |
---|---|
static AsciiString |
AsciiString.EMPTY_STRING |
Modifier and Type | Method and Description |
---|---|
static AsciiString |
AsciiString.cached(String string)
Returns an
AsciiString containing the given string and retains/caches the input
string for later use in toString() . |
AsciiString |
AsciiString.concat(CharSequence string)
Concatenates this string and the specified string.
|
static AsciiString |
AsciiString.of(CharSequence string)
Returns an
AsciiString containing the given character sequence. |
AsciiString |
AsciiString.replace(char oldChar,
char newChar)
Copies this string replacing occurrences of the specified character with another character.
|
AsciiString[] |
AsciiString.split(char delim)
Splits the specified
String with the specified delimiter.. |
AsciiString[] |
AsciiString.split(String expr,
int max)
Splits this string using the supplied regular expression
expr . |
AsciiString |
AsciiString.subSequence(int start)
Copies a range of characters into a new string.
|
AsciiString |
AsciiString.subSequence(int start,
int end)
Copies a range of characters into a new string.
|
AsciiString |
AsciiString.subSequence(int start,
int end,
boolean copy)
Either copy or share a subset of underlying sub-sequence of bytes.
|
AsciiString |
AsciiString.toLowerCase()
Converts the characters in this string to lowercase, using the default Locale.
|
AsciiString |
AsciiString.toUpperCase()
Converts the characters in this string to uppercase, using the default Locale.
|
AsciiString |
AsciiString.trim()
Duplicates this string removing white space characters from the beginning and end of the
string, without copying.
|
Modifier and Type | Field and Description |
---|---|
static AsciiString[] |
EmptyArrays.EMPTY_ASCII_STRINGS |
Copyright © 2008–2024 The Netty Project. All rights reserved.