Class WebSocketUtils
java.lang.Object
org.eclipse.jetty.websocket.core.util.WebSocketUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WebSocketUtils
public WebSocketUtils()
-
-
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)
-