Package | Description |
---|---|
org.astrogrid.samp.xmlrpc |
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
|
org.astrogrid.samp.xmlrpc.apache |
Implementation of pluggable XML-RPC layer using Apache XML-RPC.
|
org.astrogrid.samp.xmlrpc.internal |
Implementation of pluggable XML-RPC layer which requires
no external dependencies.
|
Modifier and Type | Method and Description |
---|---|
SampXmlRpcClient |
SampXmlRpcClientFactory.createClient(URL endpoint)
Returns an XML-RPC client implementation.
|
Constructor and Description |
---|
XmlRpcHubConnection(SampXmlRpcClient xClient,
String prefix,
List registerArgs)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheClient
SampXmlRpcClient implementation based on Apache XMLRPC classes.
|
Modifier and Type | Method and Description |
---|---|
SampXmlRpcClient |
ApacheClientFactory.createClient(URL endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
InternalClient
XML-RPC client implementation suitable for use with SAMP.
|
class |
RpcLoggingInternalClient
InternalClient subclass which additionally logs all XML-RPC calls/responses
to an output stream.
|
class |
XmlLoggingInternalClient
InternalClient subclass which additionally logs all XML-RPC calls/responses
to an output stream.
|
Modifier and Type | Method and Description |
---|---|
SampXmlRpcClient |
RpcLoggingInternalClientFactory.createClient(URL endpoint) |
SampXmlRpcClient |
InternalClientFactory.createClient(URL endpoint) |
SampXmlRpcClient |
XmlLoggingInternalClientFactory.createClient(URL endpoint) |
Copyright © 2008–2024. All rights reserved.