Uses of Interface
org.astrogrid.samp.xmlrpc.SampXmlRpcClientFactory
Packages that use SampXmlRpcClientFactory
Package
Description
Classes relating to the SAMP Web Profile.
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
Implementation of pluggable XML-RPC layer using Apache XML-RPC.
Implementation of pluggable XML-RPC layer which requires
no external dependencies.
-
Uses of SampXmlRpcClientFactory in org.astrogrid.samp.web
Constructors in org.astrogrid.samp.web with parameters of type SampXmlRpcClientFactoryModifierConstructorDescriptionWebClientProfile
(Map securityMap, SampXmlRpcClientFactory xClientFactory, URL hubEndpoint) Constructor with configuration options. -
Uses of SampXmlRpcClientFactory in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that return SampXmlRpcClientFactoryModifier and TypeMethodDescriptionabstract SampXmlRpcClientFactory
XmlRpcKit.getClientFactory()
Returns an XML-RPC client factory.Constructors in org.astrogrid.samp.xmlrpc with parameters of type SampXmlRpcClientFactoryModifierConstructorDescriptionHubRunner
(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory, HubService hub, File lockfile) Deprecated.Constructor.StandardClientProfile
(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory) Constructs a profile given client and server factory implementations.StandardHubProfile
(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory, File lockfile, 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 SampXmlRpcClientFactoryModifier and TypeClassDescriptionclass
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 SampXmlRpcClientFactoryModifier and TypeClassDescriptionclass
Freestanding SampXmlRpcClientFactory implementation.class
Freestanding ClientFactory implementation which logs all XML-RPC calls/responses to standard output.class
Freestanding ClientFactory implementation which logs all incoming and outgoing HTTP data.