Uses of Interface
org.astrogrid.samp.xmlrpc.SampXmlRpcServerFactory
-
Packages that use SampXmlRpcServerFactory Package Description 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 SampXmlRpcServerFactory in org.astrogrid.samp.xmlrpc
Fields in org.astrogrid.samp.xmlrpc declared as SampXmlRpcServerFactory Modifier and Type Field Description private SampXmlRpcServerFactoryStandardHubConnection. serverFactory_private SampXmlRpcServerFactoryXmlRpcKit.AvailableKit. serverFactory_private SampXmlRpcServerFactoryHubRunner. xServerFactory_Deprecated.private SampXmlRpcServerFactoryStandardClientProfile. xServerFactory_private SampXmlRpcServerFactoryStandardHubProfile. xServerFactory_Methods in org.astrogrid.samp.xmlrpc that return SampXmlRpcServerFactory Modifier and Type Method Description SampXmlRpcServerFactoryXmlRpcKit.AvailableKit. getServerFactory()abstract SampXmlRpcServerFactoryXmlRpcKit. getServerFactory()Returns an XML-RPC server factory.SampXmlRpcServerFactoryXmlRpcKit.UnavailableKit. getServerFactory()Methods in org.astrogrid.samp.xmlrpc with parameters of type SampXmlRpcServerFactory Modifier and Type Method Description static CallableClientServerCallableClientServer. getInstance(SampXmlRpcServerFactory serverFact)Returns an instance of CallableClientServer for use with a given XML-RPC server.Constructors in org.astrogrid.samp.xmlrpc with parameters of type SampXmlRpcServerFactory Constructor Description AvailableKit(java.lang.String name, SampXmlRpcClientFactory clientFactory, SampXmlRpcServerFactory serverFactory)Constructor.HubRunner(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory, HubService hub, java.io.File lockfile)Deprecated.Constructor.StandardClientProfile(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory)Constructs a profile given client and server factory implementations.StandardHubConnection(SampXmlRpcClient xClient, SampXmlRpcServerFactory serverFactory, java.lang.String secret)Constructor.StandardHubProfile(SampXmlRpcClientFactory xClientFactory, SampXmlRpcServerFactory xServerFactory, java.io.File lockfile, java.lang.String secret)Constructs a hub profile with given configuration information. -
Uses of SampXmlRpcServerFactory in org.astrogrid.samp.xmlrpc.apache
Classes in org.astrogrid.samp.xmlrpc.apache that implement SampXmlRpcServerFactory Modifier and Type Class Description classApacheServerFactorySampXmlRpcServerFactory implementation which uses Apache classes. -
Uses of SampXmlRpcServerFactory in org.astrogrid.samp.xmlrpc.internal
Classes in org.astrogrid.samp.xmlrpc.internal that implement SampXmlRpcServerFactory Modifier and Type Class Description classInternalServerFactoryFreestanding SampXmlRpcServerFactory implementation.classRpcLoggingInternalServerFactoryFreestanding ServerFactory implementation which logs all XML-RPC calls/responses to standard output.classXmlLoggingInternalServerFactoryFreestanding ServerFactory implementation which logs all incoming and outgoing HTTP data.
-