Package com.biglybt.pif.tracker.web
Interface TrackerWebContext
- All Known Subinterfaces:
Tracker
- All Known Implementing Classes:
RPTracker
,TrackerImpl
,TrackerWCHelper
,TrackerWebContextImpl
public interface TrackerWebContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addPageGenerator
(TrackerWebPageGenerator generator) void
destroy()
getName()
URL[]
getURLs()
returns the context URLS (can be two for the tracker as http + https)void
void
removePageGenerator
(TrackerWebPageGenerator generator) void
setEnableKeepAlive
(boolean enable)
-
Method Details
-
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) -
getProperties
-
addPageGenerator
-
removePageGenerator
-
getPageGenerators
TrackerWebPageGenerator[] getPageGenerators() -
addAuthenticationListener
-
removeAuthenticationListener
-
destroy
void destroy()- Since:
- 3.0.2.3
-