Package | Description |
---|---|
org.apache.xmlrpc.client |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcCommonsTransportFactory
An HTTP transport factory, which is based on the Jakarta Commons
HTTP Client.
|
class |
XmlRpcLite14HttpTransportFactory
Java 1.4 specific factory for the lite HTTP transport,
XmlRpcLiteHttpTransport . |
class |
XmlRpcLiteHttpTransportFactory
Factory for the lite HTTP transport,
XmlRpcLiteHttpTransport . |
class |
XmlRpcLocalStreamTransportFactory
Another local transport factory for debugging and testing.
|
class |
XmlRpcLocalTransportFactory
A transport factory being used for local XML-RPC calls.
|
class |
XmlRpcStreamTransportFactory
Abstract base implementation of a factory for stream transports.
|
class |
XmlRpcSun14HttpTransportFactory
Default implementation of an HTTP transport factory in Java 1.4, based
on the
HttpURLConnection class. |
class |
XmlRpcSun15HttpTransportFactory
Default implementation of an HTTP transport in Java 1.5, based on the
HttpURLConnection class. |
class |
XmlRpcSunHttpTransportFactory
Default implementation of a HTTP transport factory, based on the
HttpURLConnection class. |
class |
XmlRpcTransportFactoryImpl
Abstract base implementation of an
XmlRpcTransportFactory . |
Modifier and Type | Method and Description |
---|---|
XmlRpcTransportFactory |
XmlRpcClient.getTransportFactory()
Returns the clients transport factory.
|
static XmlRpcTransportFactory |
XmlRpcClientDefaults.newTransportFactory(XmlRpcClient pClient)
Creates a new transport factory for the given client.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcClient.setTransportFactory(XmlRpcTransportFactory pFactory)
Sets the clients transport factory.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.