Class JSR356AsyncSupport.QuarkusAtmosphereConfigurator

  • Enclosing class:
    JSR356AsyncSupport

    public static final class JSR356AsyncSupport.QuarkusAtmosphereConfigurator
    extends jakarta.websocket.server.ServerEndpointConfig.Configurator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T getEndpointInstance​(java.lang.Class<T> endpointClass)  
      void modifyHandshake​(jakarta.websocket.server.ServerEndpointConfig sec, jakarta.websocket.server.HandshakeRequest request, jakarta.websocket.HandshakeResponse response)  
      • Methods inherited from class jakarta.websocket.server.ServerEndpointConfig.Configurator

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

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

      • QuarkusAtmosphereConfigurator

        public QuarkusAtmosphereConfigurator​(AtmosphereFramework framework)
    • Method Detail

      • getEndpointInstance

        public <T> T getEndpointInstance​(java.lang.Class<T> endpointClass)
                                  throws java.lang.InstantiationException
        Overrides:
        getEndpointInstance in class jakarta.websocket.server.ServerEndpointConfig.Configurator
        Throws:
        java.lang.InstantiationException
      • modifyHandshake

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