Class ServerEndpointConfigImpl

  • All Implemented Interfaces:
    jakarta.websocket.EndpointConfig, jakarta.websocket.server.ServerEndpointConfig

    public class ServerEndpointConfigImpl
    extends Object
    implements jakarta.websocket.server.ServerEndpointConfig
    Author:
    Stuart Douglas
    • Constructor Detail

      • ServerEndpointConfigImpl

        public ServerEndpointConfigImpl​(Class<?> endpointclass,
                                        String path)
    • Method Detail

      • getEndpointClass

        public Class<?> getEndpointClass()
        Specified by:
        getEndpointClass in interface jakarta.websocket.server.ServerEndpointConfig
      • getPath

        public String getPath()
        Specified by:
        getPath in interface jakarta.websocket.server.ServerEndpointConfig
      • getSubprotocols

        public List<String> getSubprotocols()
        Specified by:
        getSubprotocols in interface jakarta.websocket.server.ServerEndpointConfig
      • getExtensions

        public List<jakarta.websocket.Extension> getExtensions()
        Specified by:
        getExtensions in interface jakarta.websocket.server.ServerEndpointConfig
      • getConfigurator

        public jakarta.websocket.server.ServerEndpointConfig.Configurator getConfigurator()
        Specified by:
        getConfigurator in interface jakarta.websocket.server.ServerEndpointConfig
      • getEncoders

        public List<Class<? extends jakarta.websocket.Encoder>> getEncoders()
        Specified by:
        getEncoders in interface jakarta.websocket.EndpointConfig
      • getDecoders

        public List<Class<? extends jakarta.websocket.Decoder>> getDecoders()
        Specified by:
        getDecoders in interface jakarta.websocket.EndpointConfig
      • getUserProperties

        public Map<String,​Object> getUserProperties()
        Specified by:
        getUserProperties in interface jakarta.websocket.EndpointConfig