Uses of Interface
com.google.api.client.http.javanet.ConnectionFactory
-
Packages that use ConnectionFactory Package Description com.google.api.client.http.javanet HTTP Transport library for Google API's based on thejava.net
package. -
-
Uses of ConnectionFactory in com.google.api.client.http.javanet
Classes in com.google.api.client.http.javanet that implement ConnectionFactory Modifier and Type Class Description class
DefaultConnectionFactory
Default implementation ofConnectionFactory
, which simply attempts to open the connection with an optionalProxy
.Methods in com.google.api.client.http.javanet with parameters of type ConnectionFactory Modifier and Type Method Description NetHttpTransport.Builder
NetHttpTransport.Builder. setConnectionFactory(ConnectionFactory connectionFactory)
-