Uses of Class
org.mariadb.jdbc.message.server.InitialHandshakePacket
Packages that use InitialHandshakePacket
-
Uses of InitialHandshakePacket in org.mariadb.jdbc.client.context
Constructors in org.mariadb.jdbc.client.context with parameters of type InitialHandshakePacketModifierConstructorDescriptionBaseContext(HostAddress hostAddress, InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache) Constructor of connection contextRedoContext(HostAddress hostAddress, InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache) Constructor -
Uses of InitialHandshakePacket in org.mariadb.jdbc.message.server
Methods in org.mariadb.jdbc.message.server that return InitialHandshakePacketModifier and TypeMethodDescriptionstatic InitialHandshakePacketInitialHandshakePacket.decode(ReadableByteBuf reader) parsing packet