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 | Field and Description |
---|---|
private SampXmlRpcServer |
HubRunner.server_
Deprecated.
|
private SampXmlRpcServer |
StandardHubProfile.server_ |
private SampXmlRpcServer |
CallableClientServer.server_ |
Modifier and Type | Method and Description |
---|---|
SampXmlRpcServer |
SampXmlRpcServerFactory.getServer()
Returns an XML-RPC server implementation.
|
Constructor and Description |
---|
CallableClientServer(SampXmlRpcServer server)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheServer
SampXmlRpcServer implementation based on Apache XML-RPC library.
|
Modifier and Type | Field and Description |
---|---|
private SampXmlRpcServer |
ApacheServerFactory.server_ |
Modifier and Type | Method and Description |
---|---|
SampXmlRpcServer |
ApacheServerFactory.getServer() |
Modifier and Type | Class and Description |
---|---|
class |
InternalServer
SampXmlRpcServer implementation without external dependencies.
|
class |
RpcLoggingInternalServer
InternalServer subclass which additionally logs all XML-RPC calls/responses
to an output stream.
|
class |
XmlLoggingInternalServer
Freestanding InternalServer implementation which logs all incoming
and outgoing HTTP data.
|
Modifier and Type | Method and Description |
---|---|
SampXmlRpcServer |
XmlLoggingInternalServerFactory.getServer() |
SampXmlRpcServer |
RpcLoggingInternalServerFactory.getServer() |
SampXmlRpcServer |
InternalServerFactory.getServer() |