public class URLConnectionFactory extends java.lang.Object implements XmlRpcClientConnectionFactory
java.net.URL
infrastructure. These connections are useful in an applet because
any proxy and security settings in the browser are used.Constructor and Description |
---|
URLConnectionFactory(java.net.URL url)
Initializes the factory to create connections to the XML-RPC server at
the specified URL.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcClientConnection |
createConnection()
Creates a new connection to the server.
|
public URLConnectionFactory(java.net.URL url)
public XmlRpcClientConnection createConnection() throws java.io.IOException
XmlRpcClientConnectionFactory
createConnection
in interface XmlRpcClientConnectionFactory
XmlRpcClientConnection
java.io.IOException
- if an IO Error occures.