| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MessageRestriction | 
ProfileToken.getMessageRestriction()
Returns a MessageRestriction object which controls what messages
 may be sent by clients registering under ths profile. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ListMessageRestriction
General purpose implementation of MessageRestriction. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static MessageRestriction | 
ListMessageRestriction.ALLOW_ALL
MessageRestriction that permits all MTypes, except as overridden
 by  
x-samp.mostly-harmless annotations. | 
static MessageRestriction | 
ListMessageRestriction.DEFAULT
Default MessageRestriction implementation. 
 | 
static MessageRestriction | 
ListMessageRestriction.DENY_ALL
MessageRestriction that blocks all MTypes, except as overridden
 by  
x-samp.mostly-harmless annotations. | 
| Modifier and Type | Method and Description | 
|---|---|
MessageRestriction | 
WebHubProfile.getMessageRestriction()  | 
| Constructor and Description | 
|---|
WebHubProfile(WebHubProfile.ServerFactory serverFactory,
             ClientAuthorizer auth,
             MessageRestriction mrestrict,
             KeyGenerator keyGen,
             boolean controlUrls)
Constructs a profile with configuration options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MessageRestriction | 
StandardHubProfile.getMessageRestriction()  | 
Copyright © 2008–2024. All rights reserved.