Class AspectranConfigurator


  • public class AspectranConfigurator
    extends javax.websocket.server.ServerEndpointConfig.Configurator
    A ServerEndpointConfig.Configurator for initializing ServerEndpoint-annotated classes through Aspectran.

    Created: 01/10/2019

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T getEndpointInstance​(java.lang.Class<T> endpointClass)  
      • Methods inherited from class javax.websocket.server.ServerEndpointConfig.Configurator

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

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

      • AspectranConfigurator

        public AspectranConfigurator()
    • Method Detail

      • getEndpointInstance

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