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

A

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) - 类 中的方法plus.jdk.websocket.global.DefaultSessionAuthenticator
 
authenticate(Channel, FullHttpRequest, String) - 接口 中的方法plus.jdk.websocket.global.IWSSessionAuthenticator
 

B

buildParameters() - 类 中的方法plus.jdk.websocket.global.WebsocketMethodMapping
 
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
 
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

DefaultSessionAuthenticator - plus.jdk.websocket.global中的类
 
DefaultSessionAuthenticator() - 类 的构造器plus.jdk.websocket.global.DefaultSessionAuthenticator
 
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
 

G

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
 
getFirstAnnotatedMethod(Object, Class<? extends Annotation>, IFilter<Method>) - 类 中的静态方法plus.jdk.websocket.common.ReflectUtils
 
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
 
getQueryValue(String) - 类 中的方法plus.jdk.websocket.common.HttpWsRequest
 
getSession(T, String) - 类 中的方法plus.jdk.websocket.global.SessionGroupManager
 
getUserId() - 接口 中的方法plus.jdk.websocket.model.IWsSession
 

H

handlerRemoved(ChannelHandlerContext) - 类 中的方法plus.jdk.websocket.global.WebSocketServerHandler
 
hasBeforeHandshake(Channel, String) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
判定是否实现握手相关函数
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

id() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Returns the globally unique identifier of this Channel.
IFilter<T> - plus.jdk.websocket.common中的接口
 
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中的接口
 
IWSSessionAuthenticator<T extends IWsSession<?>> - plus.jdk.websocket.global中的接口
 

L

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

M

metadata() - 接口 中的方法plus.jdk.websocket.model.IWsSession
Return the ChannelMetadata of the Channel which describe the nature of the Channel.
MethodArgumentResolver - plus.jdk.websocket.support中的接口
 

O

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

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.support - 程序包 plus.jdk.websocket.support
 

R

read() - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
ReflectUtils - plus.jdk.websocket.common中的类
 
ReflectUtils() - 类 的构造器plus.jdk.websocket.common.ReflectUtils
 
registerEndpoint(String, WebsocketMethodMapping) - 类 中的方法plus.jdk.websocket.global.WebsocketDispatcher
 
releaseChannel(ChannelHandlerContext) - 类 中的方法plus.jdk.websocket.global.SessionGroupManager
 
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
 

S

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
 
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() - 类 中的方法plus.jdk.websocket.config.WebsocketAutoConfiguration
 
SessionGroupManager - plus.jdk.websocket.global中的类
 
SessionGroupManager() - 类 的构造器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
 
setResourceLoader(ResourceLoader) - 类 中的方法plus.jdk.websocket.global.ServerEndpointExporter
 
setSubProtocols(String) - 接口 中的方法plus.jdk.websocket.model.IWsSession
 
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
 

U

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

V

valid(T) - 接口 中的方法plus.jdk.websocket.common.IFilter
 

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
 
WsSession - plus.jdk.websocket.model中的类
 
WsSession() - 类 的构造器plus.jdk.websocket.model.WsSession
 
A B C D E F G H I L M O P R S T U V W 
跳过导航链接

Copyright © 2022. All rights reserved.