|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PacketInputStream in org.mariadb.jdbc.internal.com.read |
|---|
| Constructors in org.mariadb.jdbc.internal.com.read with parameters of type PacketInputStream | |
|---|---|
ReadInitialHandShakePacket(PacketInputStream reader)
Read database initial stream. |
|
| Uses of PacketInputStream in org.mariadb.jdbc.internal.com.read.resultset |
|---|
| Constructors in org.mariadb.jdbc.internal.com.read.resultset with parameters of type PacketInputStream | |
|---|---|
SelectResultSet(ColumnInformation[] columnInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Create Streaming resultSet. |
|
| Uses of PacketInputStream in org.mariadb.jdbc.internal.com.send |
|---|
| Methods in org.mariadb.jdbc.internal.com.send with parameters of type PacketInputStream | |
|---|---|
void |
SendPamAuthPacket.handleResultPacket(PacketInputStream reader)
|
void |
SendGssApiAuthPacket.handleResultPacket(PacketInputStream reader)
|
void |
InterfaceAuthSwitchSendResponsePacket.handleResultPacket(PacketInputStream reader)
|
void |
AbstractAuthSwitchSendResponsePacket.handleResultPacket(PacketInputStream reader)
Handle response packet. |
ServerPrepareResult |
ComStmtPrepare.read(PacketInputStream reader,
boolean eofDeprecated)
Read COM_PREPARE_RESULT. |
| Constructors in org.mariadb.jdbc.internal.com.send with parameters of type PacketInputStream | |
|---|---|
SendGssApiAuthPacket(PacketInputStream reader,
String password,
byte[] authData,
int packSeq,
String passwordCharacterEncoding)
|
|
SendPamAuthPacket(PacketInputStream reader,
String password,
byte[] authData,
int packSeq,
String passwordCharacterEncoding)
|
|
| Uses of PacketInputStream in org.mariadb.jdbc.internal.com.send.gssapi |
|---|
| Fields in org.mariadb.jdbc.internal.com.send.gssapi declared as PacketInputStream | |
|---|---|
protected PacketInputStream |
GssapiAuth.reader
|
| Constructors in org.mariadb.jdbc.internal.com.send.gssapi with parameters of type PacketInputStream | |
|---|---|
GssapiAuth(PacketInputStream reader,
int packSeq)
|
|
StandardGssapiAuthentication(PacketInputStream reader,
int packSeq)
|
|
WindowsNativeSspiAuthentication(PacketInputStream reader,
int packSeq)
|
|
| Uses of PacketInputStream in org.mariadb.jdbc.internal.io.input |
|---|
| Classes in org.mariadb.jdbc.internal.io.input that implement PacketInputStream | |
|---|---|
class |
DecompressPacketInputStream
|
class |
StandardPacketInputStream
|
| Uses of PacketInputStream in org.mariadb.jdbc.internal.protocol |
|---|
| Fields in org.mariadb.jdbc.internal.protocol declared as PacketInputStream | |
|---|---|
protected PacketInputStream |
AbstractConnectProtocol.reader
|
| Methods in org.mariadb.jdbc.internal.protocol that return PacketInputStream | |
|---|---|
PacketInputStream |
Protocol.getReader()
|
PacketInputStream |
AbstractConnectProtocol.getReader()
|
| Methods in org.mariadb.jdbc.internal.protocol with parameters of type PacketInputStream | |
|---|---|
protected static void |
AbstractConnectProtocol.close(PacketInputStream packetInputStream,
PacketOutputStream packetOutputStream,
Socket socket)
|
| Uses of PacketInputStream in org.mariadb.jdbc.internal.protocol.authentication |
|---|
| Methods in org.mariadb.jdbc.internal.protocol.authentication with parameters of type PacketInputStream | |
|---|---|
static InterfaceAuthSwitchSendResponsePacket |
DefaultAuthenticationProvider.processAuthPlugin(PacketInputStream reader,
String plugin,
String password,
byte[] authData,
int seqNo,
String passwordCharacterEncoding)
Process AuthenticationSwitch. |
InterfaceAuthSwitchSendResponsePacket |
AuthenticationProviderHolder.AuthenticationProvider.processAuthPlugin(PacketInputStream reader,
String plugin,
String password,
byte[] authData,
int seqNo,
String passwordCharacterEncoding)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||