Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServerListener2.ExternalRequest
-
Packages that use TRTrackerServerListener2.ExternalRequest Package Description com.biglybt.core.tracker.host com.biglybt.core.tracker.host.impl com.biglybt.core.tracker.server com.biglybt.pifimpl.local.tracker -
-
Uses of TRTrackerServerListener2.ExternalRequest in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host with parameters of type TRTrackerServerListener2.ExternalRequest Modifier and Type Method Description boolean
TRHostListener2. handleExternalRequest(TRTrackerServerListener2.ExternalRequest request)
-
Uses of TRTrackerServerListener2.ExternalRequest in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerServerListener2.ExternalRequest Modifier and Type Method Description boolean
TRHostImpl. handleExternalRequest(TRTrackerServerListener2.ExternalRequest request)
-
Uses of TRTrackerServerListener2.ExternalRequest in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server with parameters of type TRTrackerServerListener2.ExternalRequest Modifier and Type Method Description boolean
TRTrackerServerListener2. handleExternalRequest(TRTrackerServerListener2.ExternalRequest request)
-
Uses of TRTrackerServerListener2.ExternalRequest in com.biglybt.pifimpl.local.tracker
Fields in com.biglybt.pifimpl.local.tracker declared as TRTrackerServerListener2.ExternalRequest Modifier and Type Field Description private TRTrackerServerListener2.ExternalRequest
TrackerWebPageRequestImpl. request
Methods in com.biglybt.pifimpl.local.tracker with parameters of type TRTrackerServerListener2.ExternalRequest Modifier and Type Method Description boolean
TrackerWCHelper. handleExternalRequest(TRTrackerServerListener2.ExternalRequest external_request)
Constructors in com.biglybt.pifimpl.local.tracker with parameters of type TRTrackerServerListener2.ExternalRequest Constructor Description TrackerWebPageRequestImpl(Tracker _tracker, TrackerWebContext _context, TRTrackerServerListener2.ExternalRequest _request)
-