Class WebSocketCore
java.lang.Object
org.eclipse.jetty.websocket.core.internal.WebSocketCore
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
WebSocketCorepublic WebSocketCore()
 
- 
- 
Method Details- 
hashKeyConcatenate 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)
 
 
-