Package javax.websocket
Interface HandshakeResponse
-
public interface HandshakeResponseThe handshake response represents the web socket-defined Http response that is the response to the opening handshake request.- Author:
- dannycoward
-
-
Field Summary
Fields Modifier and Type Field Description static StringSEC_WEBSOCKET_ACCEPTThe Sec-WebSocket-Accept header name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<String>>getHeaders()Return the list of Http headers sent by the web socket server.
-