Package | Description |
---|---|
com.google.api.client.extensions.appengine.http |
HTTP Transport library for Google API's based on URL Fetch in Google
App Engine.
|
Modifier and Type | Method and Description |
---|---|
UrlFetchTransport.Builder |
UrlFetchTransport.Builder.doNotValidateCertificate()
Sets whether to use
FetchOptions.doNotValidateCertificate() (false by
default). |
UrlFetchTransport.Builder |
UrlFetchTransport.Builder.validateCertificate()
Sets whether to use
FetchOptions.validateCertificate() (false by default). |
Copyright © 2011–2023 Google. All rights reserved.