类 WebSocketAuthenticator
java.lang.Object
io.contek.invoker.ftx.api.websocket.WebSocketAuthenticator
- 所有已实现的接口:
io.contek.invoker.commons.websocket.IWebSocketAuthenticator,io.contek.invoker.commons.websocket.IWebSocketListener
@ThreadSafe
public final class WebSocketAuthenticator
extends Object
implements io.contek.invoker.commons.websocket.IWebSocketAuthenticator
-
嵌套类概要
从接口继承的嵌套类/接口 io.contek.invoker.commons.websocket.IWebSocketAuthenticator
io.contek.invoker.commons.websocket.IWebSocketAuthenticator.NoOp -
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
WEBSOCKET_LOGIN
- 另请参阅:
-
-
构造器详细资料
-
WebSocketAuthenticator
-
-
方法详细资料
-
handshake
public void handshake(io.contek.invoker.commons.websocket.WebSocketSession session) - 指定者:
handshake在接口中io.contek.invoker.commons.websocket.IWebSocketAuthenticator
-
isPending
public boolean isPending()- 指定者:
isPending在接口中io.contek.invoker.commons.websocket.IWebSocketAuthenticator
-
isCompleted
public boolean isCompleted()- 指定者:
isCompleted在接口中io.contek.invoker.commons.websocket.IWebSocketAuthenticator
-
onMessage
public void onMessage(io.contek.invoker.commons.websocket.AnyWebSocketMessage message, io.contek.invoker.commons.websocket.WebSocketSession session) - 指定者:
onMessage在接口中io.contek.invoker.commons.websocket.IWebSocketListener
-
afterDisconnect
public void afterDisconnect()- 指定者:
afterDisconnect在接口中io.contek.invoker.commons.websocket.IWebSocketListener
-