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