Uses of Class
org.mariadb.jdbc.internal.com.read.ReadInitialHandShakePacket
-
Packages that use ReadInitialHandShakePacket Package Description org.mariadb.jdbc.internal.com.send org.mariadb.jdbc.internal.protocol -
-
Uses of ReadInitialHandShakePacket in org.mariadb.jdbc.internal.com.send
Methods in org.mariadb.jdbc.internal.com.send with parameters of type ReadInitialHandShakePacket Modifier and Type Method Description static void
SendHandshakeResponsePacket. send(PacketOutputStream pos, java.lang.String username, java.lang.String password, HostAddress currentHost, java.lang.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 ReadInitialHandShakePacket Modifier and Type Method Description private void
AbstractConnectProtocol. authentication(byte exchangeCharset, long clientCapabilities, byte packetSeq, ReadInitialHandShakePacket greetingPacket)
-