Class HandshakeResponse

  • All Implemented Interfaces:
    org.mariadb.jdbc.message.ClientMessage

    public final class HandshakeResponse
    extends Object
    implements org.mariadb.jdbc.message.ClientMessage
    • 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​(Writer writer,
                          org.mariadb.jdbc.client.Context context)
                   throws IOException
        Specified by:
        encode in interface org.mariadb.jdbc.message.ClientMessage
        Throws:
        IOException