public class SendSslConnectionRequestPacket extends Object
Constructor and Description |
---|
SendSslConnectionRequestPacket() |
Modifier and Type | Method and Description |
---|---|
static void |
send(PacketOutputStream pos,
long clientCapabilities,
byte serverLanguage)
Send SSL request packet.
|
public static void send(PacketOutputStream pos, long clientCapabilities, byte serverLanguage) throws IOException
pos
- output streamclientCapabilities
- client capabilitiesserverLanguage
- connection charsetIOException
- if any connection error occurCopyright © 2020 mariadb.com. All rights reserved.