Uses of Interface
org.astrogrid.samp.xmlrpc.SampXmlRpcHandler
Packages that use SampXmlRpcHandler
Package
Description
Classes relating to the SAMP Web Profile.
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 SampXmlRpcHandler in org.astrogrid.samp.web
Classes in org.astrogrid.samp.web that implement SampXmlRpcHandlerModifier and TypeClassDescriptionclassSampXmlRpcHandler implementation which passes Web Profile-type XML-RPC calls to a hub connection factory to provide a Web Profile hub server. -
Uses of SampXmlRpcHandler in org.astrogrid.samp.xmlrpc
Classes in org.astrogrid.samp.xmlrpc that implement SampXmlRpcHandlerModifier and TypeClassDescriptionclassUtility class to facilitate constructing a SampXmlRpcHandler which handles particular named methods.Methods in org.astrogrid.samp.xmlrpc with parameters of type SampXmlRpcHandlerModifier and TypeMethodDescriptionvoidSampXmlRpcServer.addHandler(SampXmlRpcHandler handler) Adds a handler which can service certain XML-RPC methods.voidSampXmlRpcServer.removeHandler(SampXmlRpcHandler handler) Removes a previously-added handler. -
Uses of SampXmlRpcHandler in org.astrogrid.samp.xmlrpc.apache
Methods in org.astrogrid.samp.xmlrpc.apache with parameters of type SampXmlRpcHandlerModifier and TypeMethodDescriptionvoidApacheServer.addHandler(SampXmlRpcHandler handler) voidApacheServer.removeHandler(SampXmlRpcHandler handler) -
Uses of SampXmlRpcHandler in org.astrogrid.samp.xmlrpc.internal
Methods in org.astrogrid.samp.xmlrpc.internal with parameters of type SampXmlRpcHandlerModifier and TypeMethodDescriptionvoidInternalServer.addHandler(SampXmlRpcHandler handler) protected ObjectInternalServer.handleCall(SampXmlRpcHandler handler, String methodName, List paramList, HttpServer.Request request) Actually passes the XML-RPC method name and parameter list to one of the registered servers for processing.protected ObjectRpcLoggingInternalServer.handleCall(SampXmlRpcHandler handler, String methodName, List paramList, HttpServer.Request request) voidInternalServer.removeHandler(SampXmlRpcHandler handler)