Class TRHostTorrentRequestImpl
java.lang.Object
com.biglybt.core.tracker.host.impl.TRHostTorrentRequestImpl
- All Implemented Interfaces:
TRHostTorrentRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final TRHostPeerprotected final TRTrackerServerRequestprotected final TRHostTorrentFields inherited from interface TRHostTorrentRequest
RT_ANNOUNCE, RT_FULL_SCRAPE, RT_SCRAPE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTRHostTorrentRequestImpl(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:
getPeerin interfaceTRHostTorrentRequest
-
getTorrent
- Specified by:
getTorrentin interfaceTRHostTorrentRequest
-
getRequestType
public int getRequestType()- Specified by:
getRequestTypein interfaceTRHostTorrentRequest
-
getRequest
- Specified by:
getRequestin interfaceTRHostTorrentRequest
-
getResponse
- Specified by:
getResponsein interfaceTRHostTorrentRequest
-