跳过导航链接
A B C D E F G I L M O S U V W 

A

altBase64ToByteArray(String) - 类 中的静态方法org.tio.websocket.common.util.BASE64Util
Translates the specified "alternate representation" Base64 string into a byte array.

B

base64ToByteArray(String) - 类 中的静态方法org.tio.websocket.common.util.BASE64Util
Translates the specified Base64 string (as per Preferences.get(byte[])) into a byte array.
BASE64Util - org.tio.websocket.common.util中的类
 
BASE64Util() - 类 的构造器org.tio.websocket.common.util.BASE64Util
 
byteArrayToAltBase64(byte[]) - 类 中的静态方法org.tio.websocket.common.util.BASE64Util
Translates the specified byte array into an "alternate representation" Base64 string.
byteArrayToBase64(byte[]) - 类 中的静态方法org.tio.websocket.common.util.BASE64Util
Translates the specified byte array into a Base64 string as per Preferences.put(byte[]).

C

CHARSET_NAME - 类 中的静态变量org.tio.websocket.common.WsPacket
 

D

decode(ByteBuffer, ChannelContext) - 类 中的静态方法org.tio.websocket.common.WsClientDecoder
 
decode(ByteBuffer, ChannelContext) - 类 中的静态方法org.tio.websocket.common.WsServerDecoder
 

E

encode(WsPacket, TioConfig, ChannelContext) - 类 中的静态方法org.tio.websocket.common.WsClientEncoder
 
encode(WsResponse, TioConfig, ChannelContext) - 类 中的静态方法org.tio.websocket.common.WsServerEncoder
 

F

fromBytes(byte[]) - 类 中的静态方法org.tio.websocket.common.WsRequest
 
fromBytes(byte[]) - 类 中的静态方法org.tio.websocket.common.WsResponse
 
fromText(String, String) - 类 中的静态方法org.tio.websocket.common.WsRequest
 
fromText(String, String) - 类 中的静态方法org.tio.websocket.common.WsResponse
 

G

getBody() - 类 中的方法org.tio.websocket.common.WsPacket
 
getBodys() - 类 中的方法org.tio.websocket.common.WsPacket
 
getCode() - 枚举 中的方法org.tio.websocket.common.Opcode
 
getHandshakeRequest() - 类 中的方法org.tio.websocket.common.WsSessionContext
 
getHandshakeResponse() - 类 中的方法org.tio.websocket.common.WsSessionContext
 
getLastParts() - 类 中的方法org.tio.websocket.common.WsSessionContext
 
getToken() - 类 中的方法org.tio.websocket.common.WsSessionContext
 
getWsBodyLength() - 类 中的方法org.tio.websocket.common.WsPacket
 
getWsBodyText() - 类 中的方法org.tio.websocket.common.WsPacket
 
getWsMask() - 类 中的方法org.tio.websocket.common.WsPacket
 
getWsOpcode() - 类 中的方法org.tio.websocket.common.WsPacket
 

I

int2Byte(byte[], int, int) - 类 中的静态方法org.tio.websocket.common.WsServerEncoder
 
isHandShake() - 类 中的方法org.tio.websocket.common.WsPacket
是否是握手包
isHandshaked() - 类 中的方法org.tio.websocket.common.WsSessionContext
 
isWsEof() - 类 中的方法org.tio.websocket.common.WsPacket
 
isWsHasMask() - 类 中的方法org.tio.websocket.common.WsPacket
 

L

logstr() - 类 中的方法org.tio.websocket.common.WsPacket
 

M

MAX_BODY_LENGTH - 类 中的静态变量org.tio.websocket.common.WsPacket
 
MAX_HEADER_LENGTH - 类 中的静态变量org.tio.websocket.common.WsServerEncoder
 
MAX_LENGTH_OF_BODY - 类 中的静态变量org.tio.websocket.common.WsPacket
消息体最多为多少
MINIMUM_HEADER_LENGTH - 类 中的静态变量org.tio.websocket.common.WsPacket
 

O

Opcode - org.tio.websocket.common中的枚举
 
org.tio.websocket.common - 程序包 org.tio.websocket.common
 
org.tio.websocket.common.util - 程序包 org.tio.websocket.common.util
 

S

SESSION_KEY - 接口 中的静态变量org.tio.websocket.common.WsConst
 
