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

  • Method Details

    • getEndpointConfiguration

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

      public InstanceFactory<?> 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.