|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.ssh.transport.Message
com.jscape.inet.ssh.authentication.messages.SshMsgUserauthBanner
public final class SshMsgUserauthBanner
Represents SSH_MSG_USERAUTH_BANNER type of SSH2 protocol messages.
Field Summary | |
---|---|
static int |
TYPE
Message type code. |
Constructor Summary | |
---|---|
SshMsgUserauthBanner(java.lang.String message,
java.lang.String languageTag)
Creates message giving corresponded attributes. |
Method Summary | |
---|---|
java.lang.String |
getLanguageTag()
Returns language tag. |
java.lang.String |
getMessage()
Returns banner message. |
static SshMsgUserauthBanner |
readFrom(java.io.InputStream in)
|
java.lang.String |
toString()
Returns the string representation of this message. |
void |
writeTo(java.io.OutputStream out)
|
Methods inherited from class com.jscape.inet.ssh.transport.Message |
---|
getId, getType, readFrom, readFrom, setId, writeTo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TYPE
Constructor Detail |
---|
public SshMsgUserauthBanner(java.lang.String message, java.lang.String languageTag)
message
- banner message.languageTag
- language tag.Method Detail |
---|
public static SshMsgUserauthBanner readFrom(java.io.InputStream in) throws java.io.IOException
in
-
java.io.IOException
public java.lang.String getMessage()
public java.lang.String getLanguageTag()
public void writeTo(java.io.OutputStream out) throws java.io.IOException
writeTo
in class Message
out
-
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |