Package | Description |
---|---|
javax.websocket.server | |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerEndpointConfig.Configurator.modifyHandshake(ServerEndpointConfig sec,
HandshakeRequest request,
HandshakeResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
WsHandshakeRequest
Represents the request that this session was opened under.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultServerEndpointConfigurator.modifyHandshake(ServerEndpointConfig sec,
HandshakeRequest request,
HandshakeResponse response) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.