com.github.shyiko.mysql.binlog.network.protocol.command
Class SSLRequestCommand

java.lang.Object
  extended by com.github.shyiko.mysql.binlog.network.protocol.command.SSLRequestCommand
All Implemented Interfaces:
Command, Packet

public class SSLRequestCommand
extends Object
implements Command

Author:
Stanley Shyiko

Field Summary
 
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH
 
Constructor Summary
SSLRequestCommand()
           
 
Method Summary
 void setClientCapabilities(int clientCapabilities)
           
 void setCollation(int collation)
           
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLRequestCommand

public SSLRequestCommand()
Method Detail

setClientCapabilities

public void setClientCapabilities(int clientCapabilities)

setCollation

public void setCollation(int collation)

toByteArray

public byte[] toByteArray()
                   throws IOException
Specified by:
toByteArray in interface Command
Throws:
IOException


Copyright © 2016. All Rights Reserved.