Uses of Interface
com.biglybt.core.tracker.host.TRHostTorrentRequest
-
Packages that use TRHostTorrentRequest Package Description com.biglybt.core.tracker.host com.biglybt.core.tracker.host.impl com.biglybt.pifimpl.local.tracker -
-
Uses of TRHostTorrentRequest in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host with parameters of type TRHostTorrentRequest Modifier and Type Method Description void
TRHostTorrentListener. postProcess(TRHostTorrentRequest request)
void
TRHostTorrentListener. preProcess(TRHostTorrentRequest request)
-
Uses of TRHostTorrentRequest in com.biglybt.core.tracker.host.impl
Classes in com.biglybt.core.tracker.host.impl that implement TRHostTorrentRequest Modifier and Type Class Description class
TRHostTorrentRequestImpl
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostTorrentRequest Modifier and Type Method Description protected void
TRHostTorrentHostImpl. postProcess(TRHostTorrentRequest req)
protected void
TRHostTorrentPublishImpl. postProcess(TRHostTorrentRequest req)
protected void
TRHostTorrentHostImpl. preProcess(TRHostTorrentRequest req)
protected void
TRHostTorrentPublishImpl. preProcess(TRHostTorrentRequest req)
-
Uses of TRHostTorrentRequest in com.biglybt.pifimpl.local.tracker
Fields in com.biglybt.pifimpl.local.tracker declared as TRHostTorrentRequest Modifier and Type Field Description protected TRHostTorrentRequest
TrackerTorrentRequestImpl. req
Methods in com.biglybt.pifimpl.local.tracker with parameters of type TRHostTorrentRequest Modifier and Type Method Description void
TrackerTorrentImpl. postProcess(TRHostTorrentRequest request)
void
TrackerTorrentImpl. preProcess(TRHostTorrentRequest request)
Constructors in com.biglybt.pifimpl.local.tracker with parameters of type TRHostTorrentRequest Constructor Description TrackerTorrentRequestImpl(TRHostTorrentRequest _req)
-