org.drizzle.jdbc.internal.mysql.packet.commands
Class AbbreviatedMySQLClientAuthPacket

java.lang.Object
  extended by org.drizzle.jdbc.internal.mysql.packet.commands.AbbreviatedMySQLClientAuthPacket
All Implemented Interfaces:
CommandPacket

public class AbbreviatedMySQLClientAuthPacket
extends java.lang.Object
implements CommandPacket

used for starting ssl connections!


Constructor Summary
AbbreviatedMySQLClientAuthPacket(java.util.Set<MySQLServerCapabilities> serverCapabilities)
           
 
Method Summary
 int send(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbbreviatedMySQLClientAuthPacket

public AbbreviatedMySQLClientAuthPacket(java.util.Set<MySQLServerCapabilities> serverCapabilities)
Method Detail

send

public int send(java.io.OutputStream os)
         throws java.io.IOException
Specified by:
send in interface CommandPacket
Throws:
java.io.IOException


Copyright © 2012. All Rights Reserved.