Class WebSocketIdService

java.lang.Object
io.datarouter.websocket.service.WebSocketIdService
All Implemented Interfaces:
WebSocketService

public class WebSocketIdService
extends java.lang.Object
implements WebSocketService
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  WebSocketIdService.WebSocketIdResponse  
  • Constructor Summary

    Constructors 
    Constructor Description
    WebSocketIdService()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    void onMessage​(WebSocketSession webSocketSession, java.lang.String message)  

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.datarouter.websocket.endpoint.WebSocketService

    onClose, onSessionVacuum