| 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 | 
|---|---|
SampXmlRpcServer | 
SampXmlRpcServerFactory.getServer()
Returns an XML-RPC server implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ApacheServer
SampXmlRpcServer implementation based on Apache XML-RPC library. 
 | 
| 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 | 
InternalServerFactory.getServer()  | 
SampXmlRpcServer | 
XmlLoggingInternalServerFactory.getServer()  | 
SampXmlRpcServer | 
RpcLoggingInternalServerFactory.getServer()  | 
Copyright © 2008–2024. All rights reserved.