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

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

public class ChangeUploadSlotMessage
extends OvernetCoreMessage


Field Summary
 byte[] fileHash
           
 java.lang.String filename
           
 int index
           
 java.lang.String peer
           
 Tags tags
           
static byte TYPE
           
 byte[] userHash
           
 
Fields inherited from class org.xnap.plugin.overnet.net.msg.OvernetMessage
type
 
Constructor Summary
ChangeUploadSlotMessage(java.nio.ByteBuffer buffer)
           
 
Method Summary
 boolean isValid()
           
 
Methods inherited from class org.xnap.plugin.overnet.net.msg.core.OvernetCoreMessage
get, get, getFloat, getInt, getShort, getString, readTags, remaining, skip
 
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

filename

public java.lang.String filename

userHash

public byte[] userHash

fileHash

public byte[] fileHash

tags

public Tags tags

peer

public java.lang.String peer
Constructor Detail

ChangeUploadSlotMessage

public ChangeUploadSlotMessage(java.nio.ByteBuffer buffer)
Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class OvernetCoreMessage


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