Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X 

A

Accept_Encoding - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Accept_Language - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Access_Control_Allow_Credentials - Static variable in class org.tio.http.common.HeaderName
 
Access_Control_Allow_Credentials - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
Access_Control_Allow_Headers - Static variable in class org.tio.http.common.HeaderName
 
Access_Control_Allow_Headers - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
Access_Control_Allow_Methods - Static variable in class org.tio.http.common.HeaderName
 
Access_Control_Allow_Methods - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
Access_Control_Allow_Origin - Static variable in class org.tio.http.common.HeaderName
 
Access_Control_Allow_Origin - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
Access_Control_Max_Age - Static variable in class org.tio.http.common.HeaderName
 
Access_Control_Max_Age - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
addCookie(Cookie) - Method in class org.tio.http.common.HttpResponse
 
addHeader(String, String) - Method in class org.tio.http.common.HttpRequest
 
addHeader(HeaderName, HeaderValue) - Method in class org.tio.http.common.HttpResponse
 
addHeaders(Map<String, String>) - Method in class org.tio.http.common.HttpRequest
 
addHeaders(Map<HeaderName, HeaderValue>) - Method in class org.tio.http.common.HttpResponse
 
addParam(String, Object) - Method in class org.tio.http.common.HttpRequest
 
application_x_www_form_urlencoded - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderValue.Content_Type
普通的key-value

B

body - Variable in class org.tio.http.common.HttpPacket
 
buildCookie(Map<String, String>, HttpConfig) - Static method in class org.tio.http.common.Cookie
通过 Map 构建一个 Cookie 对象
bytes - Variable in class org.tio.http.common.HeaderName
 
bytes - Variable in class org.tio.http.common.HeaderValue
 

C

CACHE_CONTROL - Static variable in class org.tio.http.common.HeaderName
 
Cache_Control - Static variable in class org.tio.http.common.HeaderName
 
Cache_Control() - Constructor for class org.tio.http.common.HeaderValue.Cache_Control
 
Cache_Control - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Cache_Control - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
channelContext - Variable in class org.tio.http.common.HttpRequest
 
CHARSET - Static variable in interface org.tio.http.common.HttpConst
默认的字符集
checkHost - Variable in class org.tio.http.common.HttpConfig
 
clearStaticResCache() - Method in interface org.tio.http.common.handler.HttpRequestHandler
清空静态资源缓存,如果没有缓存,可以不处理
cloneResponse(HttpRequest, HttpResponse) - Static method in class org.tio.http.common.HttpResponse
 
close - Static variable in class org.tio.http.common.HeaderValue.Connection
 
close - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderValue.Connection
 
close - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderValue.Connection
 
close() - Method in class org.tio.http.common.HttpRequest
关闭连接
close(String) - Method in class org.tio.http.common.HttpRequest
关闭连接
compatible1_0 - Variable in class org.tio.http.common.HttpConfig
是否兼容1.0 true:兼容 false:不兼容 默认兼容
Connection - Static variable in class org.tio.http.common.HeaderName
 
Connection() - Constructor for class org.tio.http.common.HeaderValue.Connection
 
Connection - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Connection - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
Content_Disposition - Static variable in class org.tio.http.common.HeaderName
 
Content_Disposition - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
Content-Disposition: attachment;filename=FileName.txt 文件下载
Content_Disposition - Static variable in interface org.tio.http.common.HttpMultiBodyDecoder.MultiBodyHeaderKey
 
Content_Encoding - Static variable in class org.tio.http.common.HeaderName
 
Content_Encoding() - Constructor for class org.tio.http.common.HeaderValue.Content_Encoding
 
Content_Encoding - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
文档的编码(Encode)方法。
Content_Length - Static variable in class org.tio.http.common.HeaderName
 
Content_Length - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Content_Length - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
CONTENT_TYPE - Static variable in class org.tio.http.common.HeaderName
 
Content_Type - Static variable in class org.tio.http.common.HeaderName
 
Content_Type() - Constructor for class org.tio.http.common.HeaderValue.Content_Type
 
Content_Type - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Content_Type - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
表示后面的文档属于什么MIME类型。
Content_Type - Static variable in interface org.tio.http.common.HttpMultiBodyDecoder.MultiBodyHeaderKey
 
Cookie - Class in org.tio.http.common
部分代码参考了: https://github.com/helyho/Voovan
Cookie(String, String, String, Long) - Constructor for class org.tio.http.common.Cookie
创建一个 Cookie
Cookie - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 

D

Date - Static variable in class org.tio.http.common.HeaderName
 
Date - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
当前的GMT时间。
decode(HttpRequest, RequestLine, byte[], String, ChannelContext, HttpConfig) - Static method in class org.tio.http.common.HttpMultiBodyDecoder
 
decode(ByteBuffer, int, int, int, ChannelContext, HttpConfig) - Static method in class org.tio.http.common.HttpRequestDecoder
 
decode(ByteBuffer, int, int, int, ChannelContext) - Method in class org.tio.http.server.HttpTioServerHandler
 
decode(ByteBuffer, ChannelContext) - Static method in class org.tio.websocket.common.WsServerDecoder
 
decode(ByteBuffer, int, int, int, ChannelContext) - Method in class org.tio.websocket.server.WsTioServerHandler
 
decodeParams(Map<String, Object[]>, String, Charset) - Static method in class org.tio.http.common.HttpRequestDecoder
 
DEFAULT_TYPE - Static variable in class org.tio.http.common.HeaderValue.Content_Type
 
description - Variable in enum org.tio.http.common.HttpResponseStatus
 

E

encode(HttpResponse, TioConfig, ChannelContext) - Static method in class org.tio.http.common.HttpResponseEncoder
 
encode(Packet, TioConfig, ChannelContext) - Method in class org.tio.http.server.HttpTioServerHandler
 
encode(WsResponse) - Static method in class org.tio.websocket.common.WsServerEncoder
 
