Class TRHostTorrentRequestImpl
java.lang.Object
com.biglybt.core.tracker.host.impl.TRHostTorrentRequestImpl
- All Implemented Interfaces:
TRHostTorrentRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final TRHostPeer
protected final TRTrackerServerRequest
protected final TRHostTorrent
Fields inherited from interface com.biglybt.core.tracker.host.TRHostTorrentRequest
RT_ANNOUNCE, RT_FULL_SCRAPE, RT_SCRAPE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TRHostTorrentRequestImpl
(TRHostTorrent _torrent, TRHostPeer _peer, TRTrackerServerRequest _request) -
Method Summary
-
Field Details
-
torrent
-
peer
-
request
-
-
Constructor Details
-
TRHostTorrentRequestImpl
protected TRHostTorrentRequestImpl(TRHostTorrent _torrent, TRHostPeer _peer, TRTrackerServerRequest _request)
-
-
Method Details
-
getPeer
- Specified by:
getPeer
in interfaceTRHostTorrentRequest
-
getTorrent
- Specified by:
getTorrent
in interfaceTRHostTorrentRequest
-
getRequestType
public int getRequestType()- Specified by:
getRequestType
in interfaceTRHostTorrentRequest
-
getRequest
- Specified by:
getRequest
in interfaceTRHostTorrentRequest
-
getResponse
- Specified by:
getResponse
in interfaceTRHostTorrentRequest
-