Package 

Class BotWebSocketHandler

  • All Implemented Interfaces:
    org.springframework.web.socket.WebSocketHandler

    @Component() 
    public final class BotWebSocketHandler
    extends TextWebSocketHandler
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit afterConnectionEstablished(WebSocketSession session)
      Unit afterConnectionClosed(WebSocketSession session, CloseStatus status)
      • Methods inherited from class org.springframework.web.socket.handler.AbstractWebSocketHandler

        handleMessage, handleTransportError, supportsPartialMessages
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait