public class ConfiguredServerEndpoint extends SessionContainer
| Constructor | Description |
|---|---|
ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration,
InstanceFactory<?> endpointFactory,
PathTemplate pathTemplate,
EncodingFactory encodingFactory) |
|
ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration,
InstanceFactory<?> endpointFactory,
PathTemplate pathTemplate,
EncodingFactory encodingFactory,
AnnotatedEndpointFactory annotatedEndpointFactory,
List<javax.websocket.Extension> installed) |
| Modifier and Type | Method | Description |
|---|---|---|
AnnotatedEndpointFactory |
getAnnotatedEndpointFactory() |
|
EncodingFactory |
getEncodingFactory() |
|
javax.websocket.server.ServerEndpointConfig |
getEndpointConfiguration() |
|
InstanceFactory<?> |
getEndpointFactory() |
|
List<javax.websocket.Extension> |
getExtensions() |
Return the websocket extensions configured.
|
PathTemplate |
getPathTemplate() |
addOpenSession, awaitClose, getOpenSessions, notifyClosed, removeOpenSessionpublic ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration,
InstanceFactory<?> endpointFactory,
PathTemplate pathTemplate,
EncodingFactory encodingFactory,
AnnotatedEndpointFactory annotatedEndpointFactory,
List<javax.websocket.Extension> installed)
public ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration,
InstanceFactory<?> endpointFactory,
PathTemplate pathTemplate,
EncodingFactory encodingFactory)
public javax.websocket.server.ServerEndpointConfig getEndpointConfiguration()
public InstanceFactory<?> getEndpointFactory()
public PathTemplate getPathTemplate()
public EncodingFactory getEncodingFactory()
public AnnotatedEndpointFactory getAnnotatedEndpointFactory()
public List<javax.websocket.Extension> getExtensions()
Copyright © 2026 JBoss by Red Hat. All rights reserved.