Class WebsocketConfigurator


  • public class WebsocketConfigurator
    extends javax.websocket.server.ServerEndpointConfig.Configurator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void modifyHandshake​(javax.websocket.server.ServerEndpointConfig config, javax.websocket.server.HandshakeRequest request, javax.websocket.HandshakeResponse response)  
      • Methods inherited from class javax.websocket.server.ServerEndpointConfig.Configurator

        checkOrigin, getEndpointInstance, getNegotiatedExtensions, getNegotiatedSubprotocol
      • Methods inherited from class java.lang.Object

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

      • WebsocketConfigurator

        public WebsocketConfigurator()
    • Method Detail

      • modifyHandshake

        public void modifyHandshake​(javax.websocket.server.ServerEndpointConfig config,
                                    javax.websocket.server.HandshakeRequest request,
                                    javax.websocket.HandshakeResponse response)
        Overrides:
        modifyHandshake in class javax.websocket.server.ServerEndpointConfig.Configurator