Package org.mariadb.jdbc.message.client
Class HandshakeResponse
- java.lang.Object
-
- org.mariadb.jdbc.message.client.HandshakeResponse
-
- All Implemented Interfaces:
ClientMessage
public final class HandshakeResponse extends Object implements ClientMessage
-
-
Constructor Summary
Constructors Constructor Description HandshakeResponse(Credential credential, String authenticationPluginType, byte[] seed, Configuration conf, String host, long clientCapabilities, byte exchangeCharset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intencode(PacketWriter writer, Context context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mariadb.jdbc.message.client.ClientMessage
batchUpdateLength, binaryProtocol, canSkipMeta, description, readPacket
-
-
-
-
Constructor Detail
-
HandshakeResponse
public HandshakeResponse(Credential credential, String authenticationPluginType, byte[] seed, Configuration conf, String host, long clientCapabilities, byte exchangeCharset)
-
-
Method Detail
-
encode
public int encode(PacketWriter writer, Context context) throws IOException
- Specified by:
encodein interfaceClientMessage- Throws:
IOException
-
-