クラス AbstractWebSocketEndpoint

java.lang.Object
org.springframework.web.socket.handler.AbstractWebSocketHandler
org.springframework.web.socket.handler.TextWebSocketHandler
org.wcardinal.io.websocket.AbstractWebSocketEndpoint
すべての実装されたインタフェース:
org.springframework.web.socket.WebSocketHandler, EndpointSession
直系の既知のサブクラス:
SharedWebSocketEndpoint, WebSocketEndpoint

public class AbstractWebSocketEndpoint extends org.springframework.web.socket.handler.TextWebSocketHandler implements EndpointSession
  • コンストラクタの詳細

    • AbstractWebSocketEndpoint

      @Autowired public AbstractWebSocketEndpoint(WCardinalConfiguration configuration)
  • メソッドの詳細

    • close

      public void close()
      定義:
      close インタフェース内 EndpointSession
    • supportsPartialMessages

      public boolean supportsPartialMessages()
      定義:
      supportsPartialMessages インタフェース内 org.springframework.web.socket.WebSocketHandler
      オーバーライド:
      supportsPartialMessages クラス内 org.springframework.web.socket.handler.AbstractWebSocketHandler
    • tryLock

      public EndpointSessionLockResult tryLock()
      定義:
      tryLock インタフェース内 EndpointSession