encode(Packet, TioConfig, ChannelContext) - Method in class org.tio.websocket.server.WsTioServerHandler
 
encodeSubProtocol(Packet, TioConfig, ChannelContext) - Method in interface org.tio.websocket.server.handler.IWsSubProtocolsMsgHandler
解析子编码
equals(Object) - Method in class org.tio.http.common.HeaderName
 
equals(Object) - Method in class org.tio.http.common.HeaderValue
 
Expires - Static variable in class org.tio.http.common.HeaderName
 
Expires - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
应该在什么时候认为文档已经过期,从而不再缓存它?

F

forward(String) - Method in class org.tio.http.common.HttpRequest
 
from(String) - Static method in class org.tio.http.common.HeaderName
 
from(String) - Static method in class org.tio.http.common.HeaderValue
 
from(String, String) - Static method in class org.tio.http.common.HeaderValue
 
from(String) - Static method in enum org.tio.http.common.Method
 
fromBytes(byte[]) - Static method in class org.tio.websocket.common.WsRequest
 
fromBytes(byte[]) - Static method in class org.tio.websocket.common.WsResponse
 
fromText(String, Charset) - Static method in class org.tio.websocket.common.WsRequest
 
fromText(String, Charset) - Static method in class org.tio.websocket.common.WsResponse
 

G

getAttribute(String) - Method in class org.tio.http.common.HttpPacket
获取属性
getAttribute(String, Serializable) - Method in class org.tio.http.common.HttpPacket
 
getBindIp() - Method in class org.tio.http.common.HttpConfig
 
getBindPort() - Method in class org.tio.http.common.HttpConfig
 
getBody() - Method in class org.tio.http.common.HttpPacket
 
getBody() - Method in class org.tio.websocket.common.WsPacket
 
getBodyFormat() - Method in class org.tio.http.common.HttpRequest
 
getBodys() - Method in class org.tio.websocket.common.WsPacket
 
getBodyString() - Method in class org.tio.http.common.HttpRequest
 
getByte(String) - Method in class org.tio.http.common.HttpRequest
 
getByte(String, byte) - Method in class org.tio.http.common.HttpRequest
 
getBytes() - Method in class org.tio.http.common.Cookie
 
getChannelContext() - Method in class org.tio.http.common.HttpRequest
 
getCharset() - Method in class org.tio.http.common.HttpConfig
 
getCharset() - Method in class org.tio.http.common.HttpRequest
 
getCharset() - Method in class org.tio.http.common.HttpResponse
 
getClientIp() - Method in class org.tio.http.common.HttpRequest
获取真实的客户端ip
getCode() - Method in enum org.tio.websocket.common.Opcode
 
getConnection() - Method in class org.tio.http.common.HttpRequest
 
getContentDisposition() - Method in class org.tio.http.common.HttpMultiBodyDecoder.Header
 
getContentLength() - Method in class org.tio.http.common.HttpRequest
 
getContentType() - Method in class org.tio.http.common.HttpMultiBodyDecoder.Header
 
getContentType() - Method in class org.tio.http.common.HttpResponse
获取"Content-Type"头部内容
getContextPath() - Method in class org.tio.http.common.HttpConfig
 
getCookie(String) - Method in class org.tio.http.common.HttpRequest
 
getCookieMap() - Method in class org.tio.http.common.HttpRequest
 
getCookies() - Method in class org.tio.http.common.HttpRequest
 
getCookies() - Method in class org.tio.http.common.HttpResponse
 
getCreateTime() - Method in class org.tio.http.common.HttpRequest
 
getData() - Method in class org.tio.http.common.UploadFile
 
getDescription() - Method in enum org.tio.http.common.HttpResponseStatus
 
getDomain() - Method in class org.tio.http.common.Cookie
 
getDomain() - Method in class org.tio.http.common.HttpRequest
根据host字段,获取去除端口的纯域名部分的值,形如:www.t-io.org, t-io.org等值
getDouble(String, double) - Method in class org.tio.http.common.HttpRequest
 
getDouble(String) - Method in class org.tio.http.common.HttpRequest
 
getEqualMap(String) - Static method in class org.tio.http.common.Cookie
 
getExpires() - Method in class org.tio.http.common.Cookie
 
getFilename() - Method in class org.tio.http.common.HttpMultiBodyDecoder.Header
 
getFloat(String) - Method in class org.tio.http.common.HttpRequest
 
getFloat(String, float) - Method in class org.tio.http.common.HttpRequest
 
getHandshakeRequest() - Method in class org.tio.websocket.common.WsSessionContext
 
getHandshakeResponse() - Method in class org.tio.websocket.common.WsSessionContext
 
getHeader(String) - Method in class org.tio.http.common.HttpRequest
 
getHeader(HeaderName) - Method in class org.tio.http.common.HttpResponse
 
getHeaderBinary() - Method in enum org.tio.http.common.HttpResponseStatus
 
getHeaderByteCount() - Method in class org.tio.http.common.HttpResponse
 
getHeaders() - Method in class org.tio.http.common.HttpRequest
 
getHeaders() - Method in class org.tio.http.common.HttpResponse

警告:通过本方法获得Map对象后,请勿调用put(key, value)。

getHeaderString() - Method in class org.tio.http.common.HttpPacket
 
getHeaderText() - Method in enum org.tio.http.common.HttpResponseStatus
 
getHost() - Method in class org.tio.http.common.HttpRequest
获取请求头中的host字段,形如:www.t-io.org:8080, www.t-io.org等值
getHttpConfig(HttpRequest) - Method in interface org.tio.http.common.handler.HttpRequestHandler
获取 HttpConfig
getHttpConfig() - Method in class org.tio.http.common.HttpRequest
 
getHttpConfig() - Method in class org.tio.http.server.HttpServerStarter
 
getHttpConfig() - Method in class org.tio.http.server.HttpTioServerHandler
 
getHttpConfig() - Method in class org.tio.websocket.server.WsTioServerHandler
 
