| Package | Description |
|---|---|
| javax.websocket.server |
This package contains all the WebSocket APIs used only by server side applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerEndpointConfig.Configurator.modifyHandshake(ServerEndpointConfig sec,
HandshakeRequest request,
HandshakeResponse response)
Called by the container after it has formulated a handshake response resulting from a well-formed handshake
request.
|
Copyright © 2017-2018 Eclipse Foundation. All Rights Reserved.