Uses of Class
io.netty.util.AsciiString
Packages that use AsciiString
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
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.
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Handlers for sending and receiving HTTP/2 frames.
An RTSP
extension based on the HTTP codec.
SMTP codec.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
Utility classes used across multiple packages.
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 AsciiStringModifier and TypeMethodDescriptionstatic 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 AsciiStringModifier and TypeFieldDescriptionprivate static final AsciiString
CharSequenceValueConverter.TRUE_ASCII
-
Uses of AsciiString in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as AsciiStringModifier and TypeFieldDescriptionprivate static final AsciiString
HttpRequestDecoder.Accept
static final AsciiString
HttpHeaderNames.ACCEPT
"accept"
static final AsciiString
HttpHeaderNames.ACCEPT_CHARSET
"accept-charset"
static final AsciiString
HttpHeaderNames.ACCEPT_ENCODING
"accept-encoding"
static final AsciiString
HttpHeaderNames.ACCEPT_LANGUAGE
"accept-language"
static final AsciiString
HttpHeaderNames.ACCEPT_PATCH
"accept-patch"
static final AsciiString
HttpHeaderNames.ACCEPT_RANGES
"accept-ranges"
static final AsciiString
HttpHeaderNames.ACCESS_CONTROL_ALLOW_CREDENTIALS
"access-control-allow-credentials"
static final AsciiString
HttpHeaderNames.ACCESS_CONTROL_ALLOW_HEADERS
"access-control-allow-headers"
static final AsciiString
HttpHeaderNames.ACCESS_CONTROL_ALLOW_METHODS
"access-control-allow-methods"
static final AsciiString
HttpHeaderNames.ACCESS_CONTROL_ALLOW_ORIGIN
"access-control-allow-origin"
static final AsciiString
HttpHeaderNames.ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK
"access-control-allow-origin"
static final AsciiString
HttpHeaderNames.ACCESS_CONTROL_EXPOSE_HEADERS
"access-control-expose-headers"
static final AsciiString
HttpHeaderNames.ACCESS_CONTROL_MAX_AGE
"access-control-max-age"
static final AsciiString
HttpHeaderNames.ACCESS_CONTROL_REQUEST_HEADERS
"access-control-request-headers"
static final AsciiString
HttpHeaderNames.ACCESS_CONTROL_REQUEST_METHOD
"access-control-request-method"
static final AsciiString
HttpHeaderNames.ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK
"access-control-request-private-network"
static final AsciiString
HttpHeaderNames.AGE
"age"
static final AsciiString
HttpHeaderNames.ALLOW
"allow"
static final AsciiString
HttpHeaderNames.ALT_SVC
"alt-svc"
static final AsciiString
HttpHeaderValues.APPLICATION_JSON
"application/json"
static final AsciiString
HttpHeaderValues.APPLICATION_OCTET_STREAM
"application/octet-stream"
static final AsciiString
HttpHeaderValues.APPLICATION_X_WWW_FORM_URLENCODED
"application/x-www-form-urlencoded"
static final AsciiString
HttpHeaderValues.APPLICATION_XHTML
"application/xhtml+xml"
static final AsciiString
HttpHeaderValues.APPLICATION_XML
"application/xml"
static final AsciiString
HttpHeaderValues.APPLICATION_ZSTD
"application/zstd"
static final AsciiString
HttpHeaderValues.ATTACHMENT
"attachment"
SeeHttpHeaderNames.CONTENT_DISPOSITION
static final AsciiString
HttpHeaderNames.AUTHORIZATION
"authorization"
static final AsciiString
HttpHeaderValues.BASE64
"base64"
static final AsciiString
HttpHeaderValues.BINARY
"binary"
static final AsciiString
HttpHeaderValues.BOUNDARY
"boundary"
static final AsciiString
HttpHeaderValues.BR
"br"
static final AsciiString
HttpHeaderValues.BYTES
"bytes"
static final AsciiString
HttpHeaderNames.CACHE_CONTROL
"cache-control"
static final AsciiString
HttpHeaderValues.CHARSET
"charset"
private static final AsciiString
HttpUtil.CHARSET_EQUALS
static final AsciiString
HttpHeaderValues.CHUNKED
"chunked"
static final AsciiString
HttpHeaderValues.CLOSE
"close"
private final AsciiString
HttpResponseStatus.codeAsText
static final AsciiString
HttpHeaderValues.COMPRESS
"compress"
private static final AsciiString
HttpRequestDecoder.Connection
static final AsciiString
HttpHeaderNames.CONNECTION
"connection"
static final AsciiString
HttpHeaderNames.CONTENT_BASE
"content-base"
static final AsciiString
HttpHeaderNames.CONTENT_DISPOSITION
"content-disposition"
static final AsciiString
HttpHeaderNames.CONTENT_ENCODING
"content-encoding"
static final AsciiString
HttpHeaderNames.CONTENT_LANGUAGE
"content-language"
static final AsciiString
HttpHeaderNames.CONTENT_LENGTH
"content-length"
static final AsciiString
HttpHeaderNames.CONTENT_LOCATION
"content-location"
static final AsciiString
HttpHeaderNames.CONTENT_MD5
"content-md5"
static final AsciiString
HttpHeaderNames.CONTENT_RANGE
"content-range"
static final AsciiString
HttpHeaderNames.CONTENT_SECURITY_POLICY
"content-security-policy"
static final AsciiString
HttpHeaderNames.CONTENT_TRANSFER_ENCODING
"content-transfer-encoding"
static final AsciiString
HttpHeaderNames.CONTENT_TYPE
"content-type"
private static final AsciiString
HttpRequestDecoder.ContentLength
private static final AsciiString
HttpRequestDecoder.ContentType
static final AsciiString
HttpHeaderValues.CONTINUE
"100-continue"
static final AsciiString
HttpHeaderNames.COOKIE
"cookie"
static final AsciiString
HttpHeaderNames.DATE
"date"
private final AsciiString
HttpStatusClass.defaultReasonPhrase
static final AsciiString
HttpHeaderValues.DEFLATE
"deflate"
static final AsciiString
HttpHeaderNames.DNT
"dnt"
static final AsciiString
HttpHeaderNames.ETAG
"etag"
static final AsciiString
HttpHeaderNames.EXPECT
"expect"
static final AsciiString
HttpHeaderNames.EXPIRES
"expires"
static final AsciiString
HttpHeaderValues.FILE
"file"
SeeHttpHeaderNames.CONTENT_DISPOSITION
static final AsciiString
HttpHeaderValues.FILENAME
"filename"
SeeHttpHeaderNames.CONTENT_DISPOSITION
static final AsciiString
HttpHeaderValues.FORM_DATA
"form-data"
SeeHttpHeaderNames.CONTENT_DISPOSITION
static final AsciiString
HttpHeaderNames.FROM
"from"
static final AsciiString
HttpHeaderValues.GZIP
"gzip"
static final AsciiString
HttpHeaderValues.GZIP_DEFLATE
"gzip,deflate"
private static final AsciiString
HttpRequestDecoder.Host
static final AsciiString
HttpHeaderNames.HOST
"host"
static final AsciiString
HttpHeaderValues.IDENTITY
"identity"
static final AsciiString
HttpHeaderNames.IF_MATCH
"if-match"
static final AsciiString
HttpHeaderNames.IF_MODIFIED_SINCE
"if-modified-since"
static final AsciiString
HttpHeaderNames.IF_NONE_MATCH
"if-none-match"
static final AsciiString
HttpHeaderNames.IF_RANGE
"if-range"
static final AsciiString
HttpHeaderNames.IF_UNMODIFIED_SINCE
"if-unmodified-since"
static final AsciiString
HttpHeaderNames.KEEP_ALIVE
Deprecated.static final AsciiString
HttpHeaderValues.KEEP_ALIVE
"keep-alive"
static final AsciiString
HttpHeaderNames.LAST_MODIFIED
"last-modified"
static final AsciiString
HttpHeaderNames.LOCATION
"location"
static final AsciiString
HttpHeaderValues.MAX_AGE
"max-age"
static final AsciiString
HttpHeaderNames.MAX_FORWARDS
"max-forwards"
static final AsciiString
HttpHeaderValues.MAX_STALE
"max-stale"
static final AsciiString
HttpHeaderValues.MIN_FRESH
"min-fresh"
static final AsciiString
HttpHeaderValues.MULTIPART_FORM_DATA
"multipart/form-data"
static final AsciiString
HttpHeaderValues.MULTIPART_MIXED
"multipart/mixed"
static final AsciiString
HttpHeaderValues.MUST_REVALIDATE
"must-revalidate"
private final AsciiString
HttpMethod.name
private AsciiString
HttpObjectDecoder.name
private final AsciiString
HttpScheme.name
static final AsciiString
HttpHeaderValues.NAME
"name"
SeeHttpHeaderNames.CONTENT_DISPOSITION
static final AsciiString
HttpHeaderValues.NO_CACHE
"no-cache"
static final AsciiString
HttpHeaderValues.NO_STORE
"no-store"
static final AsciiString
HttpHeaderValues.NO_TRANSFORM
"no-transform"
static final AsciiString
HttpHeaderValues.NONE
"none"
static final AsciiString
HttpHeaderValues.ONLY_IF_CACHED
"only-if-cached"
static final AsciiString
HttpHeaderNames.ORIGIN
"origin"
static final AsciiString
HttpHeaderNames.PRAGMA
"pragma"
static final AsciiString
HttpHeaderValues.PRIVATE
"private"
static final AsciiString
HttpHeaderNames.PROXY_AUTHENTICATE
"proxy-authenticate"
static final AsciiString
HttpHeaderNames.PROXY_AUTHORIZATION
"proxy-authorization"
static final AsciiString
HttpHeaderNames.PROXY_CONNECTION
Deprecated.useHttpHeaderNames.CONNECTION
"proxy-connection"
static final AsciiString
HttpHeaderValues.PROXY_REVALIDATE
"proxy-revalidate"
static final AsciiString
HttpHeaderValues.PUBLIC
"public"
static final AsciiString
HttpHeaderValues.QUOTED_PRINTABLE
"quoted-printable"
static final AsciiString
HttpHeaderNames.RANGE
"range"
static final AsciiString
HttpHeaderNames.REFERER
"referer"
static final AsciiString
HttpHeaderNames.RETRY_AFTER
"retry-after"
static final AsciiString
HttpHeaderValues.S_MAXAGE
"s-maxage"
static final AsciiString
HttpHeaderNames.SEC_WEBSOCKET_ACCEPT
"sec-websocket-accept"
static final AsciiString
HttpHeaderNames.SEC_WEBSOCKET_EXTENSIONS
"sec-websocket-protocol"
static final AsciiString
HttpHeaderNames.SEC_WEBSOCKET_KEY
"sec-websocket-key"
static final AsciiString
HttpHeaderNames.SEC_WEBSOCKET_KEY1
"sec-websocket-key1"
static final AsciiString
HttpHeaderNames.SEC_WEBSOCKET_KEY2
"sec-websocket-key2"
static final AsciiString
HttpHeaderNames.SEC_WEBSOCKET_LOCATION
"sec-websocket-location"
static final AsciiString
HttpHeaderNames.SEC_WEBSOCKET_ORIGIN
"sec-websocket-origin"
static final AsciiString
HttpHeaderNames.SEC_WEBSOCKET_PROTOCOL
"sec-websocket-protocol"
static final AsciiString
HttpHeaderNames.SEC_WEBSOCKET_VERSION
"sec-websocket-version"
private static final AsciiString
HttpUtil.SEMICOLON
static final AsciiString
HttpHeaderNames.SERVER
"server"
static final AsciiString
HttpHeaderNames.SET_COOKIE
"set-cookie"
static final AsciiString
HttpHeaderNames.SET_COOKIE2
"set-cookie2"
static final AsciiString
HttpHeaderValues.SNAPPY
"snappy"
static final AsciiString
HttpHeaderNames.TE
"te"
static final AsciiString
HttpHeaderValues.TEXT_CSS
"text/css"
static final AsciiString
HttpHeaderValues.TEXT_EVENT_STREAM
"text/event-stream"
static final AsciiString
HttpHeaderValues.TEXT_HTML
"text/html"
static final AsciiString
HttpHeaderValues.TEXT_PLAIN
"text/plain"
static final AsciiString
HttpHeaderNames.TRAILER
"trailer"
static final AsciiString
HttpHeaderValues.TRAILERS
"trailers"
static final AsciiString
HttpHeaderNames.TRANSFER_ENCODING
"transfer-encoding"
static final AsciiString
HttpHeaderNames.UPGRADE
"upgrade"
static final AsciiString
HttpHeaderValues.UPGRADE
"upgrade"
static final AsciiString
HttpHeaderNames.UPGRADE_INSECURE_REQUESTS
"upgrade-insecure-requests"
static final AsciiString
HttpHeaderNames.USER_AGENT
"user-agent"
static final AsciiString
HttpHeaderNames.VARY
"vary"
static final AsciiString
HttpHeaderNames.VIA
"via"
static final AsciiString
HttpHeaderNames.WARNING
"warning"
static final AsciiString
HttpHeaderValues.WEBSOCKET
"websocket"
static final AsciiString
HttpHeaderNames.WEBSOCKET_LOCATION
"websocket-location"
static final AsciiString
HttpHeaderNames.WEBSOCKET_ORIGIN
"websocket-origin"
static final AsciiString
HttpHeaderNames.WEBSOCKET_PROTOCOL
"websocket-protocol"
static final AsciiString
HttpHeaderNames.WWW_AUTHENTICATE
"www-authenticate"
static final AsciiString
HttpHeaderValues.X_DEFLATE
"x-deflate"
static final AsciiString
HttpHeaderNames.X_FRAME_OPTIONS
"x-frame-options"
static final AsciiString
HttpHeaderValues.X_GZIP
"x-gzip"
static final AsciiString
HttpHeaderNames.X_REQUESTED_WITH
"x-requested-with"
static final AsciiString
HttpHeaderValues.XML_HTTP_REQUEST
"XmlHttpRequest"
static final AsciiString
HttpHeaderValues.ZERO
"0"
static final AsciiString
HttpHeaderValues.ZSTD
"zstd"
Methods in io.netty.handler.codec.http that return AsciiStringModifier and TypeMethodDescriptionHttpMethod.asciiName()
Returns the name of this method.HttpResponseStatus.codeAsText()
Returns the status code asAsciiString
.(package private) AsciiString
HttpStatusClass.defaultReasonPhrase()
Returns the default reason phrase of this HTTP status class.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 AsciiStringModifier and TypeMethodDescriptionstatic 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 AsciiStringModifier and TypeFieldDescriptionprivate final AsciiString
WebSocketVersion.headerValue
private final AsciiString
WebSocketScheme.name
Methods in io.netty.handler.codec.http.websocketx that return AsciiStringModifier and TypeMethodDescriptionWebSocketScheme.name()
(package private) AsciiString
WebSocketVersion.toAsciiString()
Constructors in io.netty.handler.codec.http.websocketx with parameters of type AsciiString -
Uses of AsciiString in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as AsciiStringModifier and TypeFieldDescriptionprivate AsciiString[]
ReadOnlyHttp2Headers.ReadOnlyIterator.current
private AsciiString[]
ReadOnlyHttp2Headers.ReadOnlyValueIterator.current
private static final 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 final AsciiString[]
ReadOnlyHttp2Headers.otherHeaders
private final AsciiString[]
ReadOnlyHttp2Headers.pseudoHeaders
private final AsciiString
HttpConversionUtil.ExtensionHeaderNames.text
private final AsciiString
Http2Headers.PseudoHeaderName.value
private AsciiString
ReadOnlyHttp2Headers.ReadOnlyIterator.value
Fields in io.netty.handler.codec.http2 with type parameters of type AsciiStringModifier and TypeFieldDescriptionprivate static final 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 final CharSequenceMap
<AsciiString> HttpConversionUtil.Http2ToHttpHeaderTranslator.REQUEST_HEADER_TRANSLATIONS
Translations from HTTP/2 header name to the HTTP/1.x equivalent.private static final CharSequenceMap
<AsciiString> HttpConversionUtil.Http2ToHttpHeaderTranslator.RESPONSE_HEADER_TRANSLATIONS
private final CharSequenceMap
<AsciiString> HttpConversionUtil.Http2ToHttpHeaderTranslator.translations
Methods in io.netty.handler.codec.http2 that return AsciiStringModifier and TypeMethodDescriptionDecompresses the given Huffman coded string literal.private AsciiString
ReadOnlyHttp2Headers.get0
(CharSequence name) private AsciiString
HpackDecoder.readName
(int index) private AsciiString
HpackDecoder.readStringLiteral
(ByteBuf in, int length, boolean huffmanEncoded) HttpConversionUtil.ExtensionHeaderNames.text()
private static AsciiString
HttpConversionUtil.toHttp2Path
(URI uri) Generate an HTTP/2 {code :path} from a URI in accordance with rfc7230, 5.3.Http2Headers.PseudoHeaderName.value()
Methods in io.netty.handler.codec.http2 that return types with arguments of type AsciiStringModifier and TypeMethodDescriptionprivate static CharSequenceMap
<AsciiString> HttpConversionUtil.toLowercaseMap
(Iterator<? extends CharSequence> valuesIter, int arraySizeHint) Methods in io.netty.handler.codec.http2 with parameters of type AsciiStringModifier and TypeMethodDescription(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
(CharSequence name, int nameHash, CharSequence value, int valueHash, HashingStrategy<CharSequence> hashingStrategy, AsciiString[] headers) Http2Headers.PseudoHeaderName.getPseudoHeader
(AsciiString header) Returns theHttp2Headers.PseudoHeaderName
corresponding to the specified header name.private void
HpackDecoder.insertHeader
(HpackDecoder.Http2HeadersSink sink, AsciiString name, AsciiString value, HpackUtil.IndexType indexType) static boolean
Http2Headers.PseudoHeaderName.isPseudoHeader
(AsciiString header) Indicates whether the given header name is a valid HTTP/2 pseudo header.private static HpackHeaderField
HpackStaticTable.newEmptyHeaderField
(AsciiString name) private static HpackHeaderField
HpackStaticTable.newHeaderField
(AsciiString name, String value) private static HpackHeaderField
HpackStaticTable.newPseudoHeaderField
(Http2Headers.PseudoHeaderName name, AsciiString value) 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, 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 AsciiStringModifierConstructorDescriptionprivate
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 AsciiStringModifier and TypeFieldDescriptionstatic final AsciiString
RtspHeaderNames.ACCEPT
"accept"
static final AsciiString
RtspHeaderNames.ACCEPT_ENCODING
"accept-encoding"
static final AsciiString
RtspHeaderNames.ACCEPT_LANGUAGE
"accept-language"
static final AsciiString
RtspHeaderNames.ALLOW
"allow"
static final AsciiString
RtspHeaderValues.APPEND
"append"
static final AsciiString
RtspHeaderNames.AUTHORIZATION
"authorization"
static final AsciiString
RtspHeaderValues.AVP
"AVP"
static final AsciiString
RtspHeaderNames.BANDWIDTH
"bandwidth"
static final AsciiString
RtspHeaderNames.BLOCKSIZE
"blocksize"
static final AsciiString
RtspHeaderValues.BYTES
"bytes"
static final AsciiString
RtspHeaderNames.CACHE_CONTROL
"cache-control"
static final AsciiString
RtspHeaderValues.CHARSET
"charset"
static final AsciiString
RtspHeaderValues.CLIENT_PORT
"client_port"
static final AsciiString
RtspHeaderValues.CLOCK
"clock"
static final AsciiString
RtspHeaderValues.CLOSE
"close"
static final AsciiString
RtspHeaderValues.COMPRESS
"compress"
static final AsciiString
RtspHeaderNames.CONFERENCE
"conference"
static final AsciiString
RtspHeaderNames.CONNECTION
"connection"
static final AsciiString
RtspHeaderNames.CONTENT_BASE
"content-base"
static final AsciiString
RtspHeaderNames.CONTENT_ENCODING
"content-encoding"
static final AsciiString
RtspHeaderNames.CONTENT_LANGUAGE
"content-language"
static final AsciiString
RtspHeaderNames.CONTENT_LENGTH
"content-length"
static final AsciiString
RtspHeaderNames.CONTENT_LOCATION
"content-location"
static final AsciiString
RtspHeaderNames.CONTENT_TYPE
"content-type"
static final AsciiString
RtspHeaderValues.CONTINUE
"100-continue"
static final AsciiString
RtspHeaderNames.CSEQ
"cseq"
static final AsciiString
RtspHeaderNames.DATE
"date"
static final AsciiString
RtspHeaderValues.DEFLATE
"deflate"
static final AsciiString
RtspHeaderValues.DESTINATION
"destination"
static final AsciiString
RtspHeaderNames.EXPIRES
"expires"
static final AsciiString
RtspHeaderNames.FROM
"from"
static final AsciiString
RtspHeaderValues.GZIP
"gzip"
static final AsciiString
RtspHeaderNames.HOST
"host"
static final AsciiString
RtspHeaderValues.IDENTITY
"identity"
static final AsciiString
RtspHeaderNames.IF_MATCH
"if-match"
static final AsciiString
RtspHeaderNames.IF_MODIFIED_SINCE
"if-modified-since"
static final AsciiString
RtspHeaderValues.INTERLEAVED
"interleaved"
static final AsciiString
RtspHeaderValues.KEEP_ALIVE
"keep-alive"
static final AsciiString
RtspHeaderNames.KEYMGMT
"keymgmt"
static final AsciiString
RtspHeaderNames.LAST_MODIFIED
"last-modified"
static final AsciiString
RtspHeaderValues.LAYERS
"layers"
static final AsciiString
RtspHeaderValues.MAX_AGE
"max-age"
static final AsciiString
RtspHeaderValues.MAX_STALE
"max-stale"
static final AsciiString
RtspHeaderValues.MIN_FRESH
"min-fresh"
static final AsciiString
RtspHeaderValues.MODE
"mode"
static final AsciiString
RtspHeaderValues.MULTICAST
"multicast"
static final AsciiString
RtspHeaderValues.MUST_REVALIDATE
"must-revalidate"
static final AsciiString
RtspHeaderValues.NO_CACHE
"no-cache"
static final AsciiString
RtspHeaderValues.NO_TRANSFORM
"no-transform"
static final AsciiString
RtspHeaderValues.NONE
"none"
static final AsciiString
RtspHeaderValues.ONLY_IF_CACHED
"only-if-cached"
static final AsciiString
RtspHeaderValues.PORT
"port"
static final AsciiString
RtspHeaderValues.PRIVATE
"private"
static final AsciiString
RtspHeaderNames.PROXY_AUTHENTICATE
"proxy-authenticate"
static final AsciiString
RtspHeaderNames.PROXY_REQUIRE
"proxy-require"
static final AsciiString
RtspHeaderValues.PROXY_REVALIDATE
"proxy-revalidate"
static final AsciiString
RtspHeaderNames.PUBLIC
"public"
static final AsciiString
RtspHeaderValues.PUBLIC
"public"
static final AsciiString
RtspHeaderNames.RANGE
"range"
static final AsciiString
RtspHeaderNames.REFERER
"referer"
static final AsciiString
RtspHeaderNames.REQUIRE
"require"
static final AsciiString
RtspHeaderNames.RETRT_AFTER
"retry-after"
static final AsciiString
RtspHeaderValues.RTP
"RTP"
static final AsciiString
RtspHeaderNames.RTP_INFO
"rtp-info"
static final AsciiString
RtspHeaderValues.RTPTIME
"rtptime"
static final AsciiString
RtspHeaderNames.SCALE
"scale"
static final AsciiString
RtspHeaderValues.SEQ
"seq"
static final AsciiString
RtspHeaderNames.SERVER
"server"
static final AsciiString
RtspHeaderValues.SERVER_PORT
"server_port"
static final AsciiString
RtspHeaderNames.SESSION
"session"
static final AsciiString
RtspHeaderNames.SPEED
"speed"
static final AsciiString
RtspHeaderValues.SSRC
"ssrc"
static final AsciiString
RtspHeaderValues.TCP
"TCP"
static final AsciiString
RtspHeaderValues.TIME
"time"
static final AsciiString
RtspHeaderValues.TIMEOUT
"timeout"
static final AsciiString
RtspHeaderNames.TIMESTAMP
"timestamp"
static final AsciiString
RtspHeaderNames.TRANSPORT
"transport"
static final AsciiString
RtspHeaderValues.TTL
"ttl"
static final AsciiString
RtspHeaderValues.UDP
"UDP"
static final AsciiString
RtspHeaderValues.UNICAST
"unicast"
static final AsciiString
RtspHeaderNames.UNSUPPORTED
"unsupported"
static final AsciiString
RtspHeaderValues.URL
"url"
static final AsciiString
RtspHeaderNames.USER_AGENT
"user-agent"
static final AsciiString
RtspHeaderNames.VARY
"vary"
static final AsciiString
RtspHeaderNames.VIA
"via"
static final AsciiString
RtspHeaderNames.WWW_AUTHENTICATE
"www-authenticate"
-
Uses of AsciiString in io.netty.handler.codec.smtp
Fields in io.netty.handler.codec.smtp declared as AsciiStringModifier and TypeFieldDescriptionprivate static final AsciiString
SmtpRequests.FROM_NULL_SENDER
private final AsciiString
SmtpCommand.name
Methods in io.netty.handler.codec.smtp that return AsciiStringConstructors in io.netty.handler.codec.smtp with parameters of type AsciiString -
Uses of AsciiString in io.netty.handler.codec.spdy
Fields in io.netty.handler.codec.spdy declared as AsciiStringModifier and TypeFieldDescriptionstatic final AsciiString
SpdyHttpHeaders.Names.ASSOCIATED_TO_STREAM_ID
"x-spdy-associated-to-stream-id"
static final AsciiString
SpdyHeaders.HttpNames.HOST
":host"
static final AsciiString
SpdyHeaders.HttpNames.METHOD
":method"
static final AsciiString
SpdyHeaders.HttpNames.PATH
":path"
static final AsciiString
SpdyHttpHeaders.Names.PRIORITY
"x-spdy-priority"
static final AsciiString
SpdyHeaders.HttpNames.SCHEME
":scheme"
static final AsciiString
SpdyHttpHeaders.Names.SCHEME
"x-spdy-scheme"
static final AsciiString
SpdyHeaders.HttpNames.STATUS
":status"
static final AsciiString
SpdyHttpHeaders.Names.STREAM_ID
"x-spdy-stream-id"
static final AsciiString
SpdyHeaders.HttpNames.VERSION
":version"
-
Uses of AsciiString in io.netty.handler.codec.stomp
Fields in io.netty.handler.codec.stomp declared as AsciiStringModifier and TypeFieldDescriptionstatic final AsciiString
StompHeaders.ACCEPT_VERSION
static final AsciiString
StompHeaders.ACK
static final AsciiString
StompHeaders.CONTENT_LENGTH
static final AsciiString
StompHeaders.CONTENT_TYPE
static final AsciiString
StompHeaders.DESTINATION
static final AsciiString
StompHeaders.HEART_BEAT
static final AsciiString
StompHeaders.HOST
static final AsciiString
StompHeaders.ID
static final AsciiString
StompHeaders.LOGIN
static final AsciiString
StompHeaders.MESSAGE
static final AsciiString
StompHeaders.MESSAGE_ID
static final AsciiString
StompHeaders.PASSCODE
static final AsciiString
StompHeaders.RECEIPT
static final AsciiString
StompHeaders.RECEIPT_ID
static final AsciiString
StompHeaders.SERVER
static final AsciiString
StompHeaders.SESSION
static final AsciiString
StompHeaders.SUBSCRIPTION
static final AsciiString
StompHeaders.TRANSACTION
static final AsciiString
StompHeaders.VERSION
-
Uses of AsciiString in io.netty.util
Fields in io.netty.util declared as AsciiStringMethods in io.netty.util that return AsciiStringModifier and TypeMethodDescriptionstatic AsciiString
Returns anAsciiString
containing the given string and retains/caches the input string for later use intoString()
.AsciiString.concat
(CharSequence string) Concatenates this string and the specified string.static AsciiString
AsciiString.of
(CharSequence string) Returns anAsciiString
containing the given character sequence.AsciiString.replace
(char oldChar, char newChar) Copies this string replacing occurrences of the specified character with another character.AsciiString.split
(char delim) Splits the specifiedString
with the specified delimiter..Splits this string using the supplied regular expressionexpr
.AsciiString.subSequence
(int start) Copies a range of characters into a new string.AsciiString.subSequence
(int start, int end) Copies a range of characters into a new string.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
(String[] jdkResult) AsciiString.toLowerCase()
Converts the characters in this string to lowercase, using the default Locale.AsciiString.toUpperCase()
Converts the characters in this string to uppercase, using the default Locale.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 AsciiStringModifier and TypeMethodDescriptionprivate static boolean
NetUtil.isValidIpV4Address
(AsciiString ip, int from, int toExcluded) private boolean
AsciiString.misalignedEqualsIgnoreCase
(AsciiString other) -
Uses of AsciiString in io.netty.util.internal
Fields in io.netty.util.internal declared as AsciiString
HttpHeaderNames.CONNECTION
"keep-alive"