Class WebSocketCore
java.lang.Object
org.eclipse.jetty.websocket.core.internal.WebSocketCore
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WebSocketCore
public WebSocketCore()
-
-
Method Details
-
hashKey
Concatenate the provided key with the Magic GUID and return the Base64 encoded form.- Parameters:
key- the key to hash- Returns:
- the
Sec-WebSocket-Acceptheader response (per opening handshake spec)
-