public class SendSslConnectionRequestPacket
extends java.lang.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 java.io.IOException
pos - output streamclientCapabilities - client capabilitiesserverLanguage - connection charsetjava.io.IOException - if any connection error occur