Class TrackerWCHelper
- java.lang.Object
-
- com.biglybt.pifimpl.local.tracker.TrackerWCHelper
-
- All Implemented Interfaces:
TRHostAuthenticationListener
,TrackerWebContext
- Direct Known Subclasses:
TrackerImpl
,TrackerWebContextImpl
public abstract class TrackerWCHelper extends java.lang.Object implements TrackerWebContext, TRHostAuthenticationListener
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List
generators
private PluginInterface
plugin_interface
protected AEMonitor
this_mon
private Tracker
tracker
-
Constructor Summary
Constructors Modifier Constructor Description protected
TrackerWCHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPageGenerator(TrackerWebPageGenerator generator)
void
destroy()
TrackerWebPageGenerator[]
getPageGenerators()
boolean
handleExternalRequest(TRTrackerServerListener2.ExternalRequest external_request)
void
removePageGenerator(TrackerWebPageGenerator generator)
protected void
setTracker(Tracker _tracker)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.biglybt.pif.tracker.web.TrackerWebContext
addAuthenticationListener, getBindIP, getName, getURLs, removeAuthenticationListener, setEnableKeepAlive
-
Methods inherited from interface com.biglybt.core.tracker.host.TRHostAuthenticationListener
authenticate, authenticate
-
-
-
-
Field Detail
-
plugin_interface
private PluginInterface plugin_interface
-
tracker
private Tracker tracker
-
generators
private java.util.List generators
-
this_mon
protected AEMonitor this_mon
-
-
Method Detail
-
setTracker
protected void setTracker(Tracker _tracker)
-
handleExternalRequest
public boolean handleExternalRequest(TRTrackerServerListener2.ExternalRequest external_request) throws java.io.IOException
- Throws:
java.io.IOException
-
getPageGenerators
public TrackerWebPageGenerator[] getPageGenerators()
- Specified by:
getPageGenerators
in interfaceTrackerWebContext
-
addPageGenerator
public void addPageGenerator(TrackerWebPageGenerator generator)
- Specified by:
addPageGenerator
in interfaceTrackerWebContext
-
removePageGenerator
public void removePageGenerator(TrackerWebPageGenerator generator)
- Specified by:
removePageGenerator
in interfaceTrackerWebContext
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceTrackerWebContext
-
-