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

A

addRepeatedField(Descriptors.FieldDescriptor, Object) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
addSession(String, IWsSession<?>) - 类 中的方法plus.jdk.websocket.global.SessionGroupManager
 
afterPropertiesSet() - 类 中的方法plus.jdk.websocket.config.WebsocketAutoConfiguration
 
afterSingletonsInstantiated() - 类 中的方法plus.jdk.websocket.global.ServerEndpointExporter
 
alloc() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Return the assigned ByteBufAllocator which will be used to allocate ByteBufs.
authenticate(Channel, FullHttpRequest, String, WebsocketProperties) - 类 中的方法plus.jdk.websocket.global.DefaultSessionAuthenticatorManager
 
authenticate(Channel, FullHttpRequest, String, WebsocketProperties) - 接口 中的方法plus.jdk.websocket.global.IWSSessionAuthenticatorManager
当建立连接时鉴权.

B

build() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
buildParameters() - 类 中的方法plus.jdk.websocket.global.WebsocketMethodMapping
 
buildPartial() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
ByteMethodArgumentResolver - plus.jdk.websocket.support中的类
 
ByteMethodArgumentResolver() - 类 的构造器plus.jdk.websocket.support.ByteMethodArgumentResolver
 
bytesBeforeUnwritable() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Get how many bytes can be written until IWsSession.isWritable() returns false.
bytesBeforeWritable() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Get how many bytes must be drained from underlying buffers until IWsSession.isWritable() returns true.

C

channelInactive(ChannelHandlerContext) - 类 中的方法plus.jdk.websocket.global.HttpServerHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法plus.jdk.websocket.global.WebSocketServerHandler
 
ChannelModel - plus.jdk.websocket.model中的类
 
ChannelModel() - 类 的构造器plus.jdk.websocket.model.ChannelModel
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - 类 中的方法plus.jdk.websocket.global.HttpServerHandler
 
channelRead0(ChannelHandlerContext, WebSocketFrame) - 类 中的方法plus.jdk.websocket.global.WebSocketServerHandler
 
clear() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
clearData() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional bytes data = 4;
clearField(Descriptors.FieldDescriptor) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
clearMessageId() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string message_id = 1;
clearOneof(Descriptors.OneofDescriptor) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
clearPath() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string path = 3;
clearType() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional .plus.jdk.websocket.protoc.MessageType type = 5;
clearUid() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string uid = 2;
clone() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
close() - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
close(ChannelPromise) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
closeFuture() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Returns the ChannelFuture which will be notified when this channel is closed.
config() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Returns the configuration of this channel.

D

DATA_FIELD_NUMBER - 类 中的静态变量plus.jdk.websocket.protoc.WsMessage
 
DefaultSessionAuthenticatorManager - plus.jdk.websocket.global中的类
 
DefaultSessionAuthenticatorManager() - 类 的构造器plus.jdk.websocket.global.DefaultSessionAuthenticatorManager
 
destroy() - 类 中的方法plus.jdk.websocket.config.WebsocketAutoConfiguration
 
doBeforeHandshake(Channel, FullHttpRequest, String) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
执行握手
doOnBinary(Channel, WebSocketFrame) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
 
doOnClose(Channel) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
 
doOnError(Channel, Throwable) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
 
doOnEvent(Channel, Object) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
 
doOnMessage(Channel, WebSocketFrame) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
 
doOnOpen(Channel, FullHttpRequest, String) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
 

E

EnableWebSocket - plus.jdk.websocket.annotations中的注释类型
 
EventMethodArgumentResolver - plus.jdk.websocket.support中的类
 
EventMethodArgumentResolver(AbstractBeanFactory) - 类 的构造器plus.jdk.websocket.support.EventMethodArgumentResolver
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法plus.jdk.websocket.global.HttpServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法plus.jdk.websocket.global.WebSocketServerHandler
 

F

flush() - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
forNumber(int) - 枚举 中的静态方法plus.jdk.websocket.protoc.MessageType
 

G

getAllUdpMonitors(WebsocketProperties) - 接口 中的方法plus.jdk.websocket.global.IWSSessionAuthenticatorManager
返回当前集群有哪些机器
getAnnotatedMethods(Object, Class<? extends Annotation>, IFilter<Method>) - 类 中的静态方法plus.jdk.websocket.common.ReflectUtils
 
