Uses of Class
org.astrogrid.samp.SampMap
-
Packages that use SampMap Package Description org.astrogrid.samp Classes common to SAMP hub and client code.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 SampMap in org.astrogrid.samp
Subclasses of SampMap in org.astrogrid.samp Modifier and Type Class Description class
ErrInfo
Represents the error information associated with a SAMP response.class
Message
Represents an encoded SAMP Message.class
Metadata
Represents the application metadata associated with a SAMP client.class
RegInfo
Represents information provided to a client at registration by the hub.class
Response
Represents an encoded SAMP response.class
Subscriptions
Represents the set of subscribed messages for a SAMP client. -
Uses of SampMap in org.astrogrid.samp.web
Subclasses of SampMap in org.astrogrid.samp.web Modifier and Type Class Description (package private) class
Callback
Map representing a client callback from the hub. -
Uses of SampMap in org.astrogrid.samp.xmlrpc
Subclasses of SampMap in org.astrogrid.samp.xmlrpc Modifier and Type Class Description class
LockInfo
Represents the information read from a SAMP Standard Profile Lockfile.
-