Uses of Class
org.mariadb.jdbc.client.socket.PacketReader
Packages that use PacketReader
Package
Description
-
Uses of PacketReader in org.mariadb.jdbc.client
Fields in org.mariadb.jdbc.client declared as PacketReaderMethods in org.mariadb.jdbc.client with parameters of type PacketReaderModifier and TypeMethodDescriptionstatic void
ConnectionHelper.authenticationHandler
(Credential credential, PacketWriter writer, PacketReader reader, Context context) -
Uses of PacketReader in org.mariadb.jdbc.client.result
Fields in org.mariadb.jdbc.client.result declared as PacketReaderConstructors in org.mariadb.jdbc.client.result with parameters of type PacketReaderModifierConstructorDescriptionCompleteResult
(Statement stmt, boolean binaryProtocol, long maxRows, ColumnDefinitionPacket[] metadataList, PacketReader reader, Context context, int resultSetType, boolean closeOnCompletion, boolean traceEnable) Result
(Statement stmt, boolean binaryProtocol, long maxRows, ColumnDefinitionPacket[] metadataList, PacketReader reader, Context context, int resultSetType, boolean closeOnCompletion, boolean traceEnable) StreamingResult
(Statement stmt, boolean binaryProtocol, long maxRows, ColumnDefinitionPacket[] metadataList, PacketReader reader, Context context, int fetchSize, ReentrantLock lock, int resultSetType, boolean closeOnCompletion, boolean traceEnable) UpdatableResult
(Statement stmt, boolean binaryProtocol, long maxRows, ColumnDefinitionPacket[] metadataList, PacketReader reader, Context context, int resultSetType, boolean closeOnCompletion, boolean traceEnable) -
Uses of PacketReader in org.mariadb.jdbc.message.client
Methods in org.mariadb.jdbc.message.client with parameters of type PacketReaderModifier and TypeMethodDescriptiondefault Completion
ClientMessage.readPacket
(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, ReentrantLock lock, boolean traceEnable) PreparePacket.readPacket
(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, ReentrantLock lock, boolean traceEnable) -
Uses of PacketReader in org.mariadb.jdbc.message.server
Constructors in org.mariadb.jdbc.message.server with parameters of type PacketReaderModifierConstructorDescriptionCachedPrepareResultPacket
(ReadableByteBuf buffer, PacketReader reader, Context context) PrepareResultPacket
(ReadableByteBuf buffer, PacketReader reader, Context context) -
Uses of PacketReader in org.mariadb.jdbc.plugin
Methods in org.mariadb.jdbc.plugin with parameters of type PacketReaderModifier and TypeMethodDescriptionAuthenticationPlugin.process
(PacketWriter encoder, PacketReader decoder, Context context) Process plugin authentication. -
Uses of PacketReader in org.mariadb.jdbc.plugin.authentication.addon
Methods in org.mariadb.jdbc.plugin.authentication.addon with parameters of type PacketReaderModifier and TypeMethodDescriptionClearPasswordPlugin.process
(PacketWriter out, PacketReader in, Context context) Send password in clear text to server.SendGssApiAuthPacket.process
(PacketWriter out, PacketReader in, Context context) Process gssapi plugin authentication. -
Uses of PacketReader in org.mariadb.jdbc.plugin.authentication.addon.gssapi
Methods in org.mariadb.jdbc.plugin.authentication.addon.gssapi with parameters of type PacketReaderModifier and TypeMethodDescriptionvoid
GssapiAuth.authenticate
(PacketWriter writer, PacketReader in, String servicePrincipalName, String mechanisms) void
StandardGssapiAuthentication.authenticate
(PacketWriter out, PacketReader in, String servicePrincipalName, String mechanisms) Process default GSS plugin authentication. -
Uses of PacketReader in org.mariadb.jdbc.plugin.authentication.standard
Methods in org.mariadb.jdbc.plugin.authentication.standard with parameters of type PacketReaderModifier and TypeMethodDescriptionCachingSha2PasswordPlugin.process
(PacketWriter out, PacketReader in, Context context) Process native password plugin authentication.Ed25519PasswordPlugin.process
(PacketWriter out, PacketReader in, Context context) Process Ed25519 password plugin authentication.NativePasswordPlugin.process
(PacketWriter out, PacketReader in, Context context) Process native password plugin authentication.SendPamAuthPacket.process
(PacketWriter out, PacketReader in, Context context) Process PAM plugin authentication.