Package | Description |
---|---|
javax.websocket.server | |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Modifier and Type | Method and Description |
---|---|
ServerEndpointConfig |
ServerEndpointConfig.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<ServerEndpointConfig> |
ServerApplicationConfig.getEndpointConfigs(Set<Class<? extends Endpoint>> scanned)
Enables applications to filter the discovered implementations of
ServerEndpointConfig . |
Modifier and Type | Method and Description |
---|---|
void |
ServerContainer.addEndpoint(ServerEndpointConfig sec) |
void |
ServerEndpointConfig.Configurator.modifyHandshake(ServerEndpointConfig sec,
HandshakeRequest request,
HandshakeResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
WsServerContainer.addEndpoint(ServerEndpointConfig sec)
Published the provided endpoint implementation at the specified path with
the specified configuration.
|
void |
WsServerContainer.doUpgrade(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServerEndpointConfig sec,
Map<String,String> pathParams) |
static void |
UpgradeUtil.doUpgrade(WsServerContainer sc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ServerEndpointConfig sec,
Map<String,String> pathParams) |
void |
DefaultServerEndpointConfigurator.modifyHandshake(ServerEndpointConfig sec,
HandshakeRequest request,
HandshakeResponse response) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.