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.
|
getClient
public XmlRpcLite14HttpTransportFactory(XmlRpcClient pClient)
pClient
- The client, which will invoke the factory.public SSLSocketFactory getSSLSocketFactory()
public void setSSLSocketFactory(SSLSocketFactory pSSLSocketFactory)
public XmlRpcTransport getTransport()
XmlRpcTransportFactory
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.getTransport
in interface XmlRpcTransportFactory
getTransport
in class XmlRpcLiteHttpTransportFactory
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.