Uses of Interface
org.astrogrid.samp.xmlrpc.SampXmlRpcServer
-
Packages that use SampXmlRpcServer 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 SampXmlRpcServer in org.astrogrid.samp.xmlrpc
Fields in org.astrogrid.samp.xmlrpc declared as SampXmlRpcServer Modifier and Type Field Description private SampXmlRpcServerCallableClientServer. server_private SampXmlRpcServerHubRunner. server_Deprecated.private SampXmlRpcServerStandardHubProfile. server_Methods in org.astrogrid.samp.xmlrpc that return SampXmlRpcServer Modifier and Type Method Description SampXmlRpcServerSampXmlRpcServerFactory. getServer()Returns an XML-RPC server implementation.Constructors in org.astrogrid.samp.xmlrpc with parameters of type SampXmlRpcServer Constructor Description CallableClientServer(SampXmlRpcServer server)Constructor. -
Uses of SampXmlRpcServer in org.astrogrid.samp.xmlrpc.apache
Classes in org.astrogrid.samp.xmlrpc.apache that implement SampXmlRpcServer Modifier and Type Class Description classApacheServerSampXmlRpcServer implementation based on Apache XML-RPC library.Fields in org.astrogrid.samp.xmlrpc.apache declared as SampXmlRpcServer Modifier and Type Field Description private SampXmlRpcServerApacheServerFactory. server_Methods in org.astrogrid.samp.xmlrpc.apache that return SampXmlRpcServer Modifier and Type Method Description SampXmlRpcServerApacheServerFactory. getServer() -
Uses of SampXmlRpcServer in org.astrogrid.samp.xmlrpc.internal
Classes in org.astrogrid.samp.xmlrpc.internal that implement SampXmlRpcServer Modifier and Type Class Description classInternalServerSampXmlRpcServer implementation without external dependencies.classRpcLoggingInternalServerInternalServer subclass which additionally logs all XML-RPC calls/responses to an output stream.classXmlLoggingInternalServerFreestanding InternalServer implementation which logs all incoming and outgoing HTTP data.Methods in org.astrogrid.samp.xmlrpc.internal that return SampXmlRpcServer Modifier and Type Method Description SampXmlRpcServerInternalServerFactory. getServer()SampXmlRpcServerRpcLoggingInternalServerFactory. getServer()SampXmlRpcServerXmlLoggingInternalServerFactory. getServer()
-