Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.authentication » [javadoc | source]
com.sshtools.j2ssh.authentication
public class: SshMsgUserAuthSuccess [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.transport.SshMessage
      com.sshtools.j2ssh.authentication.SshMsgUserAuthSuccess
Field Summary
protected static final  int SSH_MSG_USERAUTH_SUCCESS     
Constructor:
 public SshMsgUserAuthSuccess() 
Method from com.sshtools.j2ssh.authentication.SshMsgUserAuthSuccess Summary:
constructByteArray,   constructMessage,   getMessageName
Methods from com.sshtools.j2ssh.transport.SshMessage:
constructByteArray,   constructMessage,   fromByteArray,   getMessageId,   getMessageId,   getMessageName,   toByteArray
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.authentication.SshMsgUserAuthSuccess Detail:
 protected  void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException 
 protected  void constructMessage(ByteArrayReader bar) throws InvalidMessageException 
 public String getMessageName()