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 aURLinstance, produces anHttpURLConnection. -
Class Summary Class Description DefaultConnectionFactory Default implementation ofConnectionFactory, which simply attempts to open the connection with an optionalProxy.NetHttpRequest NetHttpResponse NetHttpTransport Thread-safe HTTP low-level transport based on thejava.netpackage.NetHttpTransport.Builder Builder forNetHttpTransport.