Uses of Interface
com.biglybt.pif.tracker.web.TrackerWebContext
Packages that use TrackerWebContext
Package
Description
-
Uses of TrackerWebContext in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TrackerWebContext -
Uses of TrackerWebContext in com.biglybt.pif.tracker
Subinterfaces of TrackerWebContext in com.biglybt.pif.trackerMethods in com.biglybt.pif.tracker that return TrackerWebContextModifier and TypeMethodDescriptionTracker.createWebContext
(int port, int protocol) Tracker.createWebContext
(String name, int port, int protocol) Create a new web context for the given port and protocolTracker.createWebContext
(String name, int port, int protocol, InetAddress bind_ip) Creates a new context bound to the supplied ipTracker.createWebContext
(String name, int port, int protocol, InetAddress bind_ip, Map<String, Object> properties) -
Uses of TrackerWebContext in com.biglybt.pif.tracker.web
Methods in com.biglybt.pif.tracker.web that return TrackerWebContext -
Uses of TrackerWebContext in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TrackerWebContextModifier and TypeClassDescriptionclass
class
class
Fields in com.biglybt.pifimpl.local.tracker declared as TrackerWebContextMethods in com.biglybt.pifimpl.local.tracker that return TrackerWebContextModifier and TypeMethodDescriptionTrackerImpl.createWebContext
(int port, int protocol) TrackerImpl.createWebContext
(String name, int port, int protocol) TrackerImpl.createWebContext
(String name, int port, int protocol, InetAddress bind_ip) TrackerImpl.createWebContext
(String name, int port, int protocol, InetAddress bind_ip, Map<String, Object> properties) TrackerWebPageRequestImpl.getContext()
Constructors in com.biglybt.pifimpl.local.tracker with parameters of type TrackerWebContextModifierConstructorDescriptionprotected
TrackerWebPageRequestImpl
(Tracker _tracker, TrackerWebContext _context, TRTrackerServerListener2.ExternalRequest _request) -
Uses of TrackerWebContext in com.biglybt.pifimpl.remote.tracker
Classes in com.biglybt.pifimpl.remote.tracker that implement TrackerWebContextMethods in com.biglybt.pifimpl.remote.tracker that return TrackerWebContextModifier and TypeMethodDescriptionRPTracker.createWebContext
(int port, int protocol) RPTracker.createWebContext
(String name, int port, int protocol) RPTracker.createWebContext
(String name, int port, int protocol, InetAddress bind_ip) RPTracker.createWebContext
(String name, int port, int protocol, InetAddress bind_ip, Map<String, Object> properties) -
Uses of TrackerWebContext in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin declared as TrackerWebContext