| Package | Description |
|---|---|
| javax.websocket |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServerConfiguration.modifyHandshake(HandshakeRequest request,
HandshakeResponse response)
The default server configuration does not make any changes to the response.
|
void |
ServerEndpointConfiguration.modifyHandshake(HandshakeRequest request,
HandshakeResponse response)
Called by the container after it has formulated a handshake response resulting from
a well-formed handshake request.
|
Copyright © 2013. All Rights Reserved.