Class AcceptHash
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.AcceptHash
-
@Deprecated public class AcceptHash extends java.lang.ObjectDeprecated.This api is not supported anymore. Please do not use it.Logic for working with theSec-WebSocket-KeyandSec-WebSocket-Acceptheaders.This is kept separate from Connection objects to facilitate difference in behavior between client and server, as well as making testing easier.
-
-
Constructor Summary
Constructors Constructor Description AcceptHash()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringhashKey(java.lang.String key)Deprecated.Concatenate the provided key with the Magic GUID and return the Base64 encoded form.
-