org.elkoserver.foundation.net
Class WebSocketRequest
java.lang.Object
org.elkoserver.foundation.net.HTTPRequest
org.elkoserver.foundation.net.WebSocketRequest
public class WebSocketRequest
- extends HTTPRequest
An HTTP request descriptor, augmented for setting up a WebSocket connection.
|
Method Summary |
byte[] |
crazyKey()
Get the crazy handshake key. |
WebSocketRequest
public WebSocketRequest()
crazyKey
public byte[] crazyKey()
- Get the crazy handshake key.
- Returns:
- the 8 bytes from the start of the request body.