public class MySQLClientAuthPacket extends Object implements CommandPacket
| Constructor and Description |
|---|
MySQLClientAuthPacket(String username,
String password,
String database,
Set<MySQLServerCapabilities> serverCapabilities,
byte[] seed,
byte packetSeq) |
public MySQLClientAuthPacket(String username, String password, String database, Set<MySQLServerCapabilities> serverCapabilities, byte[] seed, byte packetSeq)
public int send(OutputStream os) throws IOException
send in interface CommandPacketIOExceptionCopyright © 2016. All rights reserved.