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
Methods in org.astrogrid.samp.xmlrpc that return SampXmlRpcServer Modifier and Type Method Description SampXmlRpcServerSampXmlRpcServerFactory. getServer()Returns an XML-RPC server implementation. -
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.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()
-