Package | Description |
---|---|
javax.websocket | |
javax.websocket.server | |
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientEndpointConfig.Configurator.afterResponse(HandshakeResponse handshakeResponse)
Provides the client with a mechanism to inspect the handshake response
that is returned from the server.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerEndpointConfig.Configurator.modifyHandshake(ServerEndpointConfig sec,
HandshakeRequest request,
HandshakeResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
WsHandshakeResponse
Represents the response to a WebSocket handshake.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultServerEndpointConfigurator.modifyHandshake(ServerEndpointConfig sec,
HandshakeRequest request,
HandshakeResponse response) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.