Uses of Interface
com.google.api.client.http.javanet.ConnectionFactory
Packages that use ConnectionFactory
Package
Description
HTTP Transport library for Google API's based on the
java.net
package.-
Uses of ConnectionFactory in com.google.api.client.http.javanet
Classes in com.google.api.client.http.javanet that implement ConnectionFactoryModifier and TypeClassDescriptionclass
Default implementation ofConnectionFactory
, which simply attempts to open the connection with an optionalProxy
.Fields in com.google.api.client.http.javanet declared as ConnectionFactoryModifier and TypeFieldDescriptionprivate ConnectionFactory
NetHttpTransport.Builder.connectionFactory
ConnectionFactory
ornull
to use a DefaultConnectionFactory.private final ConnectionFactory
NetHttpTransport.connectionFactory
Methods in com.google.api.client.http.javanet that return ConnectionFactoryModifier and TypeMethodDescriptionprivate ConnectionFactory
NetHttpTransport.getConnectionFactory
(ConnectionFactory connectionFactory) Methods in com.google.api.client.http.javanet with parameters of type ConnectionFactoryModifier and TypeMethodDescriptionprivate ConnectionFactory
NetHttpTransport.getConnectionFactory
(ConnectionFactory connectionFactory) NetHttpTransport.Builder.setConnectionFactory
(ConnectionFactory connectionFactory) Constructors in com.google.api.client.http.javanet with parameters of type ConnectionFactoryModifierConstructorDescription(package private)
NetHttpTransport
(ConnectionFactory connectionFactory, SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier, boolean isMtls)