public class ConfiguredServerEndpoint extends SessionContainer
Constructor | 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,
java.util.List<javax.websocket.Extension> installed) |
Modifier and Type | Method | Description |
---|---|---|
AnnotatedEndpointFactory |
getAnnotatedEndpointFactory() |
|
EncodingFactory |
getEncodingFactory() |
|
javax.websocket.server.ServerEndpointConfig |
getEndpointConfiguration() |
|
io.undertow.servlet.api.InstanceFactory<?> |
getEndpointFactory() |
|
java.util.List<javax.websocket.Extension> |
getExtensions() |
Return the websocket extensions configured.
|
io.undertow.util.PathTemplate |
getPathTemplate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, java.util.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 java.util.List<javax.websocket.Extension> getExtensions()
Copyright © 2018. All rights reserved.