Uses of Class
org.astrogrid.samp.RegInfo
-
Packages that use RegInfo Package Description org.astrogrid.samp Classes common to SAMP hub and client code.org.astrogrid.samp.client Classes required only for SAMP clients.org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes.org.astrogrid.samp.hub Classes required only for running a SAMP hub.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 RegInfo in org.astrogrid.samp
Methods in org.astrogrid.samp that return RegInfo Modifier and Type Method Description static RegInfo
RegInfo. asRegInfo(java.util.Map map)
Returns a given map as a RegInfo. -
Uses of RegInfo in org.astrogrid.samp.client
Methods in org.astrogrid.samp.client that return RegInfo Modifier and Type Method Description RegInfo
HubConnection. getRegInfo()
Returns the registration information associated with this connection. -
Uses of RegInfo in org.astrogrid.samp.gui
Methods in org.astrogrid.samp.gui that return RegInfo Modifier and Type Method Description RegInfo
WrapperHubConnection. getRegInfo()
-
Uses of RegInfo in org.astrogrid.samp.hub
Methods in org.astrogrid.samp.hub that return RegInfo Modifier and Type Method Description RegInfo
WrapperHubConnection. getRegInfo()
-
Uses of RegInfo in org.astrogrid.samp.web
Methods in org.astrogrid.samp.web that return RegInfo Modifier and Type Method Description RegInfo
UrlTrackerHubConnection. getRegInfo()
RegInfo
WebHubXmlRpcHandler.WebHubActorImpl. register(HttpServer.Request request, java.util.Map securityMap)
Attempt client registration. -
Uses of RegInfo in org.astrogrid.samp.xmlrpc
Fields in org.astrogrid.samp.xmlrpc declared as RegInfo Modifier and Type Field Description private RegInfo
XmlRpcHubConnection. regInfo_
Methods in org.astrogrid.samp.xmlrpc that return RegInfo Modifier and Type Method Description RegInfo
XmlRpcHubConnection. getRegInfo()
-