| Package | Description |
|---|---|
| com.google.api.client.http.javanet |
HTTP Transport library for Google API's based on the
java.net package.
|
| Modifier and Type | Method and Description |
|---|---|
NetHttpTransport |
NetHttpTransport.Builder.doNotValidateCertificate()
Beta
Disables validating server SSL certificates by setting the SSL socket factory using SslUtils for the SSL context and
SslUtils for the host name verifier.
|
NetHttpTransport |
NetHttpTransport.Builder.setConnectionFactory(ConnectionFactory
|
NetHttpTransport |
NetHttpTransport.Builder.setHostnameVerifier(HostnameVerifier
Sets the host name verifier or
null for the default.
|
NetHttpTransport |
NetHttpTransport.Builder.setProxy(Proxy
Sets the HTTP proxy or
null to use the proxy settings from
system properties.
|
NetHttpTransport |
NetHttpTransport.Builder.setSslSocketFactory(SSLSocketFactory
Sets the SSL socket factory or
null for the default.
|
NetHttpTransport |
NetHttpTransport.Builder.trustCertificates(KeyStore
Sets the SSL socket factory based on a root certificate trust store.
|
NetHttpTransport |
NetHttpTransport.Builder.trustCertificatesFromJavaKeyStore(InputStream
Sets the SSL socket factory based on root certificates in a Java KeyStore.
|
NetHttpTransport |
NetHttpTransport.Builder.trustCertificatesFromStream(InputStream
Sets the SSL socket factory based root certificates generated from the specified stream using
CertificateFactory.
|