Class TrackerTorrentRequestImpl
- java.lang.Object
-
- com.biglybt.pifimpl.local.tracker.TrackerTorrentRequestImpl
-
- All Implemented Interfaces:
TrackerTorrentRequest
public class TrackerTorrentRequestImpl extends java.lang.Object implements TrackerTorrentRequest
-
-
Field Summary
Fields Modifier and Type Field Description protected TRHostTorrentRequest
req
-
Fields inherited from interface com.biglybt.pif.tracker.TrackerTorrentRequest
RT_ANNOUNCE, RT_FULL_SCRAPE, RT_SCRAPE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TrackerTorrentRequestImpl(TRHostTorrentRequest _req)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrackerPeer
getPeer()
java.lang.String
getRequest()
int
getRequestType()
java.util.Map
getResponse()
TrackerTorrent
getTorrent()
-
-
-
Field Detail
-
req
protected TRHostTorrentRequest req
-
-
Constructor Detail
-
TrackerTorrentRequestImpl
protected TrackerTorrentRequestImpl(TRHostTorrentRequest _req)
-
-
Method Detail
-
getRequestType
public int getRequestType()
- Specified by:
getRequestType
in interfaceTrackerTorrentRequest
-
getTorrent
public TrackerTorrent getTorrent()
- Specified by:
getTorrent
in interfaceTrackerTorrentRequest
-
getPeer
public TrackerPeer getPeer()
- Specified by:
getPeer
in interfaceTrackerTorrentRequest
-
getRequest
public java.lang.String getRequest()
- Specified by:
getRequest
in interfaceTrackerTorrentRequest
-
getResponse
public java.util.Map getResponse()
- Specified by:
getResponse
in interfaceTrackerTorrentRequest
-
-