Uses of Interface
org.astrogrid.samp.hub.MessageRestriction
Packages that use MessageRestriction
Package
Description
Classes required only for running a SAMP hub.
Classes relating to the SAMP Web Profile.
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 MessageRestrictionModifier and TypeMethodDescriptionProfileToken.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 MessageRestrictionModifier and TypeClassDescriptionclass
General purpose implementation of MessageRestriction.Fields in org.astrogrid.samp.web declared as MessageRestrictionModifier and TypeFieldDescriptionstatic final MessageRestriction
ListMessageRestriction.ALLOW_ALL
MessageRestriction that permits all MTypes, except as overridden byx-samp.mostly-harmless
annotations.static final MessageRestriction
ListMessageRestriction.DEFAULT
Default MessageRestriction implementation.static final MessageRestriction
ListMessageRestriction.DENY_ALL
MessageRestriction that blocks all MTypes, except as overridden byx-samp.mostly-harmless
annotations.Methods in org.astrogrid.samp.web that return MessageRestrictionConstructors in org.astrogrid.samp.web with parameters of type MessageRestrictionModifierConstructorDescriptionWebHubProfile
(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