Uses of Class
org.apache.xmlrpc.client.XmlRpcStreamTransport

Packages that use XmlRpcStreamTransport
org.apache.xmlrpc.client   
 

Uses of XmlRpcStreamTransport in org.apache.xmlrpc.client
 

Subclasses of XmlRpcStreamTransport in org.apache.xmlrpc.client
 class XmlRpcCommonsTransport
          An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
 class XmlRpcHttpTransport
          Abstract base implementation of an HTTP transport.
 class XmlRpcLiteHttpTransport
          A "light" HTTP transport implementation.
 class XmlRpcLocalStreamTransport
          Another local transport for debugging and testing.
 class XmlRpcSunHttpTransport
          Default implementation of an HTTP transport, based on the HttpURLConnection class.
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.