Public Member Functions | Private Attributes
org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory Class Reference
Inheritance diagram for org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

SSLSocketFactory getSSLSocketFactory ()
XmlRpcTransport getTransport ()
void setSSLSocketFactory (SSLSocketFactory pSocketFactory)
 XmlRpcSun14HttpTransportFactory (XmlRpcClient pClient)

Private Attributes

SSLSocketFactory sslSocketFactory

Detailed Description

Default implementation of an HTTP transport factory in Java 1.4, based on the java.net.HttpURLConnection class.

Definition at line 28 of file XmlRpcSun14HttpTransportFactory.java.


Constructor & Destructor Documentation

Creates a new factory, which creates transports for the given client.

Parameters:
pClientThe client, which is operating the factory.

Definition at line 35 of file XmlRpcSun14HttpTransportFactory.java.


Member Function Documentation

Returns the SSLSocketFactory to be used by transports.

Definition at line 50 of file XmlRpcSun14HttpTransportFactory.java.

Returns an instance of XmlRpcTransport. This may be a singleton, but the caller should not depend on that: A new instance may as well be created for any request.

Returns:
The configured transport.

Implements org.apache.xmlrpc.client.XmlRpcTransportFactory.

Reimplemented in org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory.

Definition at line 54 of file XmlRpcSun14HttpTransportFactory.java.

void org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory.setSSLSocketFactory ( SSLSocketFactory  pSocketFactory) [inline]

Sets the SSLSocketFactory to be used by transports.

Parameters:
pSocketFactoryThe SSLSocketFactory to use.

Definition at line 43 of file XmlRpcSun14HttpTransportFactory.java.


Member Data Documentation

Definition at line 29 of file XmlRpcSun14HttpTransportFactory.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50