Uses of Class
org.astrogrid.samp.xmlrpc.XmlRpcHubConnection
-
Packages that use XmlRpcHubConnection 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 XmlRpcHubConnection in org.astrogrid.samp.web
Subclasses of XmlRpcHubConnection in org.astrogrid.samp.web Modifier and Type Class Description (package private) class
WebHubConnection
HubConnection implementation for the Web Profile.Fields in org.astrogrid.samp.web declared as XmlRpcHubConnection Modifier and Type Field Description private XmlRpcHubConnection
WebHubConnection.CallWorker. xconn_
Constructors in org.astrogrid.samp.web with parameters of type XmlRpcHubConnection Constructor Description CallWorker(XmlRpcHubConnection xconn, CallableClient client, java.lang.String appName)
Constructor. -
Uses of XmlRpcHubConnection in org.astrogrid.samp.xmlrpc
Subclasses of XmlRpcHubConnection in org.astrogrid.samp.xmlrpc Modifier and Type Class Description (package private) class
StandardHubConnection
HubConnection implementation for the Standard Profile.
-