public interface SslRequest extends LoginClientMessage
ClientMessage that considers SSL request for handshake.| Modifier and Type | Method and Description |
|---|---|
static SslRequest |
from(int envelopeId,
Capability capability,
int collationId)
Construct an instance of
SslRequest, it is implemented by the protocol version that is given by
Capability. |
Capability |
getCapability()
Get current
Capability of the connection. |
getEnvelopeIdencodeCapability getCapability()
Capability of the connection.Capability.static SslRequest from(int envelopeId, Capability capability, int collationId)
SslRequest, it is implemented by the protocol version that is given by
Capability.envelopeId - the beginning envelope ID of this message.capability - the current Capability.collationId - the CharCollation ID, or 0 if server does not return a collation ID.Copyright © 2018–2023 asyncer.io. All rights reserved.