|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HandshakeResponse | |
|---|---|
| javax.websocket | |
| javax.websocket.server | |
| Uses of HandshakeResponse in javax.websocket |
|---|
| Methods in javax.websocket with parameters of type HandshakeResponse | |
|---|---|
void |
DefaultClientConfiguration.afterResponse(HandshakeResponse hr)
The default implementation of this method performs no actions on the HandshakeResponse. |
void |
ClientEndpointConfiguration.afterResponse(HandshakeResponse hr)
This method is called by the implementation after it has received a handshake response from the server as a result of a handshake interaction it initiated. |
| Uses of HandshakeResponse in javax.websocket.server |
|---|
| Methods in javax.websocket.server with parameters of type HandshakeResponse | |
|---|---|
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 |
DefaultServerConfiguration.modifyHandshake(HandshakeRequest request,
HandshakeResponse response)
The default server configuration does not make any changes to the response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||