Package com.google.api.client.http.javanet
HTTP Transport library for Google API's based on the
java.net
package.- Since:
- 1.0
-
Interface Summary Interface Description ConnectionFactory Given aURL
instance, produces anHttpURLConnection
.NetHttpRequest.OutputWriter -
Class Summary Class Description DefaultConnectionFactory Default implementation ofConnectionFactory
, which simply attempts to open the connection with an optionalProxy
.NetHttpRequest NetHttpRequest.DefaultOutputWriter NetHttpResponse NetHttpTransport Thread-safe HTTP low-level transport based on thejava.net
package.NetHttpTransport.Builder Builder forNetHttpTransport
.