public interface SslRequest extends SubsequenceClientMessage
ClientMessage that considers SSL request for handshake.| Modifier and Type | Method and Description |
|---|---|
static SslRequest |
from(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. |
isSequenceResetencode, isCumulativeCapability getCapability()
Capability of the connection.Capability.static SslRequest from(Capability capability, int collationId)
SslRequest, it is implemented by the protocol version that is given by
Capability.capability - the current Capability.collationId - the CharCollation ID, or 0 if server does not return a collation ID.Copyright © 2018–2024 asyncer.io. All rights reserved.