Package akka.http.impl.engine.ws
Class Handshake$
- java.lang.Object
-
- akka.http.impl.engine.ws.Handshake$
-
public class Handshake$ extends java.lang.Object
Server-side implementation of the WebSocket handshakeINTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static Handshake$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Handshake$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Connection
ConnectionUpgradeHeader()
int
CurrentWebSocketVersion()
Sec$minusWebSocket$minusVersion
SecWebSocketVersionHeader()
Upgrade
UpgradeHeader()
-
-
-
Field Detail
-
MODULE$
public static final Handshake$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
CurrentWebSocketVersion
public int CurrentWebSocketVersion()
-
UpgradeHeader
public Upgrade UpgradeHeader()
-
ConnectionUpgradeHeader
public Connection ConnectionUpgradeHeader()
-
SecWebSocketVersionHeader
public Sec$minusWebSocket$minusVersion SecWebSocketVersionHeader()
-
-