getAttribute(String) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
getBeforeHandshakeArgs(Channel, FullHttpRequest) - 类 中的方法plus.jdk.websocket.global.WebsocketMethodMapping
 
getChannel() - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
getCookie(String) - 类 中的方法plus.jdk.websocket.common.HttpWsRequest
 
getData() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional bytes data = 4;
getData() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional bytes data = 4;
getData() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional bytes data = 4;
getDefaultInstance() - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
getDefaultInstanceForType() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
getDefaultInstanceForType() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
 
getDescriptor() - 枚举 中的静态方法plus.jdk.websocket.protoc.MessageType
 
getDescriptor() - 类 中的静态方法plus.jdk.websocket.protoc.WsBroadcastMessage
 
getDescriptor() - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage.Builder
 
getDescriptor() - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
getDescriptorForType() - 枚举 中的方法plus.jdk.websocket.protoc.MessageType
 
getDescriptorForType() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
getFirstAnnotatedMethod(Object, Class<? extends Annotation>, IFilter<Method>) - 类 中的静态方法plus.jdk.websocket.common.ReflectUtils
 
getHeartbeatSynchronizer(WebsocketProperties) - 类 中的方法plus.jdk.websocket.config.WebsocketAutoConfiguration
 
getMessageId() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string message_id = 1;
getMessageId() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional string message_id = 1;
getMessageId() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional string message_id = 1;
getMessageIdBytes() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string message_id = 1;
getMessageIdBytes() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional string message_id = 1;
getMessageIdBytes() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional string message_id = 1;
getNumber() - 枚举 中的方法plus.jdk.websocket.protoc.MessageType
 
getOnBinaryArgs(Channel, BinaryWebSocketFrame) - 类 中的方法plus.jdk.websocket.global.WebsocketMethodMapping
 
getOnCloseArgs(Channel) - 类 中的方法plus.jdk.websocket.global.WebsocketMethodMapping
 
getOnErrorArgs(Channel, Throwable) - 类 中的方法plus.jdk.websocket.global.WebsocketMethodMapping
 
getOnEventArgs(Channel, Object) - 类 中的方法plus.jdk.websocket.global.WebsocketMethodMapping
 
getOnMessageArgs(Channel, TextWebSocketFrame) - 类 中的方法plus.jdk.websocket.global.WebsocketMethodMapping
 
getOnOpenArgs(Channel, FullHttpRequest) - 类 中的方法plus.jdk.websocket.global.WebsocketMethodMapping
 
getParserForType() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
 
getPath() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string path = 3;
getPath() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional string path = 3;
getPath() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional string path = 3;
getPathBytes() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string path = 3;
getPathBytes() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional string path = 3;
getPathBytes() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional string path = 3;
getQueryValue(String) - 类 中的方法plus.jdk.websocket.common.HttpWsRequest
 
getSession(T, String) - 类 中的方法plus.jdk.websocket.global.SessionGroupManager
获取用户在当前机器上建立的连接
getType() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional .plus.jdk.websocket.protoc.MessageType type = 5;
getType() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional .plus.jdk.websocket.protoc.MessageType type = 5;
getType() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional .plus.jdk.websocket.protoc.MessageType type = 5;
getTypeValue() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional .plus.jdk.websocket.protoc.MessageType type = 5;
getTypeValue() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional .plus.jdk.websocket.protoc.MessageType type = 5;
getTypeValue() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional .plus.jdk.websocket.protoc.MessageType type = 5;
getUid() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string uid = 2;
getUid() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional string uid = 2;
getUid() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional string uid = 2;
getUidBytes() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string uid = 2;
getUidBytes() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional string uid = 2;
getUidBytes() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional string uid = 2;
getUnknownFields() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
 
getUserConnectedMachine(U, String, WebsocketProperties) - 接口 中的方法plus.jdk.websocket.global.IWSSessionAuthenticatorManager
返回用户和哪些机器建立了连接
getUserId() - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
getValueDescriptor() - 枚举 中的方法plus.jdk.websocket.protoc.MessageType
 

