com.jscape.inet.ssh.authentication.messages
Class SshMsgUserauthSuccess
java.lang.Object
com.jscape.inet.ssh.transport.Message
com.jscape.inet.ssh.authentication.messages.SshMsgUserauthSuccess
public final class SshMsgUserauthSuccess
- extends Message
Type SshMsgUserauthSuccess
- Version:
- 1.0
- Author:
- Alex
Field Summary |
static int |
TYPE
Field TYPE |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final int TYPE
- Field TYPE
- See Also:
- Constant Field Values
SshMsgUserauthSuccess
public SshMsgUserauthSuccess()
- Creates message.
readFrom
public static SshMsgUserauthSuccess readFrom(java.io.InputStream in)
- Parameters:
in
-
- Returns:
- SshMsgUserauthSuccess instance
writeTo
public void writeTo(java.io.OutputStream out)
throws java.io.IOException
- Overrides:
writeTo
in class Message
- Parameters:
out
-
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Returns the string representation of this message.
- Overrides:
toString
in class java.lang.Object
- Returns:
- the string representation of this message
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved