|
WebSocket 1.0 - Apache Tomcat 7.0.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.websocket.ClientEndpointConfig.Configurator
public static class ClientEndpointConfig.Configurator
Constructor Summary | |
---|---|
ClientEndpointConfig.Configurator()
|
Method Summary | |
---|---|
void |
afterResponse(HandshakeResponse handshakeResponse)
Provides the client with a mechanism to inspect the handshake response that is returned from the server. |
void |
beforeRequest(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
Provides the client with a mechanism to inspect and/or modify the headers that are sent to the server to start the WebSocket handshake. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientEndpointConfig.Configurator()
Method Detail |
---|
public void beforeRequest(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
headers
- The HTTP headerspublic void afterResponse(HandshakeResponse handshakeResponse)
handshakeResponse
- The response
|
WebSocket 1.0 - Apache Tomcat 7.0.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |