Package | Description |
---|---|
org.mariadb.jdbc.internal.com.send | |
org.mariadb.jdbc.internal.protocol |
Modifier and Type | Method and Description |
---|---|
static void |
SendHandshakeResponsePacket.send(PacketOutputStream pos,
java.lang.String username,
java.lang.String password,
HostAddress currentHost,
java.lang.String database,
long clientCapabilities,
long serverCapabilities,
byte serverLanguage,
byte packetSeq,
Options options,
ReadInitialHandShakePacket greetingPacket)
Send handshake response packet.
|
Modifier and Type | Method and Description |
---|---|
private void |
AbstractConnectProtocol.authentication(byte exchangeCharset,
long clientCapabilities,
byte packetSeq,
ReadInitialHandShakePacket greetingPacket) |