public class MtlsHttpTransportFactory extends Object implements HttpTransportFactory
NetHttpTransport instances configured for mTLS
(mutual TLS) using a specific KeyStore containing the client's certificate and private
key.
Warning: This class is considered internal and is not intended for direct use by library consumers. Its API and behavior may change without notice.
| Constructor and Description |
|---|
MtlsHttpTransportFactory(KeyStore mtlsKeyStore)
Constructs a factory for mTLS transports.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.javanet.NetHttpTransport |
create()
Creates a
HttpTransport instance. |
public MtlsHttpTransportFactory(KeyStore mtlsKeyStore)
public com.google.api.client.http.javanet.NetHttpTransport create()
HttpTransportFactoryHttpTransport instance.create in interface HttpTransportFactoryCopyright © 2025 Google. All rights reserved.