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 TypeClassDescriptionclassGeneral purpose implementation of MessageRestriction.Fields in org.astrogrid.samp.web declared as MessageRestrictionModifier and TypeFieldDescriptionstatic final MessageRestrictionListMessageRestriction.ALLOW_ALLMessageRestriction that permits all MTypes, except as overridden byx-samp.mostly-harmlessannotations.static final MessageRestrictionListMessageRestriction.DEFAULTDefault MessageRestriction implementation.static final MessageRestrictionListMessageRestriction.DENY_ALLMessageRestriction that blocks all MTypes, except as overridden byx-samp.mostly-harmlessannotations.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