跳过导航链接
A C D E F G M N O R S T W 

A

AbsFastWebSocketHandler - top.doudou.web.socket.handler中的类
 
AbsFastWebSocketHandler() - 类 的构造器top.doudou.web.socket.handler.AbsFastWebSocketHandler
 

C

close(Session) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
默认onClose的实现
count - 类 中的静态变量top.doudou.web.socket.handler.AbsFastWebSocketHandler
连接的个数

D

DynamicLogEndpoint - top.doudou.web.socket中的类
 
DynamicLogEndpoint() - 类 的构造器top.doudou.web.socket.DynamicLogEndpoint
 
DynamicLogServer - top.doudou.web.socket中的类
 
DynamicLogServer() - 类 的构造器top.doudou.web.socket.DynamicLogServer
 

E

error(Session, Throwable) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
默认onError的实现

F

FastEndpointConfigure - top.doudou.web.socket.config中的类
 
FastEndpointConfigure() - 类 的构造器top.doudou.web.socket.config.FastEndpointConfigure
 
fastEndpointConfigure() - 类 中的方法top.doudou.web.socket.config.WebSocketConfig
支持注入其他类

G

getEndpointInstance(Class<T>) - 类 中的方法top.doudou.web.socket.config.FastEndpointConfigure
 
getUserHome() - 类 中的方法top.doudou.web.socket.controller.SystemPropertyController
 
getUserId(ServerHttpRequest) - 接口 中的方法top.doudou.web.socket.handler.RequestUserHandler
走request中获取用户的id
getUserInfo(ServerHttpRequest) - 接口 中的方法top.doudou.web.socket.handler.RequestUserHandler
走request中获取用户的信息
getWebsocketType() - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
 

M

main(String[]) - 类 中的静态方法top.doudou.web.socket.DynamicLogServer
 
message(String, Session) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
默认onMessage的实现
MessageDto - top.doudou.web.socket.entity中的类
 
MessageDto() - 类 的构造器top.doudou.web.socket.entity.MessageDto
 
MessageDto(String) - 类 的构造器top.doudou.web.socket.entity.MessageDto
 
MessageDto(Long, Long, String) - 类 的构造器top.doudou.web.socket.entity.MessageDto
 

N

noticeUser(Long, String) - 类 中的方法top.doudou.web.socket.controller.WebSocketController
 

O

onClose(Session) - 类 中的方法top.doudou.web.socket.DynamicLogEndpoint
连接关闭调用的方法
onClose(Session) - 类 中的方法top.doudou.web.socket.DynamicLogServer
连接关闭调用的方法
onClose(Session) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
连接关闭调用的方法 需要实现的类上加@OnClose注解
onClose(Session) - 类 中的方法top.doudou.web.socket.WebSocketNoticeServer
连接关闭调用的方法
onError(Session, Throwable) - 类 中的方法top.doudou.web.socket.DynamicLogEndpoint
发生错误时调用 需要实现的类上加@OnError注解
onError(Session, Throwable) - 类 中的方法top.doudou.web.socket.DynamicLogServer
发生错误时调用 需要实现的类上加@OnError注解
onError(Session, Throwable) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
发生错误时调用 需要实现的类上加@OnError注解
onError(Session, Throwable) - 类 中的方法top.doudou.web.socket.WebSocketNoticeServer
发生错误时调用 需要实现的类上加@OnError注解
onMessage(String, Session) - 类 中的方法top.doudou.web.socket.DynamicLogEndpoint
服务器接收到客户端消息时调用的方法 需要实现的类上加@OnMessage注解
onMessage(String, Session) - 类 中的方法top.doudou.web.socket.DynamicLogServer
服务器接收到客户端消息时调用的方法 需要实现的类上加@OnMessage注解
onMessage(String, Session) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
服务器接收到客户端消息时调用的方法 需要实现的类上加@OnMessage注解
onMessage(String, Session) - 类 中的方法top.doudou.web.socket.WebSocketNoticeServer
服务器接收到客户端消息时调用的方法 需要实现的类上加@OnMessage注解
onOpen(Session, String) - 类 中的方法top.doudou.web.socket.DynamicLogEndpoint
连接建立成功调用的方法
onOpen(Session) - 类 中的方法top.doudou.web.socket.DynamicLogServer
连接建立成功调用的方法
onOpen(Session) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
连接建立成功调用的方法 需要实现的类上加@OnOpen注解
onOpen(Long, Session) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
连接建立成功调用的方法 要实现的类上加@OnOpen注解
onOpen(String, Session) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
连接建立成功调用的方法 要实现的类上加@OnOpen注解
onOpen(Long, Session) - 类 中的方法top.doudou.web.socket.WebSocketNoticeServer
 
open(Session) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
默认onOpen的实现

R

RequestUserHandler<T> - top.doudou.web.socket.handler中的接口
 

S

send(Session, MessageDto) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
封装一个send方法,发送消息到前端
send(Session, String) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
 
send(Long, MessageDto) - 类 中的方法top.doudou.web.socket.WebSocketNoticeServer
 
sendAll(MessageDto) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
广播所有
serverEndpointExporter() - 类 中的方法top.doudou.web.socket.config.WebSocketConfig
用途:扫描并注册所有携带@ServerEndpoint注解的实例。
sessionMap - 类 中的静态变量top.doudou.web.socket.handler.AbsFastWebSocketHandler
连接集合
setApplicationContext(ApplicationContext) - 类 中的方法top.doudou.web.socket.config.FastEndpointConfigure
 
setWebsocketType(String) - 类 中的方法top.doudou.web.socket.handler.AbsFastWebSocketHandler
 
SystemPropertyController - top.doudou.web.socket.controller中的类
 
SystemPropertyController() - 类 的构造器top.doudou.web.socket.controller.SystemPropertyController
 

T

top.doudou.web.socket - 程序包 top.doudou.web.socket
 
top.doudou.web.socket.config - 程序包 top.doudou.web.socket.config
 
top.doudou.web.socket.controller - 程序包 top.doudou.web.socket.controller
 
top.doudou.web.socket.entity - 程序包 top.doudou.web.socket.entity
 
top.doudou.web.socket.handler - 程序包 top.doudou.web.socket.handler
 
toString() - 类 中的方法top.doudou.web.socket.entity.MessageDto
 

W

WebSocketConfig - top.doudou.web.socket.config中的类
 
WebSocketConfig() - 类 的构造器top.doudou.web.socket.config.WebSocketConfig
 
WebSocketController - top.doudou.web.socket.controller中的类
 
WebSocketController() - 类 的构造器top.doudou.web.socket.controller.WebSocketController
 
WebSocketNoticeServer - top.doudou.web.socket中的类
 
WebSocketNoticeServer() - 类 的构造器top.doudou.web.socket.WebSocketNoticeServer
 
websocketType - 类 中的变量top.doudou.web.socket.handler.AbsFastWebSocketHandler
 
A C D E F G M N O R S T W 
跳过导航链接

Copyright © 2022 Pivotal Software, Inc.. All rights reserved.