H

handlerRemoved(ChannelHandlerContext) - 类 中的方法plus.jdk.websocket.global.WebSocketServerHandler
 
hasBeforeHandshake(Channel, String) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
判定是否实现握手相关函数
hasData() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional bytes data = 4;
hasData() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional bytes data = 4;
hasData() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional bytes data = 4;
hasMessageId() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string message_id = 1;
hasMessageId() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional string message_id = 1;
hasMessageId() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional string message_id = 1;
hasPath() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string path = 3;
hasPath() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional string path = 3;
hasPath() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional string path = 3;
hasType() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional .plus.jdk.websocket.protoc.MessageType type = 5;
hasType() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional .plus.jdk.websocket.protoc.MessageType type = 5;
hasType() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional .plus.jdk.websocket.protoc.MessageType type = 5;
hasUid() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string uid = 2;
hasUid() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
optional string uid = 2;
hasUid() - 接口 中的方法plus.jdk.websocket.protoc.WsMessageOrBuilder
optional string uid = 2;
HttpHeadersMethodArgumentResolver - plus.jdk.websocket.support中的类
 
HttpHeadersMethodArgumentResolver() - 类 的构造器plus.jdk.websocket.support.HttpHeadersMethodArgumentResolver
 
HttpServerHandler - plus.jdk.websocket.global中的类
 
HttpServerHandler(WebsocketProperties, WebsocketDispatcher, NioEventLoopGroup, BeanFactory) - 类 的构造器plus.jdk.websocket.global.HttpServerHandler
 
HttpWsRequest - plus.jdk.websocket.common中的类
 
HttpWsRequest(FullHttpRequest) - 类 的构造器plus.jdk.websocket.common.HttpWsRequest
 

I

IBroadMessagePromise - plus.jdk.websocket.global中的接口
 
id() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Returns the globally unique identifier of this Channel.
IFilter<T> - plus.jdk.websocket.common中的接口
 
internalGetFieldAccessorTable() - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
internalGetFieldAccessorTable() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
 
internalGetValueMap() - 枚举 中的静态方法plus.jdk.websocket.protoc.MessageType
 
isActive() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Return true if the Channel is active and so connected.
isOpen() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Returns true if the Channel is open and may get active later
isRegistered() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Returns true if the Channel is registered with an EventLoop.
isWritable() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Returns true if and only if the I/O thread will perform the requested write operation immediately.
IWsSession<T> - plus.jdk.websocket.model中的接口
 
IWSSessionAuthenticatorManager<U,T extends IWsSession<U>> - plus.jdk.websocket.global中的接口
 

L

localAddress() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Returns the local address where this channel is bound to.

M

mergeUnknownFields(UnknownFieldSet) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
MESSAGE_ID_FIELD_NUMBER - 类 中的静态变量plus.jdk.websocket.protoc.WsMessage
 
MESSAGE_TYPE_BINARY_VALUE - 枚举 中的静态变量plus.jdk.websocket.protoc.MessageType
MESSAGE_TYPE_BINARY = 1;
MESSAGE_TYPE_TEXT_VALUE - 枚举 中的静态变量plus.jdk.websocket.protoc.MessageType
MESSAGE_TYPE_TEXT = 0;
MessageType - plus.jdk.websocket.protoc中的枚举
Protobuf enum plus.jdk.websocket.protoc.MessageType
metadata() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Return the ChannelMetadata of the Channel which describe the nature of the Channel.
MethodArgumentResolver - plus.jdk.websocket.support中的接口
 

N

newBuilder() - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
newBuilder(WsMessage) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
newBuilderForType() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - 类 中的方法plus.jdk.websocket.protoc.WsMessage
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类 中的方法plus.jdk.websocket.protoc.WsMessage
 

O

onCompletion(boolean, WsMessage, IWsSession<?>) - 接口 中的方法plus.jdk.websocket.global.IBroadMessagePromise
 
onSessionDestroy(IWsSession<?>, String, WebsocketProperties) - 接口 中的方法plus.jdk.websocket.global.IWSSessionAuthenticatorManager
当连接断开时,可以通过该回调释放存储的连接数据
OnWsBinary - plus.jdk.websocket.annotations中的注释类型
 
