Class NoOpEndpoint

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

    public class NoOpEndpoint
    extends org.eclipse.jetty.websocket.api.WebSocketAdapter
    WebSocket endpoint that does nothing.
    • Constructor Summary

      Constructors 
      Constructor Description
      NoOpEndpoint()  
    • Method Summary

      • Methods inherited from class org.eclipse.jetty.websocket.api.WebSocketAdapter

        getRemote, getSession, isConnected, isNotConnected, onWebSocketBinary, onWebSocketClose, onWebSocketConnect, onWebSocketError, onWebSocketText
      • Methods inherited from class java.lang.Object

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

      • NoOpEndpoint

        public NoOpEndpoint()