public interface SampXmlRpcServer
| Modifier and Type | Method and Description |
|---|---|
void |
addHandler(SampXmlRpcHandler handler)
Adds a handler which can service certain XML-RPC methods.
|
URL |
getEndpoint()
Returns the server's endpoint.
|
void |
removeHandler(SampXmlRpcHandler handler)
Removes a previously-added handler.
|
URL getEndpoint()
void addHandler(SampXmlRpcHandler handler)
handler - handler to addvoid removeHandler(SampXmlRpcHandler handler)
handler - handler to removeCopyright © 2008–2024. All rights reserved.