getHttpRequest() - Method in class org.tio.http.common.HttpResponse
 
getHttpRequestHandler() - Method in class org.tio.http.common.HttpConfig
 
getHttpRequestHandler() - Method in class org.tio.http.server.HttpServerStarter
 
getHttpStatus(int) - Static method in enum org.tio.http.common.HttpResponseStatus
 
getHttpTioServerHandler() - Method in class org.tio.http.server.HttpServerStarter
 
getHttpTioServerListener() - Method in class org.tio.http.server.HttpServerStarter
 
getId() - Method in class org.tio.http.common.HttpRequest
 
getInitPath() - Method in class org.tio.http.common.RequestLine
 
getInt(String) - Method in class org.tio.http.common.HttpRequest
 
getInt(String, int) - Method in class org.tio.http.common.HttpRequest
获取 int 参数
getIsSupportGzip() - Method in class org.tio.http.common.HttpRequest
 
getLastModified() - Method in class org.tio.http.common.HttpResponse
 
getLastParts() - Method in class org.tio.websocket.common.WsSessionContext
 
getLocalIp() - Static method in class org.tio.http.common.utils.IpUtils
获取本机 ip
getLong(String) - Method in class org.tio.http.common.HttpRequest
 
getLong(String, long) - Method in class org.tio.http.common.HttpRequest
 
getMap() - Method in class org.tio.http.common.HttpMultiBodyDecoder.Header
 
getMaxAge() - Method in class org.tio.http.common.Cookie
 
getMaxForwardCount() - Method in class org.tio.http.common.HttpConfig
 
getMaxLengthOfHeader() - Method in class org.tio.http.common.HttpConfig
 
getMaxLengthOfHeaderLine() - Method in class org.tio.http.common.HttpConfig
 
getMaxLengthOfMultiBody() - Method in class org.tio.http.common.HttpConfig
 
getMaxLengthOfPostBody() - Method in class org.tio.http.common.HttpConfig
 
getMaxLengthOfRequestLine() - Method in class org.tio.http.common.HttpConfig
 
getMethod() - Method in class org.tio.http.common.RequestLine
 
getName() - Method in class org.tio.http.common.Cookie
 
getName() - Method in class org.tio.http.common.HttpConfig
 
getName() - Method in class org.tio.http.common.HttpMultiBodyDecoder.Header
 
getName() - Method in class org.tio.http.common.UploadFile
 
getObject(String) - Method in class org.tio.http.common.HttpRequest
 
getParam() - Method in class org.tio.http.common.HttpRequest
把类型为数组的参数值转换成Object,相当于是取了数组的第一个值,便于业务开发(因为大部分参数值其实只有一个)
getParam(String) - Method in class org.tio.http.common.HttpRequest
 
getParamArray(String) - Method in class org.tio.http.common.HttpRequest
 
getParams() - Method in class org.tio.http.common.HttpRequest
 
getPath() - Method in class org.tio.http.common.Cookie
 
getPath() - Method in class org.tio.http.common.RequestLine
譬如http://www.163.com/user/get?
getPathAndQuery() - Method in class org.tio.http.common.RequestLine
/user/get?
getProtocol() - Method in class org.tio.http.common.RequestLine
 
getQueryString() - Method in class org.tio.http.common.RequestLine
譬如http://www.163.com/user/get?
getRealIp(HttpRequest) - Static method in class org.tio.http.common.utils.IpUtils
 
getRealIp(ChannelContext, HttpConfig, Map<String, String>) - Static method in class org.tio.http.common.utils.IpUtils
获取真实ip
getReferer() - Method in class org.tio.http.common.HttpRequest
 
getRemote() - Method in class org.tio.http.common.HttpRequest
 
getRequestLine() - Method in class org.tio.http.common.HttpRequest
 
getRespForBlackIp() - Method in class org.tio.http.common.HttpConfig
 
getResponseLineBinary() - Method in enum org.tio.http.common.HttpResponseStatus
 
getServerInfo() - Method in class org.tio.http.common.HttpConfig
 
getShort(String) - Method in class org.tio.http.common.HttpRequest
 
getShort(String, short) - Method in class org.tio.http.common.HttpRequest
 
getSize() - Method in class org.tio.http.common.UploadFile
 
getStatus() - Method in class org.tio.http.common.HttpResponse
 
getStatus() - Method in enum org.tio.http.common.HttpResponseStatus
 
getString(String) - Method in class org.tio.http.common.HttpRequest
同getParam(String name)
getSubAttribute(String, String) - Static method in class org.tio.http.common.utils.HttpParseUtils
obtain sub attribute
getSupportedSubProtocols() - Method in interface org.tio.websocket.server.handler.IWsSubProtocolsMsgHandler
获取支持的子协议
getTioServer() - Method in class org.tio.http.server.HttpServerStarter
 
getTioServer() - Method in class org.tio.websocket.server.WsServerStarter
 
getTioServerConfig() - Method in class org.tio.http.server.HttpServerStarter
 
getTioServerConfig() - Method in class org.tio.websocket.server.WsServerStarter
 
getToken() - Method in class org.tio.websocket.common.WsSessionContext
 
getUploadFile(String) - Method in class org.tio.http.common.HttpRequest
 
getUserAgent() - Method in class org.tio.http.common.HttpRequest
获取请求头中的User-Agent字段
getValue() - Method in class org.tio.http.common.Cookie
 
getVersion() - Method in class org.tio.http.common.RequestLine
 
getWsBodyLength() - Method in class org.tio.websocket.common.WsPacket
 
getWsBodyText() - Method in class org.tio.websocket.common.WsPacket
 
getWsMask() - Method in class org.tio.websocket.common.WsPacket
 
getWsMsgHandler() - Method in class org.tio.websocket.server.WsServerStarter
 
getWsOpcode() - Method in class org.tio.websocket.common.WsPacket
 
getWsServerConfig() - Method in class org.tio.websocket.server.WsServerStarter
 
