Package jakarta.websocket
Interface HandshakeResponse
- 
 public interface HandshakeResponseThe handshake response represents the WebSocket-defined HTTP response that is the response to the opening handshake request.- Author:
- dannycoward
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringSEC_WEBSOCKET_ACCEPTThe Sec-WebSocket-Accept header name.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<String>>getHeaders()Return the map of HTTP headers to header values sent by the WebSocket server.
 
- 
- 
- 
Field Detail- 
SEC_WEBSOCKET_ACCEPTstatic final String SEC_WEBSOCKET_ACCEPT The Sec-WebSocket-Accept header name.- See Also:
- Constant Field Values
 
 
- 
 
-