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.Fields in com.google.api.client.http.javanet declared as ConnectionFactory Modifier and Type Field Description private ConnectionFactoryNetHttpTransport.Builder. connectionFactoryConnectionFactoryornullto use a DefaultConnectionFactory.private ConnectionFactoryNetHttpTransport. connectionFactoryFactory to produce connections fromURLsMethods in com.google.api.client.http.javanet with parameters of type ConnectionFactory Modifier and Type Method Description NetHttpTransport.BuilderNetHttpTransport.Builder. setConnectionFactory(ConnectionFactory connectionFactory)Constructors in com.google.api.client.http.javanet with parameters of type ConnectionFactory Constructor Description NetHttpTransport(ConnectionFactory connectionFactory, javax.net.ssl.SSLSocketFactory sslSocketFactory, javax.net.ssl.HostnameVerifier hostnameVerifier)
-