Package javax.websocket
Interface HandshakeResponse
public interface HandshakeResponse
The handshake response represents the web socket-defined Http response
that is the response to the opening handshake request.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the list of Http headers sent by the web socket server.
-
Field Details
-
SEC_WEBSOCKET_ACCEPT
The Sec-WebSocket-Accept header name.- See Also:
-
-
Method Details
-
getHeaders
Return the list of Http headers sent by the web socket server.- Returns:
- the http headers .
-