Class WebSocketMetricAdapter

  • All Implemented Interfaces:
    org.eclipse.jetty.websocket.api.WebSocketConnectionListener, org.eclipse.jetty.websocket.api.WebSocketListener

    public class WebSocketMetricAdapter
    extends org.eclipse.jetty.websocket.api.WebSocketAdapter
    Adapter for WebSocket metric request and response.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onWebSocketClose​(int statusCode, java.lang.String reason)  
      void onWebSocketConnect​(org.eclipse.jetty.websocket.api.Session sess)  
      void onWebSocketError​(java.lang.Throwable throwable)  
      void onWebSocketText​(java.lang.String text)  
      • Methods inherited from class org.eclipse.jetty.websocket.api.WebSocketAdapter

        getRemote, getSession, isConnected, isNotConnected, onWebSocketBinary
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebSocketMetricAdapter

        public WebSocketMetricAdapter()
    • Method Detail

      • onWebSocketConnect

        public final void onWebSocketConnect​(org.eclipse.jetty.websocket.api.Session sess)
        Specified by:
        onWebSocketConnect in interface org.eclipse.jetty.websocket.api.WebSocketConnectionListener
        Overrides:
        onWebSocketConnect in class org.eclipse.jetty.websocket.api.WebSocketAdapter
      • onWebSocketClose

        public final void onWebSocketClose​(int statusCode,
                                           java.lang.String reason)
        Specified by:
        onWebSocketClose in interface org.eclipse.jetty.websocket.api.WebSocketConnectionListener
        Overrides:
        onWebSocketClose in class org.eclipse.jetty.websocket.api.WebSocketAdapter
      • onWebSocketError

        public final void onWebSocketError​(java.lang.Throwable throwable)
        Specified by:
        onWebSocketError in interface org.eclipse.jetty.websocket.api.WebSocketConnectionListener
        Overrides:
        onWebSocketError in class org.eclipse.jetty.websocket.api.WebSocketAdapter
      • onWebSocketText

        public final void onWebSocketText​(java.lang.String text)
        Specified by:
        onWebSocketText in interface org.eclipse.jetty.websocket.api.WebSocketListener
        Overrides:
        onWebSocketText in class org.eclipse.jetty.websocket.api.WebSocketAdapter