public class ConfiguredServerEndpoint extends Object
Constructor and Description |
---|
ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration,
InstanceFactory<javax.websocket.Endpoint> endpointFactory,
PathTemplate pathTemplate,
EncodingFactory encodingFactory) |
Modifier and Type | Method and Description |
---|---|
EncodingFactory |
getEncodingFactory() |
javax.websocket.server.ServerEndpointConfig |
getEndpointConfiguration() |
InstanceFactory<javax.websocket.Endpoint> |
getEndpointFactory() |
Set<javax.websocket.Session> |
getOpenSessions() |
PathTemplate |
getPathTemplate() |
public ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration, InstanceFactory<javax.websocket.Endpoint> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory)
public javax.websocket.server.ServerEndpointConfig getEndpointConfiguration()
public InstanceFactory<javax.websocket.Endpoint> getEndpointFactory()
public PathTemplate getPathTemplate()
public EncodingFactory getEncodingFactory()
public Set<javax.websocket.Session> getOpenSessions()
Copyright © 2013 JBoss by Red Hat. All rights reserved.