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
-
-
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 ConnectionConnectionUpgradeHeader()intCurrentWebSocketVersion()Sec$minusWebSocket$minusVersionSecWebSocketVersionHeader()UpgradeUpgradeHeader()
-
-
-
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()
-
-