public class HttpsClientTransport extends HttpClientTransport
canSendCompressed, MAX_CLIENT_TIMEOUT| Constructor and Description |
|---|
HttpsClientTransport(TextWireFormat wireFormat,
URI remoteUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.conn.HttpClientConnectionManager |
createClientConnectionManager() |
protected SSLSocketFactory |
createSocketFactory()
Creates a new SSL SocketFactory.
|
protected String |
getSystemPropertyPrefix() |
Boolean |
getVerifyHostName() |
void |
setVerifyHostName(Boolean verifyHostName) |
asyncRequest, configureMethod, createHttpClient, doStart, doStop, getMinSendAsCompressedSize, getPeerCertificates, getReceiveCounter, getReceiveHttpClient, getSendHttpClient, getSoTimeout, getWireFormat, isTrace, isUseCompression, oneway, request, run, setMinSendAsCompressedSize, setPeerCertificates, setReceiveHttpClient, setSendHttpClient, setSoTimeout, setTrace, setUseCompressiongetProxyHost, getProxyPassword, getProxyPort, getProxyUser, getRemoteAddress, getRemoteUrl, getTextWireFormat, setProxyHost, setProxyPassword, setProxyPort, setProxyUser, setTextWireFormat, toStringgetStackSize, isDaemon, setDaemon, setStackSizeasyncRequest, checkStarted, doConsume, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, onException, reconnect, request, setTransportListener, updateURIsaddServiceListener, dispose, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stoppublic HttpsClientTransport(TextWireFormat wireFormat, URI remoteUrl)
protected org.apache.http.conn.HttpClientConnectionManager createClientConnectionManager()
createClientConnectionManager in class HttpClientTransportprotected SSLSocketFactory createSocketFactory() throws IOException
IOExceptionprotected String getSystemPropertyPrefix()
getSystemPropertyPrefix in class HttpClientTransportpublic Boolean getVerifyHostName()
public void setVerifyHostName(Boolean verifyHostName)
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.