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

List of all members.

Public Member Functions

SSLSocketFactory getSSLSocketFactory ()
void setSSLSocketFactory (SSLSocketFactory pSocketFactory)
 XmlRpcSun14HttpTransport (XmlRpcClient pClient)

Protected Member Functions

URLConnection newURLConnection (URL pURL) throws IOException

Private Attributes

SSLSocketFactory sslSocketFactory

Detailed Description

Default implementation of an HTTP transport in Java 1.4, based on the java.net.HttpURLConnection class. Adds support for the SSLSocketFactory.

Definition at line 33 of file XmlRpcSun14HttpTransport.java.


Constructor & Destructor Documentation

Creates a new instance.

Parameters:
pClientThe client controlling this instance.

Definition at line 40 of file XmlRpcSun14HttpTransport.java.


Member Function Documentation

Returns the SSLSocketFactory used to create secure sockets.

Definition at line 55 of file XmlRpcSun14HttpTransport.java.

URLConnection org.apache.xmlrpc.client.XmlRpcSun14HttpTransport.newURLConnection ( URL  pURL) throws IOException [inline, protected]
void org.apache.xmlrpc.client.XmlRpcSun14HttpTransport.setSSLSocketFactory ( SSLSocketFactory  pSocketFactory) [inline]

Sets the SSLSocketFactory used to create secure sockets.

Parameters:
pSocketFactoryThe SSLSocketFactory to use.

Definition at line 48 of file XmlRpcSun14HttpTransport.java.


Member Data Documentation

Definition at line 34 of file XmlRpcSun14HttpTransport.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