OnWsClose - plus.jdk.websocket.annotations中的注释类型
 
OnWsError - plus.jdk.websocket.annotations中的注释类型
 
OnWsEvent - plus.jdk.websocket.annotations中的注释类型
 
OnWsHandshake - plus.jdk.websocket.annotations中的注释类型
 
OnWsMessage - plus.jdk.websocket.annotations中的注释类型
 
OnWsOpen - plus.jdk.websocket.annotations中的注释类型
 

P

parseDelimitedFrom(InputStream) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseFrom(ByteBuffer) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseFrom(ByteString) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseFrom(byte[]) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseFrom(InputStream) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseFrom(CodedInputStream) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
parser() - 类 中的静态方法plus.jdk.websocket.protoc.WsMessage
 
PATH_FIELD_NUMBER - 类 中的静态变量plus.jdk.websocket.protoc.WsMessage
 
pipeline() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Return the assigned ChannelPipeline.
plus.jdk.websocket.annotations - 程序包 plus.jdk.websocket.annotations
 
plus.jdk.websocket.common - 程序包 plus.jdk.websocket.common
 
plus.jdk.websocket.config - 程序包 plus.jdk.websocket.config
 
plus.jdk.websocket.global - 程序包 plus.jdk.websocket.global
 
plus.jdk.websocket.model - 程序包 plus.jdk.websocket.model
 
plus.jdk.websocket.properties - 程序包 plus.jdk.websocket.properties
 
plus.jdk.websocket.protoc - 程序包 plus.jdk.websocket.protoc
 
plus.jdk.websocket.support - 程序包 plus.jdk.websocket.support
 

R

read() - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
ReflectUtils - plus.jdk.websocket.common中的类
 
ReflectUtils() - 类 的构造器plus.jdk.websocket.common.ReflectUtils
 
registerAllExtensions(ExtensionRegistryLite) - 类 中的静态方法plus.jdk.websocket.protoc.WsBroadcastMessage
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法plus.jdk.websocket.protoc.WsBroadcastMessage
 
registerEndpoint(String, WebsocketMethodMapping) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
 
releaseChannel(ChannelHandlerContext) - 类 中的方法plus.jdk.websocket.global.SessionGroupManager
 
releaseSession(ChannelHandlerContext) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
 
remoteAddress() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Returns the remote address where this channel is connected to.
REQUEST_PARAM - 类 中的静态变量plus.jdk.websocket.global.WebsocketDispatcher
 
RequestParamMapMethodArgumentResolver - plus.jdk.websocket.support中的类
 
RequestParamMapMethodArgumentResolver() - 类 的构造器plus.jdk.websocket.support.RequestParamMapMethodArgumentResolver
 
RequestParamMethodArgumentResolver - plus.jdk.websocket.support中的类
 
RequestParamMethodArgumentResolver(AbstractBeanFactory) - 类 的构造器plus.jdk.websocket.support.RequestParamMethodArgumentResolver
 
resolveArgument(MethodParameter, Channel, Object) - 类 中的方法plus.jdk.websocket.support.ByteMethodArgumentResolver
 
resolveArgument(MethodParameter, Channel, Object) - 类 中的方法plus.jdk.websocket.support.EventMethodArgumentResolver
 
resolveArgument(MethodParameter, Channel, Object) - 类 中的方法plus.jdk.websocket.support.HttpHeadersMethodArgumentResolver
 
resolveArgument(MethodParameter, Channel, Object) - 接口 中的方法plus.jdk.websocket.support.MethodArgumentResolver
 
resolveArgument(MethodParameter, Channel, Object) - 类 中的方法plus.jdk.websocket.support.RequestParamMapMethodArgumentResolver
 
resolveArgument(MethodParameter, Channel, Object) - 类 中的方法plus.jdk.websocket.support.RequestParamMethodArgumentResolver
 
resolveArgument(MethodParameter, Channel, Object) - 类 中的方法plus.jdk.websocket.support.SessionMethodArgumentResolver
 
