Uses of Interface
org.mariadb.jdbc.internal.io.input.PacketInputStream
Packages that use PacketInputStream
Package
Description
-
Uses of PacketInputStream in org.mariadb.jdbc.internal.com.read
Constructors in org.mariadb.jdbc.internal.com.read with parameters of type PacketInputStreamModifierConstructorDescriptionRead database initial stream. -
Uses of PacketInputStream in org.mariadb.jdbc.internal.com.read.resultset
Fields in org.mariadb.jdbc.internal.com.read.resultset declared as PacketInputStreamConstructors in org.mariadb.jdbc.internal.com.read.resultset with parameters of type PacketInputStreamModifierConstructorDescriptionSelectResultSet(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. -
Uses of PacketInputStream in org.mariadb.jdbc.internal.com.send
Methods in org.mariadb.jdbc.internal.com.send with parameters of type PacketInputStreamModifier and TypeMethodDescriptionComStmtPrepare.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 PacketInputStreamModifier and TypeMethodDescriptionAuthenticationPlugin.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process plugin authentication.ClearPasswordPlugin.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Send password in clear text to server.Ed25519PasswordPlugin.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process Ed25519 password plugin authentication.NativePasswordPlugin.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process native password plugin authentication.OldPasswordPlugin.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process old password plugin authentication.SendGssApiAuthPacket.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process gssapi plugin authentication.SendPamAuthPacket.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process PAM plugin authentication. -
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 PacketInputStreamModifier and TypeMethodDescriptionvoidGssapiAuth.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. -
Uses of PacketInputStream in org.mariadb.jdbc.internal.io.input
Classes in org.mariadb.jdbc.internal.io.input that implement PacketInputStreamModifier and TypeClassDescriptionclassclass -
Uses of PacketInputStream in org.mariadb.jdbc.internal.protocol
Fields in org.mariadb.jdbc.internal.protocol declared as PacketInputStreamMethods in org.mariadb.jdbc.internal.protocol that return PacketInputStreamMethods in org.mariadb.jdbc.internal.protocol with parameters of type PacketInputStreamModifier and TypeMethodDescriptionprivate static voidAbstractConnectProtocol.closeSocket(PacketInputStream packetInputStream, PacketOutputStream packetOutputStream, Socket socket)