Uses of Interface
com.biglybt.pif.tracker.web.TrackerWebContext
-
-
Uses of TrackerWebContext in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TrackerWebContext Modifier and Type Field Description private TrackerWebContext
DeviceTivoManager.Searcher. twc
-
Uses of TrackerWebContext in com.biglybt.pif.tracker
Subinterfaces of TrackerWebContext in com.biglybt.pif.tracker Modifier and Type Interface Description interface
Tracker
Methods in com.biglybt.pif.tracker that return TrackerWebContext Modifier and Type Method Description TrackerWebContext
Tracker. createWebContext(int port, int protocol)
TrackerWebContext
Tracker. createWebContext(java.lang.String name, int port, int protocol)
Create a new web context for the given port and protocolTrackerWebContext
Tracker. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip)
Creates a new context bound to the supplied ipTrackerWebContext
Tracker. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
-
Uses of TrackerWebContext in com.biglybt.pif.tracker.web
Methods in com.biglybt.pif.tracker.web that return TrackerWebContext Modifier and Type Method Description TrackerWebContext
TrackerWebPageRequest. getContext()
-
Uses of TrackerWebContext in com.biglybt.pifimpl.local.tracker
Classes in com.biglybt.pifimpl.local.tracker that implement TrackerWebContext Modifier and Type Class Description class
TrackerImpl
class
TrackerWCHelper
class
TrackerWebContextImpl
Fields in com.biglybt.pifimpl.local.tracker declared as TrackerWebContext Modifier and Type Field Description private TrackerWebContext
TrackerWebPageRequestImpl. context
Methods in com.biglybt.pifimpl.local.tracker that return TrackerWebContext Modifier and Type Method Description TrackerWebContext
TrackerImpl. createWebContext(int port, int protocol)
TrackerWebContext
TrackerImpl. createWebContext(java.lang.String name, int port, int protocol)
TrackerWebContext
TrackerImpl. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip)
TrackerWebContext
TrackerImpl. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
TrackerWebContext
TrackerWebPageRequestImpl. getContext()
Constructors in com.biglybt.pifimpl.local.tracker with parameters of type TrackerWebContext Constructor Description 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 TrackerWebContext Modifier and Type Class Description class
RPTracker
Methods in com.biglybt.pifimpl.remote.tracker that return TrackerWebContext Modifier and Type Method Description TrackerWebContext
RPTracker. createWebContext(int port, int protocol)
TrackerWebContext
RPTracker. createWebContext(java.lang.String name, int port, int protocol)
TrackerWebContext
RPTracker. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip)
TrackerWebContext
RPTracker. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
-
Uses of TrackerWebContext in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin declared as TrackerWebContext Modifier and Type Field Description private TrackerWebContext
WebPlugin. tracker_context
-