public class XmlRpcLite14HttpTransportFactory extends XmlRpcLiteHttpTransportFactory
XmlRpcLiteHttpTransport.| Constructor and Description |
|---|
XmlRpcLite14HttpTransportFactory(XmlRpcClient pClient)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SSLSocketFactory |
getSSLSocketFactory()
Sets the SSL Socket Factory to use for https connections.
|
XmlRpcTransport |
getTransport()
Returns an instance of
XmlRpcTransport. |
void |
setSSLSocketFactory(SSLSocketFactory pSSLSocketFactory)
Returns the SSL Socket Factory to use for https connections.
|
getClientpublic XmlRpcLite14HttpTransportFactory(XmlRpcClient pClient)
pClient - The client, which will invoke the factory.public SSLSocketFactory getSSLSocketFactory()
public void setSSLSocketFactory(SSLSocketFactory pSSLSocketFactory)
public XmlRpcTransport getTransport()
XmlRpcTransportFactoryXmlRpcTransport. This may
be a singleton, but the caller should not depend on that:
A new instance may as well be created for any request.getTransport in interface XmlRpcTransportFactorygetTransport in class XmlRpcLiteHttpTransportFactoryCopyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.