-
public final class HandshakeConfig
HandshakeConfig configures the pre-startup handshake between client and server.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
protocolVersion
private final String
magicCookieKey
private final String
magicCookieValue
-
Constructor Summary
Constructors Constructor Description HandshakeConfig(Integer protocolVersion, String magicCookieKey, String magicCookieValue)
-
Method Summary
Modifier and Type Method Description final Integer
getProtocolVersion()
final String
getMagicCookieKey()
final String
getMagicCookieValue()
-
-
Method Detail
-
getProtocolVersion
final Integer getProtocolVersion()
-
getMagicCookieKey
final String getMagicCookieKey()
-
getMagicCookieValue
final String getMagicCookieValue()
-
-
-
-