public class TimeoutSecureXmlRpcClient
extends org.apache.xmlrpc.XmlRpcClient
| Modifier and Type | Field and Description |
|---|---|
protected int |
timeout |
| Constructor and Description |
|---|
TimeoutSecureXmlRpcClient(String url,
int timeout)
Construct a XML-RPC client for the URL represented by this String, with
timeout.
|
TimeoutSecureXmlRpcClient(String hostname,
int port,
int timeout)
Construct a XML-RPC client for the specified hostname and port, with
timeout.
|
TimeoutSecureXmlRpcClient(URL url,
int timeout)
Construct a XML-RPC client with this URL, with timeout.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Just for testing.
|
void |
setup()
This allows us to setup
|
public TimeoutSecureXmlRpcClient(URL url, int timeout)
url - a URL object.timeout - a int.public TimeoutSecureXmlRpcClient(String url, int timeout) throws MalformedURLException
url - a String object.timeout - a int.MalformedURLException - if any.public TimeoutSecureXmlRpcClient(String hostname, int port, int timeout) throws MalformedURLException
hostname - a String object.port - a int.timeout - a int.MalformedURLException - if any.Copyright © 2015. All rights reserved.