getWsTioServerHandler() - Method in class org.tio.websocket.server.WsServerStarter
 
getWsTioServerListener() - Method in class org.tio.websocket.server.WsServerStarter
 
gzip - Static variable in class org.tio.http.common.HeaderValue.Content_Encoding
 
gzip - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderValue.Accept
 
gzip(HttpRequest, HttpResponse) - Static method in class org.tio.http.common.utils.HttpGzipUtils
gzip
gzip(HttpResponse) - Static method in class org.tio.http.common.utils.HttpGzipUtils
gzip

H

handler(HttpRequest) - Method in interface org.tio.http.common.handler.HttpRequestHandler
处理请求
handler(Packet, ChannelContext) - Method in class org.tio.http.server.HttpTioServerHandler
 
handler(Packet, ChannelContext) - Method in class org.tio.websocket.server.WsTioServerHandler
 
handshake(HttpRequest, HttpResponse, ChannelContext) - Method in interface org.tio.websocket.server.handler.IWsMsgHandler
对httpResponse参数进行补充并返回,如果返回null表示不想和对方建立连接,框架会断开连接,如果返回非null,框架会把这个对象发送给对方 注:请不要在这个方法中向对方发送任何消息,因为这个时候握手还没完成,发消息会导致协议交互失败。
hashCode() - Method in class org.tio.http.common.HeaderName
 
hashCode() - Method in class org.tio.http.common.HeaderValue
 
Header() - Constructor for class org.tio.http.common.HttpMultiBodyDecoder.Header
 
HEADER_DATE_LENGTH_1 - Static variable in class org.tio.http.common.HttpResponseEncoder
 
HEADER_FIXED_LENGTH - Static variable in class org.tio.http.common.HttpResponseEncoder
 
HEADER_SERVER_LENGTH - Static variable in class org.tio.http.common.HttpResponseEncoder
 
HeaderName - Class in org.tio.http.common
 
headers - Variable in class org.tio.http.common.HttpRequest
 
headerText - Variable in enum org.tio.http.common.HttpResponseStatus
 
HeaderValue - Class in org.tio.http.common
 
HeaderValue.Cache_Control - Class in org.tio.http.common
 
HeaderValue.Connection - Class in org.tio.http.common
 
HeaderValue.Content_Encoding - Class in org.tio.http.common
 
HeaderValue.Content_Type - Class in org.tio.http.common
 
HeaderValue.Keep_Alive - Class in org.tio.http.common
 
HeaderValue.Server - Class in org.tio.http.common
 
HeaderValue.Upgrade - Class in org.tio.http.common
 
Host - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
HttpConfig - Class in org.tio.http.common
 
HttpConfig(int) - Constructor for class org.tio.http.common.HttpConfig
 
HttpConfig(int, String) - Constructor for class org.tio.http.common.HttpConfig
HttpConfig
httpConfig - Variable in class org.tio.http.common.HttpRequest
 
httpConfig - Variable in class org.tio.http.server.HttpTioServerHandler
 
HttpConst - Interface in org.tio.http.common
 
HttpConst.HttpVersion - Interface in org.tio.http.common
 
HttpConst.RequestBodyFormat - Enum in org.tio.http.common
请求体的格式
HttpConst.RequestHeaderKey - Interface in org.tio.http.common
Accept-Language : zh-CN,zh;q=0.8 Sec-WebSocket-Version : 13 Sec-WebSocket-Extensions : permessage-deflate; client_max_window_bits Upgrade : websocket Host : t-io.org:9321 Accept-Encoding : gzip, deflate, sdch User-Agent : Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Origin : http://www.t-io.org:9292 Sec-WebSocket-Key : kmCL2C7q9vtNSMyHpft7lw== Connection : Upgrade Cache-Control : no-cache Pragma : no-cache
HttpConst.RequestHeaderValue - Interface in org.tio.http.common
 
HttpConst.RequestHeaderValue.Accept - Interface in org.tio.http.common
 
HttpConst.RequestHeaderValue.Connection - Interface in org.tio.http.common
 
HttpConst.RequestHeaderValue.Content_Type - Interface in org.tio.http.common
 
HttpConst.ResponseHeaderKey - Interface in org.tio.http.common
 
HttpConst.ResponseHeaderValue - Interface in org.tio.http.common
 
HttpConst.ResponseHeaderValue.Connection - Interface in org.tio.http.common
 
HttpConst.ResponseHeaderValue.Upgrade - Interface in org.tio.http.common
 
HttpGzipUtils - Class in org.tio.http.common.utils
 
HttpMultiBodyDecoder - Class in org.tio.http.common
 
HttpMultiBodyDecoder() - Constructor for class org.tio.http.common.HttpMultiBodyDecoder
 
HttpMultiBodyDecoder.Header - Class in org.tio.http.common
 
HttpMultiBodyDecoder.MultiBodyHeaderKey - Interface in org.tio.http.common
【 Content-Disposition: form-data; name="uploadFile"; filename="" Content-Type: application/octet-stream 】 【 Content-Disposition: form-data; name="end" 】
HttpMultiBodyDecoder.Step - Enum in org.tio.http.common
 
HttpPacket - Class in org.tio.http.common
 
HttpPacket() - Constructor for class org.tio.http.common.HttpPacket
 
HttpParseUtils - Class in org.tio.http.common.utils
 
HttpRequest - Class in org.tio.http.common
 
HttpRequest(Node) - Constructor for class org.tio.http.common.HttpRequest
 
HttpRequest() - Constructor for class org.tio.http.common.HttpRequest
 
HttpRequestDecoder - Class in org.tio.http.common
http server中使用
HttpRequestDecoder() - Constructor for class org.tio.http.common.HttpRequestDecoder
 
HttpRequestHandler - Interface in org.tio.http.common.handler
http请求处理者
HttpResponse - Class in org.tio.http.common
 
HttpResponse() - Constructor for class org.tio.http.common.HttpResponse
 
