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