Uses of Interface
com.biglybt.pif.tracker.web.TrackerWebPageRequest
Packages that use TrackerWebPageRequest
Package
Description
-
Uses of TrackerWebPageRequest in com.biglybt.core.category.impl
Methods in com.biglybt.core.category.impl with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionboolean
CategoryManagerImpl.generate
(TrackerWebPageRequest request, TrackerWebPageResponse response) -
Uses of TrackerWebPageRequest in com.biglybt.core.devices
Methods in com.biglybt.core.devices with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionboolean
DeviceManagerDiscoveryListener.browseReceived
(TrackerWebPageRequest request, Map<String, Object> browser_args) -
Uses of TrackerWebPageRequest in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionprotected boolean
DeviceManagerImpl.browseReceived
(TrackerWebPageRequest request, Map<String, Object> browser_args) boolean
DeviceManagerRSSFeed.generate
(TrackerWebPageRequest request, TrackerWebPageResponse response) protected boolean
DeviceTivo.generate
(TrackerWebPageRequest request, TrackerWebPageResponse response) -
Uses of TrackerWebPageRequest in com.biglybt.core.pairing
Methods in com.biglybt.core.pairing with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionboolean
PairingManager.handleLocalTunnel
(TrackerWebPageRequest request, TrackerWebPageResponse response) -
Uses of TrackerWebPageRequest in com.biglybt.core.pairing.impl
Methods in com.biglybt.core.pairing.impl with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionboolean
PairingManagerImpl.handleLocalTunnel
(TrackerWebPageRequest request, TrackerWebPageResponse response) protected boolean
PairingManagerTunnelHandler.handleLocalTunnel
(TrackerWebPageRequest request, TrackerWebPageResponse response) -
Uses of TrackerWebPageRequest in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionboolean
SubscriptionRSSFeed.generate
(TrackerWebPageRequest request, TrackerWebPageResponse response) -
Uses of TrackerWebPageRequest in com.biglybt.pif.tracker.web
Methods in com.biglybt.pif.tracker.web with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionboolean
TrackerWebPageGenerator.generate
(TrackerWebPageRequest request, TrackerWebPageResponse response) -
Uses of TrackerWebPageRequest in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TrackerWebPageRequest -
Uses of TrackerWebPageRequest in com.biglybt.plugin.rssgen
Methods in com.biglybt.plugin.rssgen with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionboolean
RSSGeneratorPlugin.generateSupport
(TrackerWebPageRequest request, TrackerWebPageResponse response) -
Uses of TrackerWebPageRequest in com.biglybt.plugin.simpleapi
Methods in com.biglybt.plugin.simpleapi with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionboolean
SimpleAPIPlugin.generateSupport
(TrackerWebPageRequest request, TrackerWebPageResponse response) -
Uses of TrackerWebPageRequest in com.biglybt.ui.webplugin
Methods in com.biglybt.ui.webplugin with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionboolean
WebPlugin.generate
(TrackerWebPageRequest request, TrackerWebPageResponse response) private boolean
WebPlugin.generate2
(TrackerWebPageRequest request, TrackerWebPageResponse response, boolean is_tunnel) boolean
WebPlugin.generateSupport
(TrackerWebPageRequest request, TrackerWebPageResponse response) private void
WebPlugin.recordRequest
(TrackerWebPageRequest request, boolean good, boolean is_tunnel) protected boolean
WebPlugin.useFile
(TrackerWebPageRequest request, TrackerWebPageResponse response, File root, String relative_url) this method can be over-ridden to handle custom file delivery -
Uses of TrackerWebPageRequest in com.biglybt.util
Methods in com.biglybt.util with parameters of type TrackerWebPageRequestModifier and TypeMethodDescriptionboolean
LocalResourceHTTPServer.generate
(TrackerWebPageRequest request, TrackerWebPageResponse response)