Package com.biglybt.core.tracker.host
Interface TRHostTorrentRequest
- All Known Implementing Classes:
TRHostTorrentRequestImpl
public interface TRHostTorrentRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
-
Field Details
-
RT_ANNOUNCE
static final int RT_ANNOUNCE- See Also:
-
RT_SCRAPE
static final int RT_SCRAPE- See Also:
-
RT_FULL_SCRAPE
static final int RT_FULL_SCRAPE- See Also:
-
-
Method Details
-
getPeer
TRHostPeer getPeer() -
getTorrent
TRHostTorrent getTorrent() -
getRequestType
int getRequestType() -
getRequest
String getRequest() -
getResponse
Map getResponse()
-