Uses of Class
org.mariadb.jdbc.message.server.InitialHandshakePacket
-
Packages that use InitialHandshakePacket Package Description org.mariadb.jdbc.client.context org.mariadb.jdbc.client.impl org.mariadb.jdbc.message.server -
-
Uses of InitialHandshakePacket in org.mariadb.jdbc.client.context
Constructors in org.mariadb.jdbc.client.context with parameters of type InitialHandshakePacket Constructor Description BaseContext(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, org.mariadb.jdbc.client.PrepareCache prepareCache)Constructor of connection contextRedoContext(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, org.mariadb.jdbc.client.PrepareCache prepareCache)Constructor -
Uses of InitialHandshakePacket in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl with parameters of type InitialHandshakePacket Modifier and Type Method Description static byteConnectionHelper. decideLanguage(InitialHandshakePacket handshake)Default collation used for string exchanges with server. -
Uses of InitialHandshakePacket in org.mariadb.jdbc.message.server
Methods in org.mariadb.jdbc.message.server that return InitialHandshakePacket Modifier and Type Method Description static InitialHandshakePacketInitialHandshakePacket. decode(org.mariadb.jdbc.client.ReadableByteBuf reader)parsing packet
-