| Package | Description | 
|---|---|
| javax.websocket | This package contains all the WebSocket APIs common to both the client
 and server side. | 
| javax.websocket.server | This package contains all the WebSocket APIs used only by server side
 applications. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientEndpointConfig.Configurator. 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. | 
| 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 © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.