public class ConfiguredServerEndpoint extends SessionContainer
Constructor and 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 and 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, removeOpenSession
public 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 © 2020 JBoss by Red Hat. All rights reserved.