| Package | Description |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
ServerConfiguration.modifyHandshake(HandshakeRequest request,
HandshakeResponse response)
Called by the container after it has formulated a handshake response resulting from
a well-formed handshake request.
|
void |
DefaultServerConfiguration.modifyHandshake(HandshakeRequest request,
HandshakeResponse response)
The default server configuration does not make any changes to the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServerEndpointConfiguration.modifyHandshake(HandshakeRequest request,
HandshakeResponse response) |
Copyright © 2012. All Rights Reserved.