Package | Description |
---|---|
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.
|
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 | Class and Description |
---|---|
class |
WebHubXmlRpcHandler
SampXmlRpcHandler implementation which passes Web Profile-type XML-RPC calls
to a hub connection factory to provide a Web Profile hub server.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorHandler
Utility class to facilitate constructing a SampXmlRpcHandler which handles
particular named methods.
|
Modifier and Type | Method and Description |
---|---|
void |
SampXmlRpcServer.addHandler(SampXmlRpcHandler handler)
Adds a handler which can service certain XML-RPC methods.
|
void |
SampXmlRpcServer.removeHandler(SampXmlRpcHandler handler)
Removes a previously-added handler.
|
Modifier and Type | Method and Description |
---|---|
void |
ApacheServer.addHandler(SampXmlRpcHandler handler) |
void |
ApacheServer.removeHandler(SampXmlRpcHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
InternalServer.addHandler(SampXmlRpcHandler handler) |
protected Object |
InternalServer.handleCall(SampXmlRpcHandler handler,
String methodName,
List paramList,
HttpServer.Request request)
Actually passes the XML-RPC method name and parameter list to one
of the registered servers for processing.
|
protected Object |
RpcLoggingInternalServer.handleCall(SampXmlRpcHandler handler,
String methodName,
List paramList,
HttpServer.Request request) |
void |
InternalServer.removeHandler(SampXmlRpcHandler handler) |
Copyright © 2008–2024. All rights reserved.