Uses of Interface
org.mariadb.jdbc.internal.io.input.PacketInputStream
-
-
Uses of PacketInputStream in org.mariadb.jdbc.authentication
Methods in org.mariadb.jdbc.authentication with parameters of type PacketInputStream Modifier and Type Method Description BufferAuthenticationPlugin. process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence)Process plugin authentication. -
Uses of PacketInputStream in org.mariadb.jdbc.internal.com.read
Constructors in org.mariadb.jdbc.internal.com.read with parameters of type PacketInputStream Constructor Description 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 Constructor Description SelectResultSet(ColumnDefinition[] columnDefinition, Results results, Protocol protocol, PacketInputStream reader, boolean callableResult, boolean eofDeprecated)Create Streaming resultSet.UpdatableResultSet(ColumnDefinition[] columnsInformation, Results results, Protocol protocol, PacketInputStream reader, boolean callableResult, boolean eofDeprecated)Constructor. -
Uses of PacketInputStream in org.mariadb.jdbc.internal.com.send
Methods in org.mariadb.jdbc.internal.com.send with parameters of type PacketInputStream Modifier and Type Method Description ServerPrepareResultComStmtPrepare. read(PacketInputStream reader, boolean eofDeprecated)Read COM_PREPARE_RESULT. -
Uses of PacketInputStream in org.mariadb.jdbc.internal.com.send.authentication
Methods in org.mariadb.jdbc.internal.com.send.authentication with parameters of type PacketInputStream Modifier and Type Method Description BufferCachingSha2PasswordPlugin. process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence)Process native password plugin authentication.BufferClearPasswordPlugin. process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence)Send password in clear text to server.BufferEd25519PasswordPlugin. process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence)Process Ed25519 password plugin authentication.BufferNativePasswordPlugin. process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence)Process native password plugin authentication.BufferOldPasswordPlugin. process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence)Process old password plugin authentication.BufferSendGssApiAuthPacket. process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence)Process gssapi plugin authentication.BufferSendPamAuthPacket. process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence)Process PAM plugin authentication.BufferSha256PasswordPlugin. process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence)Process SHA 256 password plugin authentication.static PublicKeySha256PasswordPlugin. readPublicKeyFromSocket(PacketInputStream reader, AtomicInteger sequence)Read public Key from socket. -
Uses of PacketInputStream in org.mariadb.jdbc.internal.com.send.authentication.gssapi
Methods in org.mariadb.jdbc.internal.com.send.authentication.gssapi with parameters of type PacketInputStream Modifier and Type Method Description voidGssapiAuth. authenticate(PacketOutputStream writer, PacketInputStream in, AtomicInteger sequence, String servicePrincipalName, String mechanisms)voidStandardGssapiAuthentication. authenticate(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence, String servicePrincipalName, String mechanisms)Process default GSS plugin authentication.voidWindowsNativeSspiAuthentication. authenticate(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence, String servicePrincipalName, String mechanisms)Process native windows GSS plugin authentication. -
Uses of PacketInputStream in org.mariadb.jdbc.internal.io.input
Classes in org.mariadb.jdbc.internal.io.input that implement PacketInputStream Modifier and Type Class Description classDecompressPacketInputStreamclassStandardPacketInputStream -
Uses of PacketInputStream in org.mariadb.jdbc.internal.protocol
Fields in org.mariadb.jdbc.internal.protocol declared as PacketInputStream Modifier and Type Field Description protected PacketInputStreamAbstractConnectProtocol. readerMethods in org.mariadb.jdbc.internal.protocol that return PacketInputStream Modifier and Type Method Description PacketInputStreamAbstractConnectProtocol. getReader()PacketInputStreamProtocol. getReader()
-