Uses of Interface
org.astrogrid.samp.hub.MessageRestriction
-
Packages that use MessageRestriction Package Description 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 MessageRestriction in org.astrogrid.samp.hub
Methods in org.astrogrid.samp.hub that return MessageRestriction Modifier and Type Method Description MessageRestrictionProfileToken. getMessageRestriction()Returns a MessageRestriction object which controls what messages may be sent by clients registering under ths profile. -
Uses of MessageRestriction in org.astrogrid.samp.web
Classes in org.astrogrid.samp.web that implement MessageRestriction Modifier and Type Class Description classListMessageRestrictionGeneral purpose implementation of MessageRestriction.Fields in org.astrogrid.samp.web declared as MessageRestriction Modifier and Type Field Description static MessageRestrictionListMessageRestriction. ALLOW_ALLMessageRestriction that permits all MTypes, except as overridden byx-samp.mostly-harmlessannotations.static MessageRestrictionListMessageRestriction. DEFAULTDefault MessageRestriction implementation.static MessageRestrictionListMessageRestriction. DENY_ALLMessageRestriction that blocks all MTypes, except as overridden byx-samp.mostly-harmlessannotations.Methods in org.astrogrid.samp.web that return MessageRestriction Modifier and Type Method Description MessageRestrictionWebHubProfile. getMessageRestriction()Constructors in org.astrogrid.samp.web with parameters of type MessageRestriction Constructor Description WebHubProfile(WebHubProfile.ServerFactory serverFactory, ClientAuthorizer auth, MessageRestriction mrestrict, KeyGenerator keyGen, boolean controlUrls)Constructs a profile with configuration options. -
Uses of MessageRestriction in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that return MessageRestriction Modifier and Type Method Description MessageRestrictionStandardHubProfile. getMessageRestriction()
-