Uses of Class
io.netty.util.AsciiString
-
Packages that use AsciiString 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 Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.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 codecio.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. -
-
Uses of AsciiString in io.netty.buffer
Methods in io.netty.buffer with parameters of type AsciiString Modifier and Type Method Description 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)
static void
ByteBufUtil. copy(AsciiString src, ByteBuf dst)
(package private) static void
ByteBufUtil. writeAsciiString(AbstractByteBuf buffer, int writerIndex, AsciiString seq, int start, int end)
-
Uses of AsciiString in io.netty.handler.codec
Fields in io.netty.handler.codec declared as AsciiString Modifier and Type Field Description private static AsciiString
CharSequenceValueConverter. TRUE_ASCII
-
Uses of AsciiString in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as AsciiString Modifier and Type Field 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"
SeeHttpHeaderNames.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"
private static AsciiString
HttpUtil. CHARSET_EQUALS
static AsciiString
HttpHeaderValues. CHUNKED
"chunked"
static AsciiString
HttpHeaderValues. CLOSE
"close"
private AsciiString
HttpResponseStatus. codeAsText
static AsciiString
HttpHeaderValues. COMPRESS
"compress"
private static AsciiString
HttpRequestDecoder. Connection
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"
private static AsciiString
HttpRequestDecoder. ContentLength
private static AsciiString
HttpRequestDecoder. ContentType
static AsciiString
HttpHeaderValues. CONTINUE
"100-continue"
static AsciiString
HttpHeaderNames. COOKIE
"cookie"
static AsciiString
HttpHeaderNames. DATE
"date"
private AsciiString
HttpStatusClass. defaultReasonPhrase
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"
SeeHttpHeaderNames.CONTENT_DISPOSITION
static AsciiString
HttpHeaderValues. FILENAME
"filename"
SeeHttpHeaderNames.CONTENT_DISPOSITION
static AsciiString
HttpHeaderValues. FORM_DATA
"form-data"
SeeHttpHeaderNames.CONTENT_DISPOSITION
static AsciiString
HttpHeaderNames. FROM
"from"
static AsciiString
HttpHeaderValues. GZIP
"gzip"
static AsciiString
HttpHeaderValues. GZIP_DEFLATE
"gzip,deflate"
private static AsciiString
HttpRequestDecoder. Host
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.useHttpHeaderNames.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"
private AsciiString
HttpMethod. name
private AsciiString
HttpObjectDecoder. name
private AsciiString
HttpScheme. name
static AsciiString
HttpHeaderValues. NAME
"name"
SeeHttpHeaderNames.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.useHttpHeaderNames.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"
private static AsciiString
HttpUtil. SEMICOLON
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"
Methods in io.netty.handler.codec.http that return AsciiString Modifier and Type Method Description AsciiString
HttpMethod. asciiName()
Returns the name of this method.AsciiString
HttpResponseStatus. codeAsText()
Returns the status code asAsciiString
.(package private) AsciiString
HttpStatusClass. defaultReasonPhrase()
Returns the default reason phrase of this HTTP status class.AsciiString
HttpScheme. name()
protected AsciiString
HttpObjectDecoder. splitHeaderName(byte[] sb, int start, int length)
protected AsciiString
HttpRequestDecoder. splitHeaderName(byte[] sb, int start, int length)
Methods in io.netty.handler.codec.http with parameters of type AsciiString Modifier and Type Method Description static HttpResponseStatus
HttpResponseStatus. parseLine(AsciiString line)
Parses the specified HTTP status line into aHttpResponseStatus
.private static int
HttpHeaderValidationUtil. validateAsciiStringToken(AsciiString token)
Validate that anAsciiString
contain onlu valid token characters.private static int
HttpHeaderValidationUtil. verifyValidHeaderValueAsciiString(AsciiString value)
-
Uses of AsciiString in io.netty.handler.codec.http.websocketx
Fields in io.netty.handler.codec.http.websocketx declared as AsciiString Modifier and Type Field Description private AsciiString
WebSocketVersion. headerValue
private AsciiString
WebSocketScheme. name
Methods in io.netty.handler.codec.http.websocketx that return AsciiString Modifier and Type Method Description AsciiString
WebSocketScheme. name()
(package private) AsciiString
WebSocketVersion. toAsciiString()
Constructors in io.netty.handler.codec.http.websocketx with parameters of type AsciiString Constructor Description WebSocketVersion(AsciiString headerValue)
-
Uses of AsciiString in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as AsciiString Modifier and Type Field Description private AsciiString[]
ReadOnlyHttp2Headers.ReadOnlyIterator. current
private AsciiString[]
ReadOnlyHttp2Headers.ReadOnlyValueIterator. current
private static AsciiString
HttpConversionUtil. EMPTY_REQUEST_PATH
[RFC 7540], 8.1.2.3 states the path must not be empty, and instead should be/
.private AsciiString
ReadOnlyHttp2Headers.ReadOnlyIterator. key
private AsciiString
ReadOnlyHttp2Headers.ReadOnlyValueIterator. next
private AsciiString[]
ReadOnlyHttp2Headers. otherHeaders
private AsciiString[]
ReadOnlyHttp2Headers. pseudoHeaders
private AsciiString
HttpConversionUtil.ExtensionHeaderNames. text
private AsciiString
Http2Headers.PseudoHeaderName. value
private AsciiString
ReadOnlyHttp2Headers.ReadOnlyIterator. value
Fields in io.netty.handler.codec.http2 with type parameters of type AsciiString Modifier and Type Field Description private static CharSequenceMap<AsciiString>
HttpConversionUtil. HTTP_TO_HTTP2_HEADER_BLACKLIST
The set of headers that should not be directly copied when converting headers from HTTP to HTTP/2.private static CharSequenceMap<AsciiString>
HttpConversionUtil.Http2ToHttpHeaderTranslator. REQUEST_HEADER_TRANSLATIONS
Translations from HTTP/2 header name to the HTTP/1.x equivalent.private static CharSequenceMap<AsciiString>
HttpConversionUtil.Http2ToHttpHeaderTranslator. RESPONSE_HEADER_TRANSLATIONS
private CharSequenceMap<AsciiString>
HttpConversionUtil.Http2ToHttpHeaderTranslator. translations
Methods in io.netty.handler.codec.http2 that return AsciiString Modifier and Type Method Description AsciiString
HpackHuffmanDecoder. decode(ByteBuf buf, int length)
Decompresses the given Huffman coded string literal.private AsciiString
ReadOnlyHttp2Headers. get0(java.lang.CharSequence name)
private AsciiString
HpackDecoder. readName(int index)
private AsciiString
HpackDecoder. readStringLiteral(ByteBuf in, int length, boolean huffmanEncoded)
AsciiString
HttpConversionUtil.ExtensionHeaderNames. text()
private static AsciiString
HttpConversionUtil. toHttp2Path(java.net.URI uri)
Generate an HTTP/2 {code :path} from a URI in accordance with rfc7230, 5.3.AsciiString
Http2Headers.PseudoHeaderName. value()
Methods in io.netty.handler.codec.http2 that return types with arguments of type AsciiString Modifier and Type Method Description private static CharSequenceMap<AsciiString>
HttpConversionUtil. toLowercaseMap(java.util.Iterator<? extends java.lang.CharSequence> valuesIter, int arraySizeHint)
Methods in io.netty.handler.codec.http2 with parameters of type AsciiString Modifier and Type Method Description (package private) void
HpackDecoder.Http2HeadersSink. appendToHeaderList(AsciiString name, AsciiString value)
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.private static boolean
ReadOnlyHttp2Headers. contains(java.lang.CharSequence name, int nameHash, java.lang.CharSequence value, int valueHash, HashingStrategy<java.lang.CharSequence> hashingStrategy, AsciiString[] headers)
private void
HpackDecoder. insertHeader(HpackDecoder.Http2HeadersSink sink, AsciiString name, AsciiString value, HpackUtil.IndexType indexType)
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.private static HpackDecoder.HeaderType
HpackDecoder. validateHeader(int streamId, AsciiString name, java.lang.CharSequence value, HpackDecoder.HeaderType previousHeaderType)
private static void
ReadOnlyHttp2Headers. validateHeaders(AsciiString[] pseudoHeaders, AsciiString... otherHeaders)
Constructors in io.netty.handler.codec.http2 with parameters of type AsciiString Constructor Description ReadOnlyHttp2Headers(boolean validateHeaders, AsciiString[] pseudoHeaders, AsciiString... otherHeaders)
-
Uses of AsciiString in io.netty.handler.codec.rtsp
Fields in io.netty.handler.codec.rtsp declared as AsciiString Modifier and Type Field 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
RtspHeaderNames. PUBLIC
"public"
static AsciiString
RtspHeaderValues. 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"
-
Uses of AsciiString in io.netty.handler.codec.smtp
Fields in io.netty.handler.codec.smtp declared as AsciiString Modifier and Type Field Description private static AsciiString
SmtpRequests. FROM_NULL_SENDER
private AsciiString
SmtpCommand. name
Methods in io.netty.handler.codec.smtp that return AsciiString Modifier and Type Method Description AsciiString
SmtpCommand. name()
Return the command name.Constructors in io.netty.handler.codec.smtp with parameters of type AsciiString Constructor Description SmtpCommand(AsciiString name)
-
Uses of AsciiString in io.netty.handler.codec.spdy
Fields in io.netty.handler.codec.spdy declared as AsciiString Modifier and Type Field 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"
-
Uses of AsciiString in io.netty.handler.codec.stomp
Fields in io.netty.handler.codec.stomp declared as AsciiString Modifier and Type Field 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
-
Uses of AsciiString in io.netty.util
Fields in io.netty.util declared as AsciiString Modifier and Type Field Description static AsciiString
AsciiString. EMPTY_STRING
Methods in io.netty.util that return AsciiString Modifier and Type Method Description static AsciiString
AsciiString. cached(java.lang.String string)
Returns anAsciiString
containing the given string and retains/caches the input string for later use intoString()
.AsciiString
AsciiString. concat(java.lang.CharSequence string)
Concatenates this string and the specified string.static AsciiString
AsciiString. of(java.lang.CharSequence string)
Returns anAsciiString
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 specifiedString
with the specified delimiter..AsciiString[]
AsciiString. split(java.lang.String expr, int max)
Splits this string using the supplied regular expressionexpr
.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.private static AsciiString[]
AsciiString. toAsciiStringArray(java.lang.String[] jdkResult)
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.Methods in io.netty.util with parameters of type AsciiString Modifier and Type Method Description private static boolean
NetUtil. isValidIpV4Address(AsciiString ip, int from, int toExcluded)
-
Uses of AsciiString in io.netty.util.internal
Fields in io.netty.util.internal declared as AsciiString Modifier and Type Field Description static AsciiString[]
EmptyArrays. EMPTY_ASCII_STRINGS
-