HttpResponse(HttpRequest) - Constructor for class org.tio.http.common.HttpResponse
 
HttpResponse(Map<HeaderName, HeaderValue>, byte[]) - Constructor for class org.tio.http.common.HttpResponse
 
HttpResponseEncoder - Class in org.tio.http.common
http server中使用
HttpResponseStatus - Enum in org.tio.http.common
本类直接摘自baseio: https://gitee.com/generallycloud/baseio
谢谢作者整理
HttpServerStarter - Class in org.tio.http.server
 
HttpServerStarter(HttpConfig, HttpRequestHandler) - Constructor for class org.tio.http.server.HttpServerStarter
 
HttpServerStarter(HttpConfig, HttpRequestHandler, SynThreadPoolExecutor, ExecutorService) - Constructor for class org.tio.http.server.HttpServerStarter
 
HttpTioServerHandler - Class in org.tio.http.server
 
HttpTioServerHandler(HttpConfig, HttpRequestHandler) - Constructor for class org.tio.http.server.HttpTioServerHandler
 
HttpTioServerListener - Class in org.tio.http.server
HTTP TioServerListener
HttpTioServerListener() - Constructor for class org.tio.http.server.HttpTioServerListener
 

I

If_Modified_Since - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
initPath - Variable in class org.tio.http.common.RequestLine
 
IpUtils - Class in org.tio.http.common.utils
 
IpUtils() - Constructor for class org.tio.http.common.utils.IpUtils
 
isAppendRequestHeaderString() - Method in class org.tio.http.common.HttpConfig
 
isClosed() - Method in class org.tio.http.common.HttpRequest
 
isForward() - Method in class org.tio.http.common.HttpRequest
 
isHandShake() - Method in class org.tio.websocket.common.WsPacket
是否是握手包
isHandshaked() - Method in class org.tio.websocket.common.WsSessionContext
 
isHasGzipped() - Method in class org.tio.http.common.HttpResponse
 
isHttpOnly() - Method in class org.tio.http.common.Cookie
 
isNeedForward() - Method in class org.tio.http.common.HttpRequest
 
isPageInClasspath() - Method in class org.tio.http.common.HttpConfig
 
isProxied() - Method in class org.tio.http.common.HttpConfig
 
isSecure() - Method in class org.tio.http.common.Cookie
 
isSkipIpStat() - Method in class org.tio.http.common.HttpResponse
 
isSkipTokenStat() - Method in class org.tio.http.common.HttpResponse
 
isStaticRes() - Method in class org.tio.http.common.HttpResponse
 
isWsEof() - Method in class org.tio.websocket.common.WsPacket
 
isWsHasMask() - Method in class org.tio.websocket.common.WsPacket
 
IWsMsgHandler - Interface in org.tio.websocket.server.handler
 
IWsSubProtocolsMsgHandler - Interface in org.tio.websocket.server.handler
websocket 子协议处理器

K

Keep_Alive - Static variable in class org.tio.http.common.HeaderName
 
keep_alive - Static variable in class org.tio.http.common.HeaderValue.Connection
 
Keep_Alive() - Constructor for class org.tio.http.common.HeaderValue.Keep_Alive
 
keep_alive - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderValue.Connection
 
Keep_Alive - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
keep_alive - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderValue.Connection
 

L

Last_Modified - Static variable in class org.tio.http.common.HeaderName
 
Last_Modified - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
文档的最后改动时间。
LOCATION - Static variable in class org.tio.http.common.HeaderName
 
Location - Static variable in class org.tio.http.common.HeaderName
 
Location - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
表示客户应当到哪里去提取文档。
logstr() - Method in class org.tio.http.common.HttpRequest
 
logstr() - Method in class org.tio.http.common.HttpResponse
 
logstr() - Method in class org.tio.websocket.common.WsPacket
 

M

MAX_AGE_60 - Static variable in class org.tio.http.common.HeaderValue.Cache_Control
 
MAX_BODY_LENGTH - Static variable in class org.tio.websocket.common.WsPacket
最多接受的1024 * 512(半M)数据
MAX_FORWARD_COUNT - Static variable in class org.tio.http.common.HttpConfig
最大重定向次数
MAX_LENGTH_OF_BOUNDARY - Static variable in class org.tio.http.common.HttpConfig
文件上传时,boundary值的最大长度
MAX_LENGTH_OF_HEADER - Static variable in class org.tio.http.common.HttpConfig
头部,最多有多少字节,默认:24K
MAX_LENGTH_OF_HEADER_LINE - Static variable in class org.tio.http.common.HttpConfig
头部,每行最大的字节数,默认:8K
MAX_LENGTH_OF_MULTI_BODY - Static variable in class org.tio.http.common.HttpConfig
文件上传时,体的最大长度(默认值2M)
MAX_LENGTH_OF_MULTI_HEADER - Static variable in class org.tio.http.common.HttpConfig
文件上传时,头部的最大长度
MAX_LENGTH_OF_POST_BODY - Static variable in class org.tio.http.common.HttpConfig
POST体的最大长度默认值(2M)
MAX_LENGTH_OF_REQUEST_LINE - Static variable in class org.tio.http.common.HttpConfig
请求行的最大长度,默认:8K
maxForwardCount - Variable in class org.tio.http.common.HttpConfig
 
maxLengthOfHeader - Variable in class org.tio.http.common.HttpConfig
头部,最多有多少字节
maxLengthOfHeaderLine - Variable in class org.tio.http.common.HttpConfig
头部,每行最大的字节数
maxLengthOfRequestLine - Variable in class org.tio.http.common.HttpConfig
请求行的最大长度
Method - Enum in org.tio.http.common
 
method - Variable in class org.tio.http.common.RequestLine
 
MINIMUM_HEADER_LENGTH - Static variable in class org.tio.websocket.common.WsPacket
 
multipart_form_data - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderValue.Content_Type
文件上传

N

name - Variable in class org.tio.http.common.HeaderName
 
