org.xnap.plugin.overnet.net.msg.client
Class GetGapsMessage

java.lang.Object
  extended by org.xnap.plugin.overnet.net.msg.OvernetMessage
      extended by org.xnap.plugin.overnet.net.msg.client.OvernetClientMessage
          extended by org.xnap.plugin.overnet.net.msg.client.GetGapsMessage

public class GetGapsMessage
extends OvernetClientMessage


Field Summary
static byte TYPE
           
 
Fields inherited from class org.xnap.plugin.overnet.net.msg.OvernetMessage
type
 
Constructor Summary
GetGapsMessage(byte[] hash)
          Request gaps information from core for a specific download.
 
Method Summary
 
Methods inherited from class org.xnap.plugin.overnet.net.msg.client.OvernetClientMessage
getBuffer, put, put, putInt, putShort, putString
 
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
Constructor Detail

GetGapsMessage

public GetGapsMessage(byte[] hash)
Request gaps information from core for a specific download.

Parameters:
hash - 16 byte long hash


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