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 | Field and Description |
---|---|
private KeyGenerator |
BasicHubService.keyGen_ |
Modifier and Type | Field and Description |
---|---|
private KeyGenerator |
WebHubProfile.keyGen_ |
private KeyGenerator |
WebHubXmlRpcHandler.WebHubActorImpl.keyGen_ |
Modifier and Type | Method and Description |
---|---|
static KeyGenerator |
WebHubProfile.createKeyGenerator()
Convenience method to return a new key generator
suitable for use with a WebHubProfile.
|
Constructor and Description |
---|
WebHubActorImpl(ClientProfile profile,
ClientAuthorizer auth,
KeyGenerator keyGen,
java.net.URL baseUrl,
UrlTracker urlTracker)
Constructor.
|
WebHubProfile(WebHubProfile.ServerFactory serverFactory,
ClientAuthorizer auth,
MessageRestriction mrestrict,
KeyGenerator keyGen,
boolean controlUrls)
Constructs a profile with configuration options.
|
WebHubXmlRpcHandler(ClientProfile profile,
ClientAuthorizer auth,
KeyGenerator keyGen,
java.net.URL baseUrl,
UrlTracker urlTracker)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private KeyGenerator |
HubXmlRpcHandler.HubActorImpl.keyGen_ |
Constructor and Description |
---|
HubActorImpl(SampXmlRpcClientFactory xClientFactory,
ClientProfile profile,
java.lang.String secret,
KeyGenerator keyGen)
Constructor.
|
HubXmlRpcHandler(SampXmlRpcClientFactory xClientFactory,
ClientProfile profile,
java.lang.String secret,
KeyGenerator keyGen)
Constructor.
|