Uses of Interface
org.astrogrid.samp.xmlrpc.SampXmlRpcServer
Packages that use SampXmlRpcServer
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 SampXmlRpcServer in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that return SampXmlRpcServerModifier and TypeMethodDescriptionSampXmlRpcServerFactory.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 SampXmlRpcServerModifier and TypeClassDescriptionclass
SampXmlRpcServer implementation based on Apache XML-RPC library.Methods in org.astrogrid.samp.xmlrpc.apache that return SampXmlRpcServer -
Uses of SampXmlRpcServer in org.astrogrid.samp.xmlrpc.internal
Classes in org.astrogrid.samp.xmlrpc.internal that implement SampXmlRpcServerModifier and TypeClassDescriptionclass
SampXmlRpcServer implementation without external dependencies.class
InternalServer subclass which additionally logs all XML-RPC calls/responses to an output stream.class
Freestanding InternalServer implementation which logs all incoming and outgoing HTTP data.Methods in org.astrogrid.samp.xmlrpc.internal that return SampXmlRpcServer