Class ConfiguredServerEndpoint

java.lang.Object
io.undertow.websockets.SessionContainer
io.undertow.websockets.ConfiguredServerEndpoint

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

    • ConfiguredServerEndpoint

      public ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, ObjectFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, List<jakarta.websocket.Extension> installed)
    • ConfiguredServerEndpoint

      public ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, ObjectFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory)
  • Method Details

    • getEndpointConfiguration

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

      public ObjectFactory<?> getEndpointFactory()
    • getPathTemplate

      public PathTemplate getPathTemplate()
    • getEncodingFactory

      public EncodingFactory getEncodingFactory()
    • getAnnotatedEndpointFactory

      public AnnotatedEndpointFactory getAnnotatedEndpointFactory()
    • getExtensions

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