|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectXmlRpcClient
org.apache.xmlrpc.P2PXmlRpcClientLite
A multithreaded, reusable XML-RPC client object. This version uses a homegrown HTTP client which can be quite a bit faster than java.net.URLConnection, especially when used with XmlRpc.setKeepAlive(true). This class has been modified to work with Jxta P2P Sockets.
Constructor Summary | |
P2PXmlRpcClientLite(java.lang.String url)
Construct a XML-RPC client for the URL represented by this String. |
|
P2PXmlRpcClientLite(java.lang.String hostname,
int port)
Construct a XML-RPC client for the specified hostname and port. |
|
P2PXmlRpcClientLite(java.net.URL url)
Construct a XML-RPC client with this URL. |
Method Summary | |
static void |
main(java.lang.String[] args)
Just for testing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public P2PXmlRpcClientLite(java.net.URL url)
public P2PXmlRpcClientLite(java.lang.String url) throws java.net.MalformedURLException
public P2PXmlRpcClientLite(java.lang.String hostname, int port) throws java.net.MalformedURLException
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |