Frames | No Frames |
Classes implementing org.apache.xmlrpc.client.XmlRpcTransportFactory | |
class | An HTTP transport factory, which is based on the Jakarta Commons
HTTP Client. |
class | Factory for the lite HTTP transport,
XmlRpcLiteHttpTransport . |
class | Another local transport factory for debugging and testing. |
class | A transport factory being used for local XML-RPC calls. |
class | Abstract base implementation of a factory for stream transports. |
class | Default implementation of a HTTP transport factory, based on the
java.net.HttpURLConnection class. |
class | Abstract base implementation of an XmlRpcTransportFactory . |
Methods with parameter type org.apache.xmlrpc.client.XmlRpcTransportFactory | |
void | Sets the clients transport factory. |
Methods with return type org.apache.xmlrpc.client.XmlRpcTransportFactory | |
XmlRpcTransportFactory | Returns the clients transport factory. |