クラス SharedWebSocketEndpoint

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

public class SharedWebSocketEndpoint extends AbstractWebSocketEndpoint
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
    afterConnectionClosed(org.springframework.web.socket.WebSocketSession webSocketSession, org.springframework.web.socket.CloseStatus status)
     
    void
    afterConnectionEstablished(org.springframework.web.socket.WebSocketSession webSocketSession)
     
    void
    handleTextMessage(org.springframework.web.socket.WebSocketSession webSocketSession, org.springframework.web.socket.TextMessage message)
     

    クラスから継承されたメソッド org.wcardinal.io.websocket.AbstractWebSocketEndpoint

    close, supportsPartialMessages, tryLock

    クラスから継承されたメソッド org.springframework.web.socket.handler.TextWebSocketHandler

    handleBinaryMessage

    クラスから継承されたメソッド org.springframework.web.socket.handler.AbstractWebSocketHandler

    handleMessage, handlePongMessage, handleTransportError

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

  • メソッドの詳細

    • afterConnectionEstablished

      public void afterConnectionEstablished(org.springframework.web.socket.WebSocketSession webSocketSession) throws Exception
      定義:
      afterConnectionEstablished インタフェース内 org.springframework.web.socket.WebSocketHandler
      オーバーライド:
      afterConnectionEstablished クラス内 org.springframework.web.socket.handler.AbstractWebSocketHandler
      例外:
      Exception
    • afterConnectionClosed

      public void afterConnectionClosed(org.springframework.web.socket.WebSocketSession webSocketSession, org.springframework.web.socket.CloseStatus status) throws Exception
      定義:
      afterConnectionClosed インタフェース内 org.springframework.web.socket.WebSocketHandler
      オーバーライド:
      afterConnectionClosed クラス内 org.springframework.web.socket.handler.AbstractWebSocketHandler
      例外:
      Exception
    • handleTextMessage

      public void handleTextMessage(org.springframework.web.socket.WebSocketSession webSocketSession, org.springframework.web.socket.TextMessage message) throws Exception
      オーバーライド:
      handleTextMessage クラス内 org.springframework.web.socket.handler.AbstractWebSocketHandler
      例外:
      Exception