net.clackrouter.protocol.commands
Class VNSAuthRequestProtocolCommand

java.lang.Object
  extended by net.clackrouter.protocol.commands.VNSProtocolCommand
      extended by net.clackrouter.protocol.commands.VNSAuthRequestProtocolCommand

public class VNSAuthRequestProtocolCommand
extends VNSProtocolCommand


Field Summary
 
Fields inherited from class net.clackrouter.protocol.commands.VNSProtocolCommand
LENGTH_LEN, m_type, TYPE_AUTHREPLY, TYPE_AUTHREQUEST, TYPE_AUTHSTATUS, TYPE_BANNER, TYPE_CLOSE, TYPE_HWINFO, TYPE_INVALID, TYPE_LEN, TYPE_OPEN, TYPE_OPENTEMPLATE, TYPE_PACKET, TYPE_RTABLE
 
Constructor Summary
VNSAuthRequestProtocolCommand(java.nio.ByteBuffer commandBuffer)
           
 
Method Summary
 java.nio.ByteBuffer getSalt()
           
 
Methods inherited from class net.clackrouter.protocol.commands.VNSProtocolCommand
constructByteBuffer, constructByteBuffer, extractByteBuffer, getByteBuffer, getData, getLength, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VNSAuthRequestProtocolCommand

public VNSAuthRequestProtocolCommand(java.nio.ByteBuffer commandBuffer)
                              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getSalt

public java.nio.ByteBuffer getSalt()