Class BTMessageCancel
- java.lang.Object
-
- com.biglybt.pifimpl.local.messaging.MessageAdapter
-
- com.biglybt.pif.messaging.bittorrent.BTMessageCancel
-
public class BTMessageCancel extends MessageAdapter
-
-
Field Summary
Fields Modifier and Type Field Description private BTCancel
cancel
-
Fields inherited from interface com.biglybt.core.peermanager.messaging.Message
TYPE_DATA_PAYLOAD, TYPE_PROTOCOL_PAYLOAD
-
Fields inherited from interface com.biglybt.pif.messaging.Message
TYPE_DATA_PAYLOAD, TYPE_PROTOCOL_PAYLOAD
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BTMessageCancel(Message core_msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
int
getPieceNumber()
int
getPieceOffset()
-
Methods inherited from class com.biglybt.pifimpl.local.messaging.MessageAdapter
create, deserialize, destroy, getCoreMessage, getData, getDescription, getFeatureID, getFeatureSubID, getID, getIDBytes, getPayload, getPluginMessage, getType, getVersion
-
-