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

List of all members.

Public Member Functions

SSLSocketFactory getSSLSocketFactory ()
void setSSLSocketFactory (SSLSocketFactory pSSLSocketFactory)
 XmlRpcLite14HttpTransport (XmlRpcClient pClient)

Protected Member Functions

Socket newSocket (boolean pSSL, String pHostName, int pPort) throws UnknownHostException, IOException

Private Attributes

SSLSocketFactory sslSocketFactory

Detailed Description

A "light" HTTP transport implementation for Java 1.4.

Definition at line 31 of file XmlRpcLite14HttpTransport.java.


Constructor & Destructor Documentation

Creates a new instance.

Parameters:
pClientThe client controlling this instance.

Definition at line 38 of file XmlRpcLite14HttpTransport.java.


Member Function Documentation

Sets the SSL Socket Factory to use for https connections.

Definition at line 45 of file XmlRpcLite14HttpTransport.java.

Socket org.apache.xmlrpc.client.XmlRpcLite14HttpTransport.newSocket ( boolean  pSSL,
String  pHostName,
int  pPort 
) throws UnknownHostException, IOException [inline, protected]
void org.apache.xmlrpc.client.XmlRpcLite14HttpTransport.setSSLSocketFactory ( SSLSocketFactory  pSSLSocketFactory) [inline]

Returns the SSL Socket Factory to use for https connections.

Definition at line 52 of file XmlRpcLite14HttpTransport.java.


Member Data Documentation

Definition at line 32 of file XmlRpcLite14HttpTransport.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