Constructor and Description |
---|
ReadInitialHandShakePacket(PacketInputStream reader)
Read database initial stream.
|
Modifier and Type | Field and Description |
---|---|
private PacketInputStream |
SelectResultSet.reader |
Constructor and Description |
---|
SelectResultSet(ColumnInformation[] columnInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Create Streaming resultSet.
|
UpdatableResultSet(ColumnInformation[] columnsInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ServerPrepareResult |
ComStmtPrepare.read(PacketInputStream reader,
boolean eofDeprecated)
Read COM_PREPARE_RESULT.
|
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 |
---|---|
void |
GssapiAuth.authenticate(PacketOutputStream writer,
PacketInputStream in,
java.util.concurrent.atomic.AtomicInteger sequence,
java.lang.String servicePrincipalName,
java.lang.String mechanisms) |
void |
StandardGssapiAuthentication.authenticate(PacketOutputStream out,
PacketInputStream in,
java.util.concurrent.atomic.AtomicInteger sequence,
java.lang.String servicePrincipalName,
java.lang.String mechanisms)
Process default GSS plugin authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
DecompressPacketInputStream |
class |
StandardPacketInputStream |
Modifier and Type | Field and Description |
---|---|
protected PacketInputStream |
AbstractConnectProtocol.reader |
Modifier and Type | Method and Description |
---|---|
PacketInputStream |
Protocol.getReader() |
PacketInputStream |
AbstractConnectProtocol.getReader() |
Modifier and Type | Method and Description |
---|---|
private static void |
AbstractConnectProtocol.closeSocket(PacketInputStream packetInputStream,
PacketOutputStream packetOutputStream,
java.net.Socket socket) |