File
Doc
Category
Size
Date
Package
TrackerWebContext.java
API Doc
Azureus 3.0.3.4
1554
Thu Sep 06 21:11:00 BST 2007
org.gudy.azureus2.plugins.tracker.web
TrackerWebContext
public interface TrackerWebContext
author
parg
Fields Summary
Constructors Summary
Methods Summary
public void
addAuthenticationListener
(
TrackerAuthenticationListener
l)
public void
addPageGenerator
(
TrackerWebPageGenerator
generator)
public void
destroy
()
since
3.0.2.3
public
java.lang.String
getName
()
public
TrackerWebPageGenerator
[]
getPageGenerators
()
public
java.net.URL
[]
getURLs
()
returns the context URLS (can be two for the tracker as http + https)
return
public void
removeAuthenticationListener
(
TrackerAuthenticationListener
l)
public void
removePageGenerator
(
TrackerWebPageGenerator
generator)
Java Code Source