ants.p2p.messages
Class FileSizePullErrorControlMessage

java.lang.Object
  extended by ants.p2p.Message
      extended by ants.p2p.messages.ControlMessage
          extended by ants.p2p.messages.FileSizePullErrorControlMessage
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class FileSizePullErrorControlMessage
extends ControlMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ants.p2p.Message
dest
 
Constructor Summary
FileSizePullErrorControlMessage(java.lang.Integer controlID, byte[] content, java.lang.String message)
           
FileSizePullErrorControlMessage(Message m, java.lang.Integer controlID, byte[] content, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class ants.p2p.messages.ControlMessage
decrypt, encrypt, getContent, getControlId, getMessage
 
Methods inherited from class ants.p2p.Message
disableAutoRetransmit, equals, fillMessageProperties, getAck_Id, getDelivered, getDest, getPublicKey, getRetrasmissions, getSignableMessage, getSignature, getSource, getSourceAddress, getType, getVersion, invalidate, resetDelivered, resetDest, resetSource, retrasmitted, setDelivered, setPublicKey, setSignature
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSizePullErrorControlMessage

public FileSizePullErrorControlMessage(Message m,
                                       java.lang.Integer controlID,
                                       byte[] content,
                                       java.lang.String message)

FileSizePullErrorControlMessage

public FileSizePullErrorControlMessage(java.lang.Integer controlID,
                                       byte[] content,
                                       java.lang.String message)