Uses of Class
org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
Packages that use XmlRpcTransportFactoryImpl
-
Uses of XmlRpcTransportFactoryImpl in org.apache.xmlrpc.client
Subclasses of XmlRpcTransportFactoryImpl in org.apache.xmlrpc.clientModifier and TypeClassDescriptionclass
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.class
Java 1.4 specific factory for the lite HTTP transport,XmlRpcLiteHttpTransport
.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 an HTTP transport factory in Java 1.4, based on theHttpURLConnection
class.class
Default implementation of an HTTP transport in Java 1.5, based on theHttpURLConnection
class.class
Default implementation of a HTTP transport factory, based on theHttpURLConnection
class.