Uses of Interface
org.astrogrid.samp.xmlrpc.SampXmlRpcClientFactory
-
Packages that use SampXmlRpcClientFactory Package Description 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.org.astrogrid.samp.xmlrpc.apache Implementation of pluggable XML-RPC layer using Apache XML-RPC.org.astrogrid.samp.xmlrpc.internal Implementation of pluggable XML-RPC layer which requires no external dependencies. -
-
Uses of SampXmlRpcClientFactory in org.astrogrid.samp.web
Fields in org.astrogrid.samp.web declared as SampXmlRpcClientFactory Modifier and Type Field Description private SampXmlRpcClientFactory
WebClientProfile. xClientFactory_
Constructors in org.astrogrid.samp.web with parameters of type SampXmlRpcClientFactory Constructor Description WebClientProfile(java.util.Map securityMap, SampXmlRpcClientFactory xClientFactory, java.net.URL hubEndpoint)
Constructor with configuration options. -
Uses of SampXmlRpcClientFactory in org.astrogrid.samp.xmlrpc
Fields in org.astrogrid.samp.xmlrpc declared as SampXmlRpcClientFactory Modifier and Type Field Description private SampXmlRpcClientFactory
XmlRpcKit.AvailableKit. clientFactory_
private SampXmlRpcClientFactory
HubRunner. xClientFactory_
Deprecated.private SampXmlRpcClientFactory
HubXmlRpcHandler.HubActorImpl. xClientFactory_
private SampXmlRpcClientFactory
StandardClientProfile. xClientFactory_
private SampXmlRpcClientFactory
StandardHubProfile. xClientFactory_
Methods in org.astrogrid.samp.xmlrpc that return SampXmlRpcClientFactory Modifier and Type Method Description SampXmlRpcClientFactory
XmlRpcKit.AvailableKit. getClientFactory()
abstract SampXmlRpcClientFactory
XmlRpcKit. getClientFactory()
Returns an XML-RPC client factory.SampXmlRpcClientFactory
XmlRpcKit.UnavailableKit. getClientFactory()
Methods in org.astrogrid.samp.xmlrpc with parameters of type SampXmlRpcClientFactory Modifier and Type Method Description private static boolean
HubRunner. isHubAlive(SampXmlRpcClientFactory xClientFactory, java.io.File lockfile)
Deprecated.Attempts to determine whether a given lockfile corresponds to a hub which is still alive.private static boolean
StandardHubProfile. isHubAlive(SampXmlRpcClientFactory xClientFactory, java.io.File lockfile)
Attempts to determine whether a given lockfile corresponds to a hub which is still alive.Constructors in org.astrogrid.samp.xmlrpc with parameters of type SampXmlRpcClientFactory Constructor Description AvailableKit(java.lang.String name, SampXmlRpcClientFactory clientFactory, SampXmlRpcServerFactory serverFactory)
Constructor.HubActorImpl(SampXmlRpcClientFactory xClientFactory, ClientProfile profile, java.lang.String secret, KeyGenerator keyGen)
Constructor.HubRunner(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory, HubService hub, java.io.File lockfile)
Deprecated.Constructor.HubXmlRpcHandler(SampXmlRpcClientFactory xClientFactory, ClientProfile profile, java.lang.String secret, KeyGenerator keyGen)
Constructor.StandardClientProfile(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory)
Constructs a profile given client and server factory implementations.StandardHubProfile(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory, java.io.File lockfile, java.lang.String secret)
Constructs a hub profile with given configuration information. -
Uses of SampXmlRpcClientFactory in org.astrogrid.samp.xmlrpc.apache
Classes in org.astrogrid.samp.xmlrpc.apache that implement SampXmlRpcClientFactory Modifier and Type Class Description class
ApacheClientFactory
SampXmlRpcClientFactory implementation based on Apache XMLRPC classes. -
Uses of SampXmlRpcClientFactory in org.astrogrid.samp.xmlrpc.internal
Classes in org.astrogrid.samp.xmlrpc.internal that implement SampXmlRpcClientFactory Modifier and Type Class Description class
InternalClientFactory
Freestanding SampXmlRpcClientFactory implementation.class
RpcLoggingInternalClientFactory
Freestanding ClientFactory implementation which logs all XML-RPC calls/responses to standard output.class
XmlLoggingInternalClientFactory
Freestanding ClientFactory implementation which logs all incoming and outgoing HTTP data.
-