org.xnap.plugin.overnet.net.msg.core
Class UpdateDownloadMessage

java.lang.Object
  extended by org.xnap.plugin.overnet.net.msg.OvernetMessage
      extended by org.xnap.plugin.overnet.net.msg.core.UpdateDownloadMessage

public class UpdateDownloadMessage
extends OvernetMessage


Field Summary
 int availability
           
 int index
           
 int sources
           
 float speed
           
 byte status
           
 int transferred
           
static byte TYPE
           
 
Fields inherited from class org.xnap.plugin.overnet.net.msg.OvernetMessage
type
 
Constructor Summary
UpdateDownloadMessage(int index, byte status, float speed, int transferred, byte availability, int sources)
           
 
Method Summary
 
Methods inherited from class org.xnap.plugin.overnet.net.msg.OvernetMessage
receive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final byte TYPE
See Also:
Constant Field Values

index

public int index

status

public byte status

speed

public float speed

transferred

public int transferred

availability

public int availability

sources

public int sources
Constructor Detail

UpdateDownloadMessage

public UpdateDownloadMessage(int index,
                             byte status,
                             float speed,
                             int transferred,
                             byte availability,
                             int sources)


Copyright © 2001-2005 XNap Team. All Rights Reserved.