索引

A C G I J M N O R S T W 
All Classes and Interfaces|常量字段值|所有程序包

A

addClients(SocketClient...) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
addClients(T...) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 
all() - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
all() - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 

C

cn.jrack.springboot.websocket.config - 程序包 cn.jrack.springboot.websocket.config
 
cn.jrack.springboot.websocket.core.handler - 程序包 cn.jrack.springboot.websocket.core.handler
 
cn.jrack.springboot.websocket.core.pojo - 程序包 cn.jrack.springboot.websocket.core.pojo
 
CONNECT - 接口中的静态变量 cn.jrack.springboot.websocket.core.pojo.WebsocketMessageType
 

G

getClientByTag(String) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
getClientByTag(String) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 
getClientsByTags(String...) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
getClientsByTags(String...) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 
getInstance() - 类中的静态方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
getSession() - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketClient
 
getSession() - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Client
 
getTag() - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketClient
 
getTag() - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Client
 

I

IMAGE - 接口中的静态变量 cn.jrack.springboot.websocket.core.pojo.WebsocketMessageType
 

J

JkWebSocketAutoConfiguration - cn.jrack.springboot.websocket.config中的类
 
JkWebSocketAutoConfiguration() - 类的构造器 cn.jrack.springboot.websocket.config.JkWebSocketAutoConfiguration
 

M

MSG - 接口中的静态变量 cn.jrack.springboot.websocket.core.pojo.WebsocketMessageType
 

N

NOTICE - 接口中的静态变量 cn.jrack.springboot.websocket.core.pojo.WebsocketMessageType
 

O

onClose() - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketClient
 
onClose() - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.LinkPoint
 
onError(Session, Throwable) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketClient
 
onError(Session, Throwable) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.LinkPoint
 
onMessage(String) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketClient
 
onMessage(String) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.LinkPoint
 
onOpen(Session, String) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketClient
 
onOpen(Session, String) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.LinkPoint
 

R

removeClients(SocketClient...) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
removeClients(T...) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 

S

send(Object) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketClient
 
send(Object) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Client
 
send(Object, SocketClient...) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
send(Object, T...) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 
sendMsg(String, String, String, String) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketClient
 
sendText(String) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketClient
 
sendText(String) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Client
 
sendText(String, SocketClient...) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
sendText(String, T...) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 
sendTextToAll(String) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
sendTextToAll(String) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 
sendTextToOther(String, SocketClient...) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
sendTextToOther(String, T...) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 
sendToAll(Object) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
sendToAll(Object) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 
sendToOther(Object, SocketClient...) - 类中的方法 cn.jrack.springboot.websocket.core.handler.SocketManager
 
sendToOther(Object, T...) - 接口中的方法 cn.jrack.springboot.websocket.core.handler.Websocket.Manager
 
serverEndpointExporter() - 类中的方法 cn.jrack.springboot.websocket.config.JkWebSocketAutoConfiguration
 
SocketClient - cn.jrack.springboot.websocket.core.handler中的类
 
SocketClient() - 类的构造器 cn.jrack.springboot.websocket.core.handler.SocketClient
 
SocketManager - cn.jrack.springboot.websocket.core.handler中的类
 

T

toString() - 类中的方法 cn.jrack.springboot.websocket.core.pojo.WebsocketMessage
 

W

Websocket - cn.jrack.springboot.websocket.core.handler中的接口
 
Websocket.Client - cn.jrack.springboot.websocket.core.handler中的接口
 
Websocket.LinkPoint - cn.jrack.springboot.websocket.core.handler中的接口
 
Websocket.Manager<T extends Websocket.Client> - cn.jrack.springboot.websocket.core.handler中的接口
 
WebsocketMessage - cn.jrack.springboot.websocket.core.pojo中的类
 
WebsocketMessage() - 类的构造器 cn.jrack.springboot.websocket.core.pojo.WebsocketMessage
 
WebsocketMessageType - cn.jrack.springboot.websocket.core.pojo中的接口
 
WebsocketUser - cn.jrack.springboot.websocket.core.pojo中的类
 
WebsocketUser() - 类的构造器 cn.jrack.springboot.websocket.core.pojo.WebsocketUser
 
A C G I J M N O R S T W 
All Classes and Interfaces|常量字段值|所有程序包