Class StandaloneControllerApplicationConfig

  • All Implemented Interfaces:
    javax.websocket.server.ServerApplicationConfig

    public class StandaloneControllerApplicationConfig
    extends Object
    implements javax.websocket.server.ServerApplicationConfig
    • Constructor Detail

      • StandaloneControllerApplicationConfig

        public StandaloneControllerApplicationConfig()
    • Method Detail

      • getEndpointConfigs

        public Set<javax.websocket.server.ServerEndpointConfig> getEndpointConfigs​(Set<Class<? extends javax.websocket.Endpoint>> endpointClasses)
        Specified by:
        getEndpointConfigs in interface javax.websocket.server.ServerApplicationConfig
      • getAnnotatedEndpointClasses

        public Set<Class<?>> getAnnotatedEndpointClasses​(Set<Class<?>> scanned)
        Specified by:
        getAnnotatedEndpointClasses in interface javax.websocket.server.ServerApplicationConfig