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.netpackage. -
-
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 classDefaultConnectionFactoryDefault 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.BuilderNetHttpTransport.Builder. setConnectionFactory(ConnectionFactory connectionFactory)
-