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 TypeClassDescriptionclassDefault 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 ConnectionFactoryNetHttpTransport.Builder.connectionFactoryConnectionFactoryornullto use a DefaultConnectionFactory.private final ConnectionFactoryNetHttpTransport.connectionFactoryMethods in com.google.api.client.http.javanet that return ConnectionFactoryModifier and TypeMethodDescriptionprivate ConnectionFactoryNetHttpTransport.getConnectionFactory(ConnectionFactory connectionFactory) Methods in com.google.api.client.http.javanet with parameters of type ConnectionFactoryModifier and TypeMethodDescriptionprivate ConnectionFactoryNetHttpTransport.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)