Package io.undertow.websockets
Class ConfiguredServerEndpoint
java.lang.Object
io.undertow.websockets.SessionContainer
io.undertow.websockets.ConfiguredServerEndpoint
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, ObjectFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory) ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, ObjectFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, List<jakarta.websocket.Extension> installed) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.websocket.server.ServerEndpointConfigList<jakarta.websocket.Extension>Return the websocket extensions configured.Methods inherited from class io.undertow.websockets.SessionContainer
addOpenSession, awaitClose, getOpenSessions, notifyClosed, removeOpenSession
-
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
-
getPathTemplate
-
getEncodingFactory
-
getAnnotatedEndpointFactory
-
getExtensions
Return the websocket extensions configured.- Returns:
- the list of extensions, the empty list if none.
-