setBody(byte[]) - 类 中的方法org.tio.websocket.common.WsPacket
 
setBodys(byte[][]) - 类 中的方法org.tio.websocket.common.WsPacket
 
setHandShake(boolean) - 类 中的方法org.tio.websocket.common.WsPacket
 
setHandshaked(boolean) - 类 中的方法org.tio.websocket.common.WsSessionContext
 
setHandshakeRequest(HttpRequest) - 类 中的方法org.tio.websocket.common.WsSessionContext
 
setHandshakeResponse(HttpResponse) - 类 中的方法org.tio.websocket.common.WsSessionContext
 
setLastParts(List<byte[]>) - 类 中的方法org.tio.websocket.common.WsSessionContext
 
setToken(String) - 类 中的方法org.tio.websocket.common.WsSessionContext
 
setWsBodyLength(long) - 类 中的方法org.tio.websocket.common.WsPacket
 
setWsBodyText(String) - 类 中的方法org.tio.websocket.common.WsPacket
 
setWsEof(boolean) - 类 中的方法org.tio.websocket.common.WsPacket
 
setWsHasMask(boolean) - 类 中的方法org.tio.websocket.common.WsPacket
 
setWsMask(byte[]) - 类 中的方法org.tio.websocket.common.WsPacket
 
setWsOpcode(Opcode) - 类 中的方法org.tio.websocket.common.WsPacket
 
SHA1(byte[]) - 类 中的静态方法org.tio.websocket.common.util.SHA1Util
 
SHA1(String) - 类 中的静态方法org.tio.websocket.common.util.SHA1Util
 
SHA1(String, Charset) - 类 中的静态方法org.tio.websocket.common.util.SHA1Util
 
SHA1Util - org.tio.websocket.common.util中的类
 
SHA1Util() - 类 的构造器org.tio.websocket.common.util.SHA1Util
 

U

uuid() - 类 中的方法org.tio.websocket.common.WsTioUuid
 

V

valueOf(String) - 枚举 中的静态方法org.tio.websocket.common.Opcode
返回带有指定名称的该类型的枚举常量。
valueOf(byte) - 枚举 中的静态方法org.tio.websocket.common.Opcode
 
valueOf(String) - 枚举 中的静态方法org.tio.websocket.common.WsServerDecoder.Step
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.tio.websocket.common.Opcode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.tio.websocket.common.WsServerDecoder.Step
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WsClientDecoder - org.tio.websocket.common中的类
 
WsClientDecoder() - 类 的构造器org.tio.websocket.common.WsClientDecoder
 
WsClientEncoder - org.tio.websocket.common中的类
 
WsClientEncoder() - 类 的构造器org.tio.websocket.common.WsClientEncoder
 
WsConst - org.tio.websocket.common中的接口
 
WsPacket - org.tio.websocket.common中的类
 
WsPacket() - 类 的构造器org.tio.websocket.common.WsPacket
 
WsPacket(byte[]) - 类 的构造器org.tio.websocket.common.WsPacket
 
WsRequest - org.tio.websocket.common中的类
 
WsRequest() - 类 的构造器org.tio.websocket.common.WsRequest
 
WsResponse - org.tio.websocket.common中的类
 
WsResponse() - 类 的构造器org.tio.websocket.common.WsResponse
 
WsServerDecoder - org.tio.websocket.common中的类
 
WsServerDecoder() - 类 的构造器org.tio.websocket.common.WsServerDecoder
 
WsServerDecoder.Step - org.tio.websocket.common中的枚举
 
WsServerEncoder - org.tio.websocket.common中的类
参考了baseio: https://gitee.com/generallycloud/baseio com.generallycloud.nio.codec.http11.WebSocketProtocolEncoder
WsServerEncoder() - 类 的构造器org.tio.websocket.common.WsServerEncoder
 
WsSessionContext - org.tio.websocket.common中的类
 
WsSessionContext() - 类 的构造器org.tio.websocket.common.WsSessionContext
 
WsTioUuid - org.tio.websocket.common中的类
 
WsTioUuid() - 类 的构造器org.tio.websocket.common.WsTioUuid
 
WsTioUuid(long, long) - 类 的构造器org.tio.websocket.common.WsTioUuid
 
A B C D E F G I L M O S U V W 
跳过导航链接

Copyright © 2021. All rights reserved.