| Package | Description |
|---|---|
| com.google.api.client.http.apache |
HTTP Transport library for Google API's based on Apache HTTP Client version 4.
|
| Modifier and Type | Method and Description |
|---|---|
ApacheHttpTransport |
ApacheHttpTransport.Builder.doNotValidateCertificate()
Beta
Disables validating server SSL certificates by setting the SSL socket factory using SslUtils for the SSL context and
SSLSocketFactory for the host name verifier.
|
ApacheHttpTransport |
ApacheHttpTransport.Builder.setProxy(org
Sets the HTTP proxy to use
DefaultHttpRoutePlanner or
null to use
setProxySelector(ProxySelector) with
ProxySelector.
|
ApacheHttpTransport |
ApacheHttpTransport.Builder.setProxySelector(ProxySelector
Sets the HTTP proxy selector to use
ProxySelectorRoutePlanner or
null for
DefaultHttpRoutePlanner.
|
ApacheHttpTransport |
ApacheHttpTransport.Builder.setSocketFactory(org
Sets the SSL socket factory (
SSLSocketFactory by default).
|
ApacheHttpTransport |
ApacheHttpTransport.Builder.trustCertificates(KeyStore
Sets the SSL socket factory based on a root certificate trust store.
|
ApacheHttpTransport |
ApacheHttpTransport.Builder.trustCertificatesFromJavaKeyStore(InputStream
Sets the SSL socket factory based on root certificates in a Java KeyStore.
|
ApacheHttpTransport |
ApacheHttpTransport.Builder.trustCertificatesFromStream(InputStream
Sets the SSL socket factory based root certificates generated from the specified stream using
CertificateFactory.
|