软件包 | 描述 |
---|---|
io.netty.buffer |
抽象字节缓冲区 - 表示低级二进制和文本消息的基本数据结构。
|
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
io.netty.handler.codec.http.websocketx |
Web Socket数据帧的编码器,解码器,握手及其相关消息类型。
|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
io.netty.handler.codec.rtsp |
基于HTTP编解码器的
RTSP扩展。
|
io.netty.handler.codec.smtp |
SMTP编解码器。
|
io.netty.handler.codec.spdy |
SPDY协议的编码器,解码器,会话处理程序及其相关的消息类型。
|
io.netty.handler.codec.stomp |
STOMP编解码器
|
io.netty.util |
在多个包中使用的实用程序类。
|
Modifier and Type | Method and Description |
---|---|
static void |
ByteBufUtil.copy(AsciiString src, ByteBuf dst)
复制所有的内容 src 到ByteBuf 使用ByteBuf.writeBytes(byte[], int, int) 。
|
static void |
ByteBufUtil.copy(AsciiString src, int srcIdx, ByteBuf dst, int length)
副本的内容 src 到ByteBuf 使用ByteBuf.writeBytes(byte[], int, int) 。
|
static void |
ByteBufUtil.copy(AsciiString src, int srcIdx, ByteBuf dst, int dstIdx, int length)
副本的内容 src 到ByteBuf 使用ByteBuf.setBytes(int, byte[], int, int) 。
|
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_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.AGE
"age"
|
static AsciiString |
HttpHeaderNames.ALLOW
"allow"
|
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.ATTACHMENT
"attachment" 见
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.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.ETAG
"etag"
|
static AsciiString |
HttpHeaderNames.EXPECT
"expect"
|
static AsciiString |
HttpHeaderNames.EXPIRES
"expires"
|
static AsciiString |
HttpHeaderValues.FILE
"file" 请参阅
HttpHeaderNames.CONTENT_DISPOSITION
|
static AsciiString |
HttpHeaderValues.FILENAME
"filename" 请参阅
HttpHeaderNames.CONTENT_DISPOSITION
|
static AsciiString |
HttpHeaderValues.FORM_DATA
"form-data" 见
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 |
HttpHeaderValues.KEEP_ALIVE
"keep-alive"
|
static AsciiString |
HttpHeaderNames.KEEP_ALIVE
已过时。
使用
HttpHeaderNames.CONNECTION "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
|
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
已过时。
使用
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 |
HttpHeaderNames.TE
"te"
|
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 |
HttpHeaderValues.UPGRADE
"upgrade"
|
static AsciiString |
HttpHeaderNames.UPGRADE
"upgrade"
|
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 |
HttpHeaderValues.ZERO
"0"
|
Modifier and Type | Method and Description |
---|---|
AsciiString |
HttpMethod.asciiName()
返回此方法的名称。
|
AsciiString |
HttpResponseStatus.codeAsText()
返回状态码 AsciiString 。
|
AsciiString |
HttpScheme.name() |
Modifier and Type | Method and Description |
---|---|
static HttpResponseStatus |
HttpResponseStatus.parseLine(AsciiString line)
将指定的HTTP状态行解析为 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)
创建客户端使用的标题的新的只读表示。
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.clientHeaders(boolean validateHeaders, AsciiString method, AsciiString path, AsciiString scheme, AsciiString authority, AsciiString... otherHeaders)
创建客户端使用的标题的新的只读表示。
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.serverHeaders(boolean validateHeaders, AsciiString status, AsciiString... otherHeaders)
创建服务器使用的标题的新的只读表示。
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.serverHeaders(boolean validateHeaders, AsciiString status, AsciiString... otherHeaders)
创建服务器使用的标题的新的只读表示。
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.trailers(boolean validateHeaders, AsciiString... otherHeaders)
用于创建用于表示预告片的只读对象。
|
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
"cate"
|
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()
返回命令名称。
|
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 |
SpdyHttpHeaders.Names.SCHEME
"x-spdy-scheme"
|
static AsciiString |
SpdyHeaders.HttpNames.SCHEME
":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(java.lang.String string)
返回包含给定字符串的 AsciiString ,并保留/缓存输入字符串以供稍后在toString() 中使用。
|
AsciiString |
AsciiString.concat(java.lang.CharSequence string)
连接此字符串和指定的字符串。
|
static AsciiString |
AsciiString.of(java.lang.CharSequence string)
返回包含给定字符序列的 AsciiString 。
|
AsciiString |
AsciiString.replace(char oldChar, char newChar)
复制此字符串,用其他字符替换指定字符的出现位置。
|
AsciiString[] |
AsciiString.split(char delim)
用指定的分隔符分割指定的
String ..
|
AsciiString[] |
AsciiString.split(java.lang.String expr, int max)
使用提供的正则表达式
expr 分割此字符串。
|
AsciiString |
AsciiString.subSequence(int start)
将一系列字符复制到新字符串中。
|
AsciiString |
AsciiString.subSequence(int start, int end)
将一系列字符复制到新字符串中。
|
AsciiString |
AsciiString.subSequence(int start, int end, boolean copy)
复制或共享底层字节子序列的子集。
|
AsciiString |
AsciiString.toLowerCase()
使用默认的Locale将此字符串中的字符转换为小写字母。
|
AsciiString |
AsciiString.toUpperCase()
使用默认的Locale将此字符串中的字符转换为大写。
|
AsciiString |
AsciiString.trim()
复制此字符串,从字符串的开头和结尾删除空格字符,而不进行复制。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.