Class Jsr356EndpointConfigurator


  • public final class Jsr356EndpointConfigurator
    extends javax.websocket.server.ServerEndpointConfig.Configurator
    • Constructor Detail

      • Jsr356EndpointConfigurator

        public Jsr356EndpointConfigurator()
    • Method Detail

      • jsr356EndpointConfigurator

        public static javax.websocket.server.ServerEndpointConfig.Configurator jsr356EndpointConfigurator​(HttpMaid httpMaid,
                                                                                                          HandshakeMetaData handshakeMetaData)
      • getEndpointInstance

        public <T> T getEndpointInstance​(Class<T> endpointClass)
        Overrides:
        getEndpointInstance in class javax.websocket.server.ServerEndpointConfig.Configurator
      • modifyHandshake

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