Uses of Class
org.mariadb.jdbc.internal.com.read.ReadInitialHandShakePacket
Packages that use ReadInitialHandShakePacket
-
Uses of ReadInitialHandShakePacket in org.mariadb.jdbc.internal.com.send
Methods in org.mariadb.jdbc.internal.com.send with parameters of type ReadInitialHandShakePacketModifier and TypeMethodDescriptionstatic void
SendHandshakeResponsePacket.send
(PacketOutputStream pos, String username, String password, HostAddress currentHost, String database, long clientCapabilities, long serverCapabilities, byte serverLanguage, byte packetSeq, Options options, ReadInitialHandShakePacket greetingPacket) Send handshake response packet. -
Uses of ReadInitialHandShakePacket in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol with parameters of type ReadInitialHandShakePacketModifier and TypeMethodDescriptionprivate void
AbstractConnectProtocol.authentication
(byte exchangeCharset, long clientCapabilities, byte packetSeq, ReadInitialHandShakePacket greetingPacket)