类 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
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final String
     
  • 构造器概要

    构造器
    构造器
    说明
    WebSocketAuthenticator(io.contek.invoker.security.ICredential credential, Clock clock)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
     
    void
    handshake(io.contek.invoker.commons.websocket.WebSocketSession session)
     
    boolean
     
    boolean
     
    void
    onMessage(io.contek.invoker.commons.websocket.AnyWebSocketMessage message, io.contek.invoker.commons.websocket.WebSocketSession session)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

  • 构造器详细资料

    • WebSocketAuthenticator

      public WebSocketAuthenticator(io.contek.invoker.security.ICredential credential, Clock clock)
  • 方法详细资料

    • 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