Uses of Class
org.astrogrid.samp.web.UrlTracker
-
Packages that use UrlTracker Package Description org.astrogrid.samp.web Classes relating to the SAMP Web Profile. -
-
Uses of UrlTracker in org.astrogrid.samp.web
Fields in org.astrogrid.samp.web declared as UrlTracker Modifier and Type Field Description private UrlTracker
UrlTrackerHubConnection. urlTracker_
private UrlTracker
WebHubXmlRpcHandler.URLTranslationHandler. urlTracker_
private UrlTracker
WebHubXmlRpcHandler.WebHubActorImpl. urlTracker_
Constructors in org.astrogrid.samp.web with parameters of type UrlTracker Constructor Description UrlTrackerHubConnection(HubConnection base, UrlTracker urlTracker)
Constructor.URLTranslationHandler(java.lang.String basePath, java.util.Set keySet, UrlTracker urlTracker)
Constructor.WebHubActorImpl(ClientProfile profile, ClientAuthorizer auth, KeyGenerator keyGen, java.net.URL baseUrl, UrlTracker urlTracker)
Constructor.WebHubXmlRpcHandler(ClientProfile profile, ClientAuthorizer auth, KeyGenerator keyGen, java.net.URL baseUrl, UrlTracker urlTracker)
Constructor.
-