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
Factory to produce connections fromURL
sMethods in com.google.api.client.http.javanet with parameters of type ConnectionFactoryModifier and TypeMethodDescriptionNetHttpTransport.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)