|
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.transport.messages.SshMsgUnimplemented
public class SshMsgUnimplemented
The SSH message: SSH_MSG_UNIMPLEMENTED.
| Field Summary | |
|---|---|
static int |
TYPE
Message type code. |
| Constructor Summary | |
|---|---|
SshMsgUnimplemented(long messageNo)
Creates a new message instance. |
|
| Method Summary | |
|---|---|
long |
getMessageNo()
Returns the unimplementd message #. |
static SshMsgUnimplemented |
readFrom(java.io.InputStream in)
|
static Message |
readFrom(SshReader reader)
Reads the message from the reader. |
java.lang.String |
toString()
Returns the string representation of this message. |
void |
writeTo(java.io.OutputStream out)
|
void |
writeTo(SshWriter writer)
Writes the message to the specified writer. |
| Methods inherited from class com.jscape.inet.ssh.transport.Message |
|---|
getId, getType, readFrom, readFrom, setId |
| 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 SshMsgUnimplemented(long messageNo)
messageNo - the unimplementd message #| Method Detail |
|---|
public static SshMsgUnimplemented readFrom(java.io.InputStream in)
throws java.io.IOException
in -
java.io.IOException
public static Message readFrom(SshReader reader)
throws java.io.IOException
reader - the SSH types reader
java.io.IOException - if an I/O error occurspublic long getMessageNo()
public void writeTo(java.io.OutputStream out)
throws java.io.IOException
writeTo in class Messageout -
java.io.IOException
public void writeTo(SshWriter writer)
throws java.io.IOException
writeTo in class Messagewriter - the SSH types writer
java.io.IOException - if an I/O error occurspublic 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 | |||||||||