A C D E G H I L R S T
A
- AccessToken - com.github.sseserver中的接口
-
当前登录用户
- AccessUser - com.github.sseserver中的接口
-
当前登录用户
- addConnectListener(String, String, Consumer<SseEmitter<ACCESS_USER>>) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- addConnectListener(String, Consumer<SseEmitter<ACCESS_USER>>) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- addConnectListener(Consumer<SseEmitter<ACCESS_USER>>) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- addConnectListener(String, String, Consumer<SseEmitter<ACCESS_USER>>) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- addConnectListener(String, Consumer<SseEmitter<ACCESS_USER>>) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- addConnectListener(Consumer<SseEmitter<ACCESS_USER>>) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- addConnectListener(Consumer<SseEmitter<ACCESS_USER>>) - 类 中的方法com.github.sseserver.SseEmitter
-
- addDisConnectListener(Consumer<SseEmitter<ACCESS_USER>>) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- addDisConnectListener(String, Consumer<SseEmitter<ACCESS_USER>>) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- addDisConnectListener(Consumer<SseEmitter<ACCESS_USER>>) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- addDisConnectListener(String, Consumer<SseEmitter<ACCESS_USER>>) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- addDisConnectListener(Consumer<SseEmitter<ACCESS_USER>>) - 类 中的方法com.github.sseserver.SseEmitter
-
C
- com.github.sseserver - 程序包 com.github.sseserver
-
- connect(ACCESS_USER, Long) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
创建用户连接并返回 SseEmitter
- connect(ACCESS_USER, Long, Map<String, Object>) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- connect(ACCESS_USER, Long) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
创建用户连接并返回 SseEmitter
- connect(ACCESS_USER, Long, Map<String, Object>) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- connect(Map, Map, Long, HttpServletRequest) - 类 中的方法com.github.sseserver.SseWebController
-
创建连接
- CustomerAccessUser - com.github.sseserver中的接口
-
客户作为租户数据隔离的用户
D
- disconnect() - 类 中的方法com.github.sseserver.SseEmitter
-
- disconnect(Long) - 类 中的方法com.github.sseserver.SseWebController
-
关闭连接
- disconnect0(Long) - 类 中的方法com.github.sseserver.SseWebController
-
关闭连接
- disconnectByAccessToken(String) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- disconnectByAccessToken(String) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- disconnectByConnectionId(Long) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- disconnectByConnectionId(Long) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- disconnectByUserId(Object) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- disconnectByUserId(Object) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
E
- equals(Object) - 类 中的方法com.github.sseserver.SseEmitter
-
- event() - 类 中的静态方法com.github.sseserver.SseEmitter
-
G
- getAccessToken() - 接口 中的方法com.github.sseserver.AccessToken
-
使用者自己业务系统的登录连接令牌
- getAccessToken() - 类 中的方法com.github.sseserver.SseEmitter
-
- getAccessTokenCount() - 接口 中的方法com.github.sseserver.LocalConnectionService
-
获取当前登录端数量
- getAccessTokenCount() - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
获取当前登录端数量
- getAccessTokens() - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getAccessTokens() - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getAccessUser() - 类 中的方法com.github.sseserver.SseEmitter
-
- getAttribute(String) - 类 中的方法com.github.sseserver.SseEmitter
-
- getAttributeMap() - 类 中的方法com.github.sseserver.SseEmitter
-
- getBeanName() - 接口 中的方法com.github.sseserver.LocalConnectionService
-
可以在spring里多实例 (例如:HR系统的用户链接,猎头系统的用户链接)
- getBeanName() - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getChannel() - 类 中的方法com.github.sseserver.SseEmitter
-
- getChannels() - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getChannels() - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getCode() - 类 中的方法com.github.sseserver.SseWebController.ResponseWrap
-
- getConnectionAll() - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getConnectionAll() - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getConnectionByAccessToken(String) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getConnectionByAccessToken(String) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getConnectionByChannel(String) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getConnectionByChannel(String) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getConnectionByCustomerId(Object) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getConnectionByCustomerId(Object) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getConnectionById(Long) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getConnectionById(Long) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getConnectionByUserId(Object) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getConnectionByUserId(Object) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getConnectionCount() - 接口 中的方法com.github.sseserver.LocalConnectionService
-
获取当前连接数量
- getConnectionCount() - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
获取当前连接数量
- getConnectionIds() - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getConnectionIds() - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getCount() - 类 中的方法com.github.sseserver.SseEmitter
-
- getCreateTime() - 类 中的方法com.github.sseserver.SseEmitter
-
- getCustomerId() - 接口 中的方法com.github.sseserver.CustomerAccessUser
-
- getCustomerId() - 类 中的方法com.github.sseserver.SseEmitter
-
- getCustomerIds() - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getCustomerIds() - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- getData() - 类 中的方法com.github.sseserver.SseWebController.ResponseWrap
-
- getErrorMessage() - 类 中的方法com.github.sseserver.SseWebController.ResponseWrap
-
- getId() - 接口 中的方法com.github.sseserver.AccessUser
-
- getId() - 类 中的方法com.github.sseserver.SseEmitter
-
- getMessage() - 类 中的方法com.github.sseserver.SseWebController.ResponseWrap
-
- getName() - 接口 中的方法com.github.sseserver.AccessUser
-
- getUserCount() - 接口 中的方法com.github.sseserver.LocalConnectionService
-
获取当前用户数量
- getUserCount() - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
获取当前用户数量
- getUserId() - 类 中的方法com.github.sseserver.SseEmitter
-
- getUserIds() - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- getUserIds() - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
H
- hashCode() - 类 中的方法com.github.sseserver.SseEmitter
-
I
- isBlank(CharSequence) - 类 中的方法com.github.sseserver.SseWebController
-
- isConnect() - 类 中的方法com.github.sseserver.SseEmitter
-
- isDisconnect() - 类 中的方法com.github.sseserver.SseEmitter
-
- isSuccess() - 类 中的方法com.github.sseserver.SseWebController.ResponseWrap
-
L
- LocalConnectionService - com.github.sseserver中的接口
-
单机长连接(非分布式)
1.
- LocalConnectionServiceImpl - com.github.sseserver中的类
-
单机长连接(非分布式)
1.
- LocalConnectionServiceImpl() - 类 的构造器com.github.sseserver.LocalConnectionServiceImpl
-
R
- removeAttribute(String) - 类 中的方法com.github.sseserver.SseEmitter
-
- ResponseWrap() - 类 的构造器com.github.sseserver.SseWebController.ResponseWrap
-
- ResponseWrap(T) - 类 的构造器com.github.sseserver.SseWebController.ResponseWrap
-
S
- send(Collection<SseEmitter>, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- send(Collection<SseEmitter>, SseEmitter.SseEventBuilder) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- send(SseEmitter<ACCESS_USER>, SseEmitter.SseEventBuilder) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- send(SseEmitter.SseEventBuilder) - 类 中的方法com.github.sseserver.SseEmitter
-
- send(Map, Map) - 类 中的方法com.github.sseserver.SseWebController
-
推送给所有人
- sendAll(SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendAll(SseEmitter.SseEventBuilder) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- sendByAccessToken(Collection<String>, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendByAccessToken(String, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendByAccessToken(Collection<String>, SseEmitter.SseEventBuilder) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- sendByChannel(Collection<String>, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendByChannel(String, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendByChannel(Collection<String>, SseEmitter.SseEventBuilder) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- sendByConnectionId(Collection<Long>, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendByConnectionId(Long, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendByConnectionId(Collection<Long>, SseEmitter.SseEventBuilder) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- sendByCustomerId(Collection<?>, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendByCustomerId(Object, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendByCustomerId(Collection<?>, SseEmitter.SseEventBuilder) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- sendByUserId(Collection<?>, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendByUserId(Object, SseEmitter.SseEventBuilder) - 接口 中的方法com.github.sseserver.LocalConnectionService
-
- sendByUserId(Collection<?>, SseEmitter.SseEventBuilder) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- sendOne(Map, Map, Object) - 类 中的方法com.github.sseserver.SseWebController
-
发送给单个人
- setAttribute(String, Object) - 类 中的方法com.github.sseserver.SseEmitter
-
- setBeanName(String) - 类 中的方法com.github.sseserver.LocalConnectionServiceImpl
-
- setChannel(String) - 类 中的方法com.github.sseserver.SseEmitter
-
- setCode(int) - 类 中的方法com.github.sseserver.SseWebController.ResponseWrap
-
- setData(T) - 类 中的方法com.github.sseserver.SseWebController.ResponseWrap
-
- setErrorMessage(String) - 类 中的方法com.github.sseserver.SseWebController.ResponseWrap
-
- setLocalConnectionService(LocalConnectionService) - 类 中的方法com.github.sseserver.SseWebController
-
- setLocalConnectionServiceMap(Map<String, LocalConnectionService>) - 类 中的方法com.github.sseserver.SseWebController
-
- setMessage(String) - 类 中的方法com.github.sseserver.SseWebController.ResponseWrap
-
- setSuccess(boolean) - 类 中的方法com.github.sseserver.SseWebController.ResponseWrap
-
- SseEmitter<ACCESS_USER extends AccessUser & AccessToken> - com.github.sseserver中的类
-
- SseEmitter(Long) - 类 的构造器com.github.sseserver.SseEmitter
-
timeout = 0是永不过期
- SseEmitter(Long, ACCESS_USER) - 类 的构造器com.github.sseserver.SseEmitter
-
timeout = 0是永不过期
- SseWebController<ACCESS_USER extends AccessUser & AccessToken> - com.github.sseserver中的类
-
消息事件推送 (非分布式)
注: !!
- SseWebController() - 类 的构造器com.github.sseserver.SseWebController
-
- SseWebController.ResponseWrap<T> - com.github.sseserver中的类
-
T
- toString() - 类 中的方法com.github.sseserver.SseEmitter
-
A C D E G H I L R S T
Copyright © 2022. All rights reserved.