public class SendSslConnectionRequestPacket extends java.lang.Object implements InterfaceSendPacket
| Modifier and Type | Field and Description |
|---|---|
private long |
clientCapabilities |
private byte |
serverLanguage |
| Constructor and Description |
|---|
SendSslConnectionRequestPacket(long clientCapabilities,
byte serverLanguage) |
| Modifier and Type | Method and Description |
|---|---|
void |
send(PacketOutputStream pos)
Send capabilities.
|
private final long clientCapabilities
private final byte serverLanguage
public SendSslConnectionRequestPacket(long clientCapabilities,
byte serverLanguage)
public void send(PacketOutputStream pos) throws java.io.IOException
send in interface InterfaceSendPacketpos - database stream.java.io.IOException - if any connection error occur