NULL_RESPONSE - Static variable in class org.tio.http.common.HttpResponse
 

O

onAfterConnected(ChannelContext, boolean, boolean) - Method in class org.tio.websocket.server.WsTioServerListener
 
onAfterHandshaked(HttpRequest, HttpResponse, ChannelContext) - Method in interface org.tio.websocket.server.handler.IWsMsgHandler
握手成功后触发该方法
onAfterSent(ChannelContext, Packet, boolean) - Method in class org.tio.http.server.HttpTioServerListener
 
onBytes(WsRequest, byte[], ChannelContext) - Method in interface org.tio.websocket.server.handler.IWsMsgHandler
当收到Opcode.BINARY消息时,执行该方法。
onClose(WsRequest, byte[], ChannelContext) - Method in interface org.tio.websocket.server.handler.IWsMsgHandler
当收到Opcode.CLOSE时,执行该方法,业务层在该方法中一般不需要写什么逻辑,空着就好
onText(WsRequest, String, ChannelContext) - Method in interface org.tio.websocket.server.handler.IWsMsgHandler
当收到Opcode.TEXT消息时,执行该方法。
Opcode - Enum in org.tio.websocket.common
 
org.tio.http.common - package org.tio.http.common
 
org.tio.http.common.handler - package org.tio.http.common.handler
 
org.tio.http.common.utils - package org.tio.http.common.utils
 
org.tio.http.server - package org.tio.http.server
 
org.tio.websocket.common - package org.tio.websocket.common
 
org.tio.websocket.server - package org.tio.websocket.server
 
org.tio.websocket.server.handler - package org.tio.websocket.server.handler
 
Origin - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 

P

parseBody(HttpMultiBodyDecoder.Header, HttpRequest, ByteBuffer, String, String, HttpConfig) - Static method in class org.tio.http.common.HttpMultiBodyDecoder
 
parseBodyFormat(HttpRequest, Map<String, String>) - Static method in class org.tio.http.common.HttpRequestDecoder
Content-Type : application/x-www-form-urlencoded; charset=UTF-8 Content-Type : application/x-www-form-urlencoded; charset=UTF-8
parseHeader(List<String>, HttpMultiBodyDecoder.Header, ChannelContext) - Static method in class org.tio.http.common.HttpMultiBodyDecoder
【 Content-Disposition: form-data; name="uploadFile"; filename="" Content-Type: application/octet-stream 】 【 Content-Disposition: form-data; name="end" 】
parseHeaderLine(ByteBuffer, Map<String, String>, int, HttpConfig) - Static method in class org.tio.http.common.HttpRequestDecoder
解析请求头的每一行
parseRequestLine(ByteBuffer, HttpConfig) - Static method in class org.tio.http.common.HttpRequestDecoder
parse request line(the first line)
path - Variable in class org.tio.http.common.RequestLine
 
Pragma - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
protocol - Variable in class org.tio.http.common.RequestLine
 

Q

queryString - Variable in class org.tio.http.common.RequestLine
 

R

Referer - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Refresh - Static variable in class org.tio.http.common.HeaderName
 
Refresh - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
表示浏览器应该在多少时间之后刷新文档,以秒计。
removeAttribute(String) - Method in class org.tio.http.common.HttpPacket
 
removeHeader(String, String) - Method in class org.tio.http.common.HttpRequest
 
REQUEST_KEY - Static variable in class org.tio.http.server.HttpTioServerHandler
 
requestLine - Variable in class org.tio.http.common.HttpRequest
 
RequestLine - Class in org.tio.http.common
 
RequestLine() - Constructor for class org.tio.http.common.RequestLine
 
resp404(HttpRequest, RequestLine) - Method in interface org.tio.http.common.handler.HttpRequestHandler
响应404
resp500(HttpRequest, RequestLine, Throwable) - Method in interface org.tio.http.common.handler.HttpRequestHandler
响应500
responseLine - Variable in enum org.tio.http.common.HttpResponseStatus
 
responseLineBinary - Variable in enum org.tio.http.common.HttpResponseStatus
 

S

searchByRegex(String, Pattern) - Static method in class org.tio.http.common.Cookie
 
Sec_WebSocket_Accept - Static variable in class org.tio.http.common.HeaderName
 
Sec_WebSocket_Accept - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
Sec_WebSocket_Extensions - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Sec_WebSocket_Key - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Sec_Websocket_Protocol - Static variable in class org.tio.http.common.HeaderName
 
Sec_Websocket_Protocol - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Sec_WebSocket_Version - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Server - Static variable in class org.tio.http.common.HeaderName
 
Server() - Constructor for class org.tio.http.common.HeaderValue.Server
 
Server - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
服务器名字。
SERVER_INFO - Static variable in class org.tio.http.common.HeaderValue.Server
 
SERVER_INFO - Static variable in interface org.tio.http.common.HttpConst
服务信息
SET_COOKIE - Static variable in class org.tio.http.common.HeaderName
 
Set_Cookie - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
setAppendRequestHeaderString(boolean) - Method in class org.tio.http.common.HttpConfig
 
setAttribute(String, Serializable) - Method in class org.tio.http.common.HttpPacket
设置属性
setBindIp(String) - Method in class org.tio.http.common.HttpConfig
 
setBody(byte[]) - Method in class org.tio.http.common.HttpPacket
 
setBody(byte[]) - Method in class org.tio.websocket.common.WsPacket
 
setBodyFormat(HttpConst.RequestBodyFormat) - Method in class org.tio.http.common.HttpRequest
 
setBodys(byte[][]) - Method in class org.tio.websocket.common.WsPacket
 
setBodyString(String) - Method in class org.tio.http.common.HttpRequest
 
setBytes(byte[]) - Method in class org.tio.http.common.Cookie
 
setChannelContext(ChannelContext) - Method in class org.tio.http.common.HttpRequest
 
setCharset(Charset) - Method in class org.tio.http.common.HttpConfig
 
