|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.plugin.overnet.net.msg.OvernetMessage org.xnap.plugin.overnet.net.msg.core.UpdateDownloadMessage
public class UpdateDownloadMessage
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 |
---|
public static final byte TYPE
public int index
public byte status
public float speed
public int transferred
public int availability
public int sources
Constructor Detail |
---|
public UpdateDownloadMessage(int index, byte status, float speed, int transferred, byte availability, int sources)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |