Package akka.http.impl.engine.ws
Class Handshake
- java.lang.Object
-
- akka.http.impl.engine.ws.Handshake
-
public class Handshake extends java.lang.ObjectServer-side implementation of the WebSocket handshakeINTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHandshake.Client$static classHandshake.Server$
-
Constructor Summary
Constructors Constructor Description Handshake()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConnectionConnectionUpgradeHeader()static intCurrentWebSocketVersion()static Sec$minusWebSocket$minusVersionSecWebSocketVersionHeader()static UpgradeUpgradeHeader()
-
-
-
Method Detail
-
CurrentWebSocketVersion
public static int CurrentWebSocketVersion()
-
UpgradeHeader
public static Upgrade UpgradeHeader()
-
ConnectionUpgradeHeader
public static Connection ConnectionUpgradeHeader()
-
SecWebSocketVersionHeader
public static Sec$minusWebSocket$minusVersion SecWebSocketVersionHeader()
-
-