static void |
SendHandshakeResponsePacket.send(PacketOutputStream pos,
Credential credential,
String host,
String database,
long clientCapabilities,
long serverCapabilities,
byte serverLanguage,
byte packetSeq,
Options options,
String authenticationPluginType,
byte[] seed,
String clientIp)
Send handshake response packet.
|
static void |
SendHandshakeResponsePacket.sendChangeUser(PacketOutputStream pos,
Credential credential,
String host,
String database,
long clientCapabilities,
long serverCapabilities,
byte serverLanguage,
byte packetSeq,
Options options,
String authenticationPluginType,
byte[] seed,
String clientIp,
boolean isOracleMode) |