Uses of Class
com.google.api.client.http.javanet.NetHttpTransport
-
Packages that use NetHttpTransport Package Description com.google.api.client.http.javanet HTTP Transport library for Google API's based on thejava.net
package. -
-
Uses of NetHttpTransport in com.google.api.client.http.javanet
Methods in com.google.api.client.http.javanet that return NetHttpTransport Modifier and Type Method Description NetHttpTransport
NetHttpTransport.Builder. build()
Returns a new instance ofNetHttpTransport
based on the options.
-