resolveArgument(MethodParameter, Channel, Object) - 类 中的方法plus.jdk.websocket.support.TextMethodArgumentResolver
 
resolveArgument(MethodParameter, Channel, Object) - 类 中的方法plus.jdk.websocket.support.ThrowableMethodArgumentResolver
 
run(ApplicationArguments) - 类 中的方法plus.jdk.websocket.global.UserChannelConnectSynchronizer
 

S

sendBinary(U, String, byte[]) - 类 中的方法plus.jdk.websocket.global.SessionGroupManager
 
sendBinary(byte[]) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
sendBinary(ByteBuf) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
sendBinary(ByteBuffer) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
sendBinary(BinaryWebSocketFrame) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
sendBroadcast(Object, String, byte[], Monitor[], MessageType) - 类 中的方法plus.jdk.websocket.global.UserChannelConnectSynchronizer
向目标机器发送udp报文
sendMessage(U, String, byte[], MessageType) - 类 中的方法plus.jdk.websocket.global.SessionGroupManager
 
sendText(U, String, String) - 类 中的方法plus.jdk.websocket.global.SessionGroupManager
 
sendText(String) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
sendText(ByteBuf) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
sendText(ByteBuffer) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
sendText(TextWebSocketFrame) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
serverEndpointExporter(WebsocketProperties) - 类 中的方法plus.jdk.websocket.config.WebsocketAutoConfiguration
 
ServerEndpointExporter - plus.jdk.websocket.global中的类
 
ServerEndpointExporter(WebsocketDispatcher) - 类 的构造器plus.jdk.websocket.global.ServerEndpointExporter
 
SESSION_KEY - 类 中的静态变量plus.jdk.websocket.global.WebsocketDispatcher
 
SessionGroupManager(WebsocketProperties) - 类 中的方法plus.jdk.websocket.config.WebsocketAutoConfiguration
 
SessionGroupManager - plus.jdk.websocket.global中的类
 
SessionGroupManager(BeanFactory, WebsocketProperties) - 类 的构造器plus.jdk.websocket.global.SessionGroupManager
 
SessionMethodArgumentResolver - plus.jdk.websocket.support中的类
 
SessionMethodArgumentResolver() - 类 的构造器plus.jdk.websocket.support.SessionMethodArgumentResolver
 
setAttribute(String, T) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
setBeanFactory(BeanFactory) - 类 中的方法plus.jdk.websocket.config.WebsocketAutoConfiguration
 
setBeanFactory(BeanFactory) - 类 中的方法plus.jdk.websocket.global.ServerEndpointExporter
 
setChannel(Channel) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
setData(ByteString) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional bytes data = 4;
setField(Descriptors.FieldDescriptor, Object) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
setMessageId(String) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string message_id = 1;
setMessageIdBytes(ByteString) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string message_id = 1;
setPath(String) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string path = 3;
setPathBytes(ByteString) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string path = 3;
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
setResourceLoader(ResourceLoader) - 类 中的方法plus.jdk.websocket.global.ServerEndpointExporter
 
setSubProtocols(String) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
setType(MessageType) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional .plus.jdk.websocket.protoc.MessageType type = 5;
setTypeValue(int) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional .plus.jdk.websocket.protoc.MessageType type = 5;
setUid(String) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string uid = 2;
setUidBytes(ByteString) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
optional string uid = 2;
setUnknownFields(UnknownFieldSet) - 类 中的方法plus.jdk.websocket.protoc.WsMessage.Builder
 
setUserId(T) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
startSocketServer() - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
 
supportsParameter(MethodParameter) - 类 中的方法plus.jdk.websocket.support.ByteMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法plus.jdk.websocket.support.EventMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法plus.jdk.websocket.support.HttpHeadersMethodArgumentResolver
 
supportsParameter(MethodParameter) - 接口 中的方法plus.jdk.websocket.support.MethodArgumentResolver
Whether the given method parameter is supported by this resolver.
supportsParameter(MethodParameter) - 类 中的方法plus.jdk.websocket.support.RequestParamMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法plus.jdk.websocket.support.RequestParamMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法plus.jdk.websocket.support.SessionMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法plus.jdk.websocket.support.TextMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法plus.jdk.websocket.support.ThrowableMethodArgumentResolver
 