setCharset(Charset) - Method in class org.tio.http.common.HttpRequest
 
setCharset(Charset) - Method in class org.tio.http.common.HttpResponse
 
setCheckHost(boolean) - Method in class org.tio.http.common.HttpConfig
 
setClosed(boolean) - Method in class org.tio.http.common.HttpRequest
 
setCompatible1_0(boolean) - Method in class org.tio.http.common.HttpConfig
 
setConnection(String) - Method in class org.tio.http.common.HttpRequest
 
setContentDisposition(String) - Method in class org.tio.http.common.HttpMultiBodyDecoder.Header
 
setContentLength(int) - Method in class org.tio.http.common.HttpRequest
 
setContentType(String) - Method in class org.tio.http.common.HttpMultiBodyDecoder.Header
 
setCookies(List<Cookie>) - Method in class org.tio.http.common.HttpResponse
 
setCreateTime(long) - Method in class org.tio.http.common.HttpRequest
 
setData(byte[]) - Method in class org.tio.http.common.UploadFile
 
setDomain(String) - Method in class org.tio.http.common.Cookie
 
setExpires(String) - Method in class org.tio.http.common.Cookie
 
setFilename(String) - Method in class org.tio.http.common.HttpMultiBodyDecoder.Header
 
setForward(boolean) - Method in class org.tio.http.common.HttpRequest
 
setHandShake(boolean) - Method in class org.tio.websocket.common.WsPacket
 
setHandshaked(boolean) - Method in class org.tio.websocket.common.WsSessionContext
 
setHandshakeRequest(HttpRequest) - Method in class org.tio.websocket.common.WsSessionContext
 
setHandshakeResponse(HttpResponse) - Method in class org.tio.websocket.common.WsSessionContext
 
setHasGzipped(boolean) - Method in class org.tio.http.common.HttpResponse
 
setHeaders(Map<String, String>) - Method in class org.tio.http.common.HttpRequest
设置好header后,会把cookie等头部信息也设置好
setHeaderString(String) - Method in class org.tio.http.common.HttpPacket
 
setHttpConfig(HttpConfig) - Method in class org.tio.http.common.HttpRequest
 
setHttpOnly(boolean) - Method in class org.tio.http.common.Cookie
 
setHttpRequestHandler(HttpRequestHandler) - Method in class org.tio.http.common.HttpConfig
 
setHttpRequestHandler(HttpRequestHandler) - Method in class org.tio.http.server.HttpServerStarter
 
setHttpRequestPacket(HttpRequest) - Method in class org.tio.http.common.HttpResponse
 
setInitPath(String) - Method in class org.tio.http.common.RequestLine
 
setLastModified(HeaderValue) - Method in class org.tio.http.common.HttpResponse
 
setLastParts(List<byte[]>) - Method in class org.tio.websocket.common.WsSessionContext
 
setMap(Map<String, String>) - Method in class org.tio.http.common.HttpMultiBodyDecoder.Header
 
setMaxAge(Long) - Method in class org.tio.http.common.Cookie
 
setMaxForwardCount(int) - Method in class org.tio.http.common.HttpConfig
 
setMaxLengthOfHeader(int) - Method in class org.tio.http.common.HttpConfig
 
setMaxLengthOfHeaderLine(int) - Method in class org.tio.http.common.HttpConfig
 
setMaxLengthOfMultiBody(int) - Method in class org.tio.http.common.HttpConfig
 
setMaxLengthOfPostBody(int) - Method in class org.tio.http.common.HttpConfig
 
setMaxLengthOfRequestLine(int) - Method in class org.tio.http.common.HttpConfig
 
setMethod(Method) - Method in class org.tio.http.common.RequestLine
 
setName(String) - Method in class org.tio.http.common.Cookie
 
setName(String) - Method in class org.tio.http.common.HttpConfig
 
setName(String) - Method in class org.tio.http.common.HttpMultiBodyDecoder.Header
 
setName(String) - Method in class org.tio.http.common.UploadFile
 
setNeedForward(boolean) - Method in class org.tio.http.common.HttpRequest
 
setPageInClasspath(boolean) - Method in class org.tio.http.common.HttpConfig
 
setParams(Map<String, Object[]>) - Method in class org.tio.http.common.HttpRequest
 
setPath(String) - Method in class org.tio.http.common.Cookie
 
setPath(String) - Method in class org.tio.http.common.RequestLine
譬如http://www.163.com/user/get?
setProtocol(String) - Method in class org.tio.http.common.RequestLine
 
setProxied(boolean) - Method in class org.tio.http.common.HttpConfig
 
setQueryString(String) - Method in class org.tio.http.common.RequestLine
譬如http://www.163.com/user/get?
setRemote(Node) - Method in class org.tio.http.common.HttpRequest
 
setRequestLine(RequestLine) - Method in class org.tio.http.common.HttpRequest
 
setRespForBlackIp(HttpResponse) - Method in class org.tio.http.common.HttpConfig
 
setSecure(boolean) - Method in class org.tio.http.common.Cookie
 
setServerInfo(String) - Method in class org.tio.http.common.HttpConfig
 
setSize(int) - Method in class org.tio.http.common.UploadFile
 
setSkipIpStat(boolean) - Method in class org.tio.http.common.HttpResponse
 
setSkipTokenStat(boolean) - Method in class org.tio.http.common.HttpResponse
 
setStaticRes(boolean) - Method in class org.tio.http.common.HttpResponse
 
setStatus(HttpResponseStatus) - Method in class org.tio.http.common.HttpResponse
 
setToken(String) - Method in class org.tio.websocket.common.WsSessionContext
 
setValue(String) - Method in class org.tio.http.common.Cookie
 
setVersion(String) - Method in class org.tio.http.common.RequestLine
 
setWsBodyLength(long) - Method in class org.tio.websocket.common.WsPacket
 
setWsBodyText(String) - Method in class org.tio.websocket.common.WsPacket
 
