Uses of Interface
org.astrogrid.samp.hub.HubProfileFactory
-
Packages that use HubProfileFactory Package Description org.astrogrid.samp.hub Classes required only for running a SAMP hub.org.astrogrid.samp.web Classes relating to the SAMP Web Profile.org.astrogrid.samp.xmlrpc Classes relating to Standard Profile and XML-RPC pluggable implementation layer. -
-
Uses of HubProfileFactory in org.astrogrid.samp.hub
Methods in org.astrogrid.samp.hub that return HubProfileFactory Modifier and Type Method Description static HubProfileFactory[]
Hub. getKnownHubProfileFactories()
Returns a standard list of known HubProfileFactories.static HubProfileFactory[]
Hub. parseProfileList(java.lang.String listTxt)
Parses a string representing a list of hub profiles. -
Uses of HubProfileFactory in org.astrogrid.samp.web
Classes in org.astrogrid.samp.web that implement HubProfileFactory Modifier and Type Class Description class
WebHubProfileFactory
HubProfileFactory implementation for Web Profile. -
Uses of HubProfileFactory in org.astrogrid.samp.xmlrpc
Classes in org.astrogrid.samp.xmlrpc that implement HubProfileFactory Modifier and Type Class Description class
StandardHubProfileFactory
HubProfileFactory implementation for Standard Profile.
-