Uses of Class
org.astrogrid.samp.xmlrpc.ActorHandler
-
Packages that use ActorHandler Package Description org.astrogrid.samp.web Classes relating to the SAMP Web Profile.org.astrogrid.samp.xmlrpc Classes relating to Standard Profile and XML-RPC pluggable implementation layer. -
-
Uses of ActorHandler in org.astrogrid.samp.web
Subclasses of ActorHandler in org.astrogrid.samp.web Modifier and Type Class Description (package private) class
WebHubXmlRpcHandler
SampXmlRpcHandler implementation which passes Web Profile-type XML-RPC calls to a hub connection factory to provide a Web Profile hub server. -
Uses of ActorHandler in org.astrogrid.samp.xmlrpc
Subclasses of ActorHandler in org.astrogrid.samp.xmlrpc Modifier and Type Class Description (package private) class
ClientXmlRpcHandler
SampXmlRpcHandler implementation which passes Standard Profile-like XML-RPC calls to one or moreCallableClient
s to provide client callbacks from the hub.(package private) class
HubXmlRpcHandler
SampXmlRpcHandler implementation which passes Standard Profile-type XML-RPC calls to a hub connection factory to provide a Standard Profile hub server.
-