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 TypeMethodDescriptionbooleanCategoryManagerImpl.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 TypeMethodDescriptionbooleanDeviceManagerDiscoveryListener.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 booleanDeviceManagerImpl.browseReceived(TrackerWebPageRequest request, Map<String, Object> browser_args) booleanDeviceManagerRSSFeed.generate(TrackerWebPageRequest request, TrackerWebPageResponse response) protected booleanDeviceTivo.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 TypeMethodDescriptionbooleanPairingManager.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 TypeMethodDescriptionbooleanPairingManagerImpl.handleLocalTunnel(TrackerWebPageRequest request, TrackerWebPageResponse response) protected booleanPairingManagerTunnelHandler.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 TypeMethodDescriptionbooleanSubscriptionRSSFeed.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 TypeMethodDescriptionbooleanTrackerWebPageGenerator.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 TypeMethodDescriptionbooleanRSSGeneratorPlugin.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 TypeMethodDescriptionbooleanSimpleAPIPlugin.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 TypeMethodDescriptionbooleanWebPlugin.generate(TrackerWebPageRequest request, TrackerWebPageResponse response) private booleanWebPlugin.generate2(TrackerWebPageRequest request, TrackerWebPageResponse response, boolean is_tunnel) booleanWebPlugin.generateSupport(TrackerWebPageRequest request, TrackerWebPageResponse response) private voidWebPlugin.recordRequest(TrackerWebPageRequest request, boolean good, boolean is_tunnel) protected booleanWebPlugin.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 TypeMethodDescriptionbooleanLocalResourceHTTPServer.generate(TrackerWebPageRequest request, TrackerWebPageResponse response)