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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ClientXmlRpcHandler
SampXmlRpcHandler implementation which passes Standard Profile-like XML-RPC
calls to one or more
CallableClient 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.
|