public class ConfiguredServerEndpoint extends SessionContainer
Constructor and Description |
---|
ConfiguredServerEndpoint(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) |
Modifier and Type | Method and Description |
---|---|
AnnotatedEndpointFactory |
getAnnotatedEndpointFactory() |
EncodingFactory |
getEncodingFactory() |
javax.websocket.server.ServerEndpointConfig |
getEndpointConfiguration() |
io.undertow.servlet.api.InstanceFactory<?> |
getEndpointFactory() |
List<javax.websocket.Extension> |
getExtensions()
Return the websocket extensions configured.
|
io.undertow.util.PathTemplate |
getPathTemplate() |
addOpenSession, awaitClose, getOpenSessions, notifyClosed, removeOpenSession
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)
public ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration, io.undertow.servlet.api.InstanceFactory<?> endpointFactory, io.undertow.util.PathTemplate pathTemplate, EncodingFactory encodingFactory)
public javax.websocket.server.ServerEndpointConfig getEndpointConfiguration()
public io.undertow.servlet.api.InstanceFactory<?> getEndpointFactory()
public io.undertow.util.PathTemplate getPathTemplate()
public EncodingFactory getEncodingFactory()
public AnnotatedEndpointFactory getAnnotatedEndpointFactory()
public List<javax.websocket.Extension> getExtensions()
Copyright © 2017. All rights reserved.