org.gudy.azureus2.plugins.tracker.web
Interface TrackerWebContext
- All Known Subinterfaces:
- Tracker
- All Known Implementing Classes:
- RPTracker, TrackerImpl, TrackerWCHelper, TrackerWebContextImpl
public interface TrackerWebContext
getName
String getName()
getURLs
URL[] getURLs()
- returns the context URLS (can be two for the tracker as http + https)
- Returns:
getBindIP
InetAddress getBindIP()
setEnableKeepAlive
void setEnableKeepAlive(boolean enable)
addPageGenerator
void addPageGenerator(TrackerWebPageGenerator generator)
removePageGenerator
void removePageGenerator(TrackerWebPageGenerator generator)
getPageGenerators
TrackerWebPageGenerator[] getPageGenerators()
addAuthenticationListener
void addAuthenticationListener(TrackerAuthenticationListener l)
removeAuthenticationListener
void removeAuthenticationListener(TrackerAuthenticationListener l)
destroy
void destroy()
- Since:
- 3.0.2.3