Modifier and Type | Method and Description |
---|---|
Buffer |
Buffer.getLengthEncodedBuffer()
Get next data bytes from length encoded prefix.
|
Constructor and Description |
---|
EndOfFilePacket(Buffer buffer)
Read EOF stream.
|
ErrorPacket(Buffer buffer)
Reading error stream.
|
OkPacket(Buffer buffer)
Read Ok stream result.
|
Modifier and Type | Field and Description |
---|---|
private Buffer |
ColumnInformation.buffer |
Constructor and Description |
---|
ColumnInformation(Buffer buffer)
Read column information from buffer.
|
Modifier and Type | Method and Description |
---|---|
private java.sql.SQLException |
ComStmtPrepare.buildErrorException(Buffer buffer) |
Modifier and Type | Method and Description |
---|---|
Buffer |
SendGssApiAuthPacket.process(PacketOutputStream out,
PacketInputStream in,
java.util.concurrent.atomic.AtomicInteger sequence)
Process gssapi plugin authentication.
|
Buffer |
AuthenticationPlugin.process(PacketOutputStream out,
PacketInputStream in,
java.util.concurrent.atomic.AtomicInteger sequence)
Process plugin authentication.
|
Buffer |
Ed25519PasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
java.util.concurrent.atomic.AtomicInteger sequence)
Process Ed25519 password plugin authentication.
|
Buffer |
OldPasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
java.util.concurrent.atomic.AtomicInteger sequence)
Process old password plugin authentication.
|
Buffer |
NativePasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
java.util.concurrent.atomic.AtomicInteger sequence)
Process native password plugin authentication.
|
Buffer |
ClearPasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
java.util.concurrent.atomic.AtomicInteger sequence)
Send password in clear text to server.
|
Buffer |
SendPamAuthPacket.process(PacketOutputStream out,
PacketInputStream in,
java.util.concurrent.atomic.AtomicInteger sequence)
Process PAM plugin authentication.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
DecompressPacketInputStream.getPacket(boolean reUsable) |
Buffer |
PacketInputStream.getPacket(boolean reUsable) |
Buffer |
StandardPacketInputStream.getPacket(boolean reUsable) |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractQueryProtocol.handleStateChange(Buffer buf,
Results results) |
private java.sql.SQLException |
AbstractQueryProtocol.readErrorPacket(Buffer buffer,
Results results)
Read ERR_Packet.
|
private void |
AbstractQueryProtocol.readLocalInfilePacket(Buffer buffer,
Results results)
Read Local_infile Packet.
|
private void |
AbstractQueryProtocol.readOkPacket(Buffer buffer,
Results results)
Read OK_Packet.
|
private void |
AbstractQueryProtocol.readResultSet(Buffer buffer,
Results results)
Read ResultSet Packet.
|