Secure iNet Factory

com.jscape.inet.ssh.transport.messages
Class SshMsgIgnore

java.lang.Object
  extended by com.jscape.inet.ssh.transport.Message
      extended by com.jscape.inet.ssh.transport.messages.SshMsgIgnore
All Implemented Interfaces:
TransportDispatchable

public class SshMsgIgnore
extends Message
implements TransportDispatchable

Ignored data message: SSH_MSG_IGNORE. This message can be used as an additional protection measure against advanced traffic analysis techniques.

Version:
1.0
Author:
Alex Usun

Field Summary
static int TYPE
          Message type code.
 
Constructor Summary
SshMsgIgnore(byte[] data)
          Creates a new message instance.
 
Method Summary
 boolean accept(TransportMessageDispatcher dispatcher)
          Calls an appropriate dispatcher method.
 byte[] getData()
          Returns the message data.
static SshMsgIgnore 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

TYPE

public static final int TYPE
Message type code.

See Also:
Constant Field Values
Constructor Detail

SshMsgIgnore

public SshMsgIgnore(byte[] data)
Creates a new message instance.

Parameters:
data - the message data
Method Detail

readFrom

public static SshMsgIgnore readFrom(java.io.InputStream in)
Parameters:
in -
Returns:
SshMsgIgnore instance

readFrom

public static Message readFrom(SshReader reader)
                        throws java.io.IOException
Reads the message from the reader.

Parameters:
reader - the SSH types reader
Returns:
the readed message
Throws:
java.io.IOException - if an I/O error occurs

getData

public byte[] getData()
Returns the message data.

Returns:
the message data

writeTo

public void writeTo(java.io.OutputStream out)
             throws java.io.IOException
Overrides:
writeTo in class Message
Parameters:
out -
Throws:
java.io.IOException

writeTo

public void writeTo(SshWriter writer)
             throws java.io.IOException
Writes the message to the specified writer.

Overrides:
writeTo in class Message
Parameters:
writer - the SSH types writer
Throws:
java.io.IOException - if an I/O error occurs

accept

public boolean accept(TransportMessageDispatcher dispatcher)
Calls an appropriate dispatcher method.

Specified by:
accept in interface TransportDispatchable
Parameters:
dispatcher - the message dispatcher
Returns:
true if dispatcher can dispatch this message; false otherwise

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

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved