Uses of Interface
org.astrogrid.samp.xmlrpc.SampXmlRpcClient
Packages that use SampXmlRpcClient
Package
Description
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 SampXmlRpcClient in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that return SampXmlRpcClientModifier and TypeMethodDescriptionSampXmlRpcClientFactory.createClient(URL endpoint) Returns an XML-RPC client implementation.Constructors in org.astrogrid.samp.xmlrpc with parameters of type SampXmlRpcClientModifierConstructorDescriptionXmlRpcHubConnection(SampXmlRpcClient xClient, String prefix, List registerArgs) Constructor. -
Uses of SampXmlRpcClient in org.astrogrid.samp.xmlrpc.apache
Classes in org.astrogrid.samp.xmlrpc.apache that implement SampXmlRpcClientModifier and TypeClassDescriptionclassSampXmlRpcClient implementation based on Apache XMLRPC classes.Methods in org.astrogrid.samp.xmlrpc.apache that return SampXmlRpcClient -
Uses of SampXmlRpcClient in org.astrogrid.samp.xmlrpc.internal
Classes in org.astrogrid.samp.xmlrpc.internal that implement SampXmlRpcClientModifier and TypeClassDescriptionclassXML-RPC client implementation suitable for use with SAMP.classInternalClient subclass which additionally logs all XML-RPC calls/responses to an output stream.classInternalClient subclass which additionally logs all XML-RPC calls/responses to an output stream.Methods in org.astrogrid.samp.xmlrpc.internal that return SampXmlRpcClientModifier and TypeMethodDescriptionInternalClientFactory.createClient(URL endpoint) RpcLoggingInternalClientFactory.createClient(URL endpoint) XmlLoggingInternalClientFactory.createClient(URL endpoint)