setWsEof(boolean) - Method in class org.tio.websocket.common.WsPacket
 
setWsHasMask(boolean) - Method in class org.tio.websocket.common.WsPacket
 
setWsMask(byte[]) - Method in class org.tio.websocket.common.WsPacket
 
setWsOpcode(Opcode) - Method in class org.tio.websocket.common.WsPacket
 
start() - Method in class org.tio.http.server.HttpServerStarter
 
start() - Method in class org.tio.websocket.server.WsServerStarter
 
status - Variable in enum org.tio.http.common.HttpResponseStatus
 
stop() - Method in class org.tio.http.server.HttpServerStarter
 

T

TEXT_HTML_HTML - Static variable in class org.tio.http.common.HeaderValue.Content_Type
 
text_plain - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderValue.Content_Type
普通文本,一般会是json或是xml
TEXT_PLAIN_JSON - Static variable in class org.tio.http.common.HeaderValue.Content_Type
 
TEXT_PLAIN_TXT - Static variable in class org.tio.http.common.HeaderValue.Content_Type
 
TIMEOUT_10_MAX_20 - Static variable in class org.tio.http.common.HeaderValue.Keep_Alive
 
toString() - Method in class org.tio.http.common.Cookie
 
toString() - Method in class org.tio.http.common.HeaderName
 
toString() - Method in class org.tio.http.common.HeaderValue
 
toString() - Method in class org.tio.http.common.HttpRequest
 
toString() - Method in class org.tio.http.common.HttpResponse
 
toString() - Method in class org.tio.http.common.RequestLine
 
toUrlEncodedString(String) - Method in class org.tio.http.common.RequestLine
用来编码用的 "GET /json?

U

updateWebSocketProtocol(HttpRequest) - Method in class org.tio.websocket.server.WsTioServerHandler
本方法改编自baseio: baseio
感谢开源作者的付出
Upgrade - Static variable in class org.tio.http.common.HeaderName
 
Upgrade - Static variable in class org.tio.http.common.HeaderValue.Connection
 
Upgrade() - Constructor for class org.tio.http.common.HeaderValue.Upgrade
 
Upgrade - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 
Upgrade - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderValue.Connection
 
Upgrade - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderKey
 
Upgrade - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderValue.Connection
 
UploadFile - Class in org.tio.http.common
 
UploadFile() - Constructor for class org.tio.http.common.UploadFile
 
User_Agent - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
 

V

V1_0 - Static variable in interface org.tio.http.common.HttpConst.HttpVersion
 
V1_1 - Static variable in interface org.tio.http.common.HttpConst.HttpVersion
 
value - Variable in class org.tio.http.common.HeaderValue
 
valueOf(String) - Static method in enum org.tio.http.common.HttpConst.RequestBodyFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tio.http.common.HttpMultiBodyDecoder.Step
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tio.http.common.HttpResponseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tio.http.common.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tio.websocket.common.Opcode
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum org.tio.websocket.common.Opcode
 
values() - Static method in enum org.tio.http.common.HttpConst.RequestBodyFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tio.http.common.HttpMultiBodyDecoder.Step
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tio.http.common.HttpResponseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tio.http.common.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tio.websocket.common.Opcode
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.tio.http.common.RequestLine
 

W

WebSocket - Static variable in class org.tio.http.common.HeaderValue.Upgrade
 
WebSocket - Static variable in interface org.tio.http.common.HttpConst.ResponseHeaderValue.Upgrade
 
WS_SESSION_CONTEXT_KEY - Static variable in class org.tio.websocket.common.WsSessionContext
 
WsPacket - Class in org.tio.websocket.common
 
WsPacket() - Constructor for class org.tio.websocket.common.WsPacket
 
WsPacket(byte[]) - Constructor for class org.tio.websocket.common.WsPacket
 
WsRequest - Class in org.tio.websocket.common
 
WsRequest() - Constructor for class org.tio.websocket.common.WsRequest
 
WsResponse - Class in org.tio.websocket.common
 
WsResponse() - Constructor for class org.tio.websocket.common.WsResponse
 
WsServerDecoder - Class in org.tio.websocket.common
 
WsServerEncoder - Class in org.tio.websocket.common
参考了baseio: https://gitee.com/generallycloud/baseio com.generallycloud.nio.codec.http11.WebSocketProtocolEncoder
WsServerStarter - Class in org.tio.websocket.server
 
WsServerStarter(int, IWsMsgHandler) - Constructor for class org.tio.websocket.server.WsServerStarter
 
WsServerStarter(int, IWsMsgHandler, SynThreadPoolExecutor, ThreadPoolExecutor) - Constructor for class org.tio.websocket.server.WsServerStarter
 
WsServerStarter(HttpConfig, IWsMsgHandler) - Constructor for class org.tio.websocket.server.WsServerStarter
 
WsServerStarter(HttpConfig, IWsMsgHandler, SynThreadPoolExecutor, ThreadPoolExecutor) - Constructor for class org.tio.websocket.server.WsServerStarter
 
WsServerStarter(HttpConfig, IWsMsgHandler, TioUuid, SynThreadPoolExecutor, ThreadPoolExecutor) - Constructor for class org.tio.websocket.server.WsServerStarter
 
WsSessionContext - Class in org.tio.websocket.common
 
WsSessionContext() - Constructor for class org.tio.websocket.common.WsSessionContext
 
WsTioServerHandler - Class in org.tio.websocket.server
 
WsTioServerHandler(HttpConfig, IWsMsgHandler) - Constructor for class org.tio.websocket.server.WsTioServerHandler
 
WsTioServerListener - Class in org.tio.websocket.server
 
WsTioServerListener() - Constructor for class org.tio.websocket.server.WsTioServerListener
 

X

X_Requested_With - Static variable in interface org.tio.http.common.HttpConst.RequestHeaderKey
值为XMLHttpRequest则为Ajax
A B C D E F G H I K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2025. All rights reserved.