T

TextMethodArgumentResolver - plus.jdk.websocket.support中的类
 
TextMethodArgumentResolver() - 类 的构造器plus.jdk.websocket.support.TextMethodArgumentResolver
 
ThrowableMethodArgumentResolver - plus.jdk.websocket.support中的类
 
ThrowableMethodArgumentResolver() - 类 的构造器plus.jdk.websocket.support.ThrowableMethodArgumentResolver
 
toBuilder() - 类 中的方法plus.jdk.websocket.protoc.WsMessage
 
TYPE_FIELD_NUMBER - 类 中的静态变量plus.jdk.websocket.protoc.WsMessage
 

U

UID_FIELD_NUMBER - 类 中的静态变量plus.jdk.websocket.protoc.WsMessage
 
unsafe() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Returns an internal-use-only object that provides unsafe operations.
URI_TEMPLATE - 类 中的静态变量plus.jdk.websocket.global.WebsocketDispatcher
 
UserChannelConnectSynchronizer - plus.jdk.websocket.global中的类
 
UserChannelConnectSynchronizer(BeanFactory, WebsocketProperties) - 类 的构造器plus.jdk.websocket.global.UserChannelConnectSynchronizer
 
userEventTriggered(ChannelHandlerContext, Object) - 类 中的方法plus.jdk.websocket.global.WebSocketServerHandler
 

V

valid(T) - 接口 中的方法plus.jdk.websocket.common.IFilter
 
valueOf(String) - 枚举 中的静态方法plus.jdk.websocket.protoc.MessageType
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法plus.jdk.websocket.protoc.MessageType
已过时。
valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法plus.jdk.websocket.protoc.MessageType
 
values() - 枚举 中的静态方法plus.jdk.websocket.protoc.MessageType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WebsocketAutoConfiguration - plus.jdk.websocket.config中的类
 
WebsocketAutoConfiguration(WebsocketProperties) - 类 的构造器plus.jdk.websocket.config.WebsocketAutoConfiguration
 
WebsocketCommonException - plus.jdk.websocket.common中的异常错误
 
WebsocketCommonException(String) - 异常错误 的构造器plus.jdk.websocket.common.WebsocketCommonException
 
WebsocketDispatcher(WebsocketProperties) - 类 中的方法plus.jdk.websocket.config.WebsocketAutoConfiguration
 
WebsocketDispatcher - plus.jdk.websocket.global中的类
 
WebsocketDispatcher(WebsocketProperties, BeanFactory) - 类 的构造器plus.jdk.websocket.global.WebsocketDispatcher
 
WebsocketHandler - plus.jdk.websocket.annotations中的注释类型
 
WebsocketMethodMapping - plus.jdk.websocket.global中的类
 
WebsocketMethodMapping(ApplicationContext, AbstractBeanFactory) - 类 的构造器plus.jdk.websocket.global.WebsocketMethodMapping
 
WebsocketProperties - plus.jdk.websocket.properties中的类
 
WebsocketProperties() - 类 的构造器plus.jdk.websocket.properties.WebsocketProperties
 
WebsocketSelector - plus.jdk.websocket.global中的类
 
WebsocketSelector() - 类 的构造器plus.jdk.websocket.global.WebsocketSelector
 
WebSocketServerHandler - plus.jdk.websocket.global中的类
 
WebSocketServerHandler(WebsocketDispatcher, BeanFactory) - 类 的构造器plus.jdk.websocket.global.WebSocketServerHandler
 
WsBroadcastMessage - plus.jdk.websocket.protoc中的类
 
WsMessage - plus.jdk.websocket.protoc中的类
Protobuf type plus.jdk.websocket.protoc.WsMessage
WsMessage.Builder - plus.jdk.websocket.protoc中的类
Protobuf type plus.jdk.websocket.protoc.WsMessage
WsMessageOrBuilder - plus.jdk.websocket.protoc中的接口
 
WsSession - plus.jdk.websocket.model中的类
 
WsSession() - 类 的构造器plus.jdk.websocket.model.WsSession
 
A B C D E F G H I L M N O P R S T U V W 
跳过导航链接

Copyright © 2022. All rights reserved.