org.gudy.azureus2.plugins.messaging.bittorrent
Class BTMessageRequest

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.messaging.MessageAdapter
      extended by org.gudy.azureus2.plugins.messaging.bittorrent.BTMessageRequest
All Implemented Interfaces:
Message

public class BTMessageRequest
extends MessageAdapter


Field Summary
 
Fields inherited from interface org.gudy.azureus2.plugins.messaging.Message
TYPE_DATA_PAYLOAD, TYPE_PROTOCOL_PAYLOAD
 
Fields inherited from interface com.aelitis.azureus.core.peermanager.messaging.Message
TYPE_DATA_PAYLOAD, TYPE_PROTOCOL_PAYLOAD
 
Constructor Summary
protected BTMessageRequest(Message core_msg)
           
 
Method Summary
 int getLength()
           
 int getPieceNumber()
           
 int getPieceOffset()
           
 
Methods inherited from class org.gudy.azureus2.pluginsimpl.local.messaging.MessageAdapter
create, deserialize, destroy, getCoreMessage, getData, getDescription, getFeatureID, getFeatureSubID, getID, getIDBytes, getPayload, getPluginMessage, getType, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTMessageRequest

protected BTMessageRequest(Message core_msg)
Method Detail

getPieceNumber

public int getPieceNumber()

getPieceOffset

public int getPieceOffset()

getLength

public int getLength()