Package com.biglybt.core.tracker.host
Interface TRHostTorrentRequest
-
- All Known Implementing Classes:
TRHostTorrentRequestImpl
public interface TRHostTorrentRequest
-
-
Field Summary
Fields Modifier and Type Field Description static int
RT_ANNOUNCE
static int
RT_FULL_SCRAPE
static int
RT_SCRAPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TRHostPeer
getPeer()
java.lang.String
getRequest()
int
getRequestType()
java.util.Map
getResponse()
TRHostTorrent
getTorrent()
-
-
-
Field Detail
-
RT_ANNOUNCE
static final int RT_ANNOUNCE
- See Also:
- Constant Field Values
-
RT_SCRAPE
static final int RT_SCRAPE
- See Also:
- Constant Field Values
-
RT_FULL_SCRAPE
static final int RT_FULL_SCRAPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPeer
TRHostPeer getPeer()
-
getTorrent
TRHostTorrent getTorrent()
-
getRequestType
int getRequestType()
-
getRequest
java.lang.String getRequest()
-
getResponse
java.util.Map getResponse()
-
-