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