Class ConfiguredServerEndpoint


  • public class ConfiguredServerEndpoint
    extends SessionContainer
    Author:
    Stuart Douglas
    • Constructor Detail

      • ConfiguredServerEndpoint

        public ConfiguredServerEndpoint​(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration,
                                        io.undertow.servlet.api.InstanceFactory<?> endpointFactory,
                                        io.undertow.util.PathTemplate pathTemplate,
                                        EncodingFactory encodingFactory,
                                        AnnotatedEndpointFactory annotatedEndpointFactory,
                                        java.util.List<jakarta.websocket.Extension> installed)
      • ConfiguredServerEndpoint

        public ConfiguredServerEndpoint​(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration,
                                        io.undertow.servlet.api.InstanceFactory<?> endpointFactory,
                                        io.undertow.util.PathTemplate pathTemplate,
                                        EncodingFactory encodingFactory)
    • Method Detail

      • getEndpointConfiguration

        public jakarta.websocket.server.ServerEndpointConfig getEndpointConfiguration()
      • getEndpointFactory

        public io.undertow.servlet.api.InstanceFactory<?> getEndpointFactory()
      • getPathTemplate

        public io.undertow.util.PathTemplate getPathTemplate()
      • getExtensions

        public java.util.List<jakarta.websocket.Extension> getExtensions()
        Return the websocket extensions configured.
        Returns:
        the list of extensions, the empty list if none.