Class JSR356AsyncSupport.QuarkusAtmosphereConfigurator

java.lang.Object
javax.websocket.server.ServerEndpointConfig.Configurator
org.atmosphere.container.JSR356AsyncSupport.QuarkusAtmosphereConfigurator
Enclosing class:
JSR356AsyncSupport

public static final class JSR356AsyncSupport.QuarkusAtmosphereConfigurator extends javax.websocket.server.ServerEndpointConfig.Configurator
  • Constructor Details

    • QuarkusAtmosphereConfigurator

      public QuarkusAtmosphereConfigurator(AtmosphereFramework framework)
  • Method Details

    • getEndpointInstance

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

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