Class ConfiguredServerEndpoint

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

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

    • ConfiguredServerEndpoint

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

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

    • getEndpointConfiguration

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

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

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

      public EncodingFactory getEncodingFactory()
    • getAnnotatedEndpointFactory

      public AnnotatedEndpointFactory getAnnotatedEndpointFactory()
    • getExtensions

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