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

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

public class MySQLPingPacket
extends java.lang.Object
implements CommandPacket

. User: marcuse Date: Feb 14, 2009 Time: 10:14:13 PM


Constructor Summary
MySQLPingPacket()
           
 
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

MySQLPingPacket

public MySQLPingPacket()
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.