Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@
* </ul>
* <li>Other Java environments
* <ul>
* <li>{@code com.google.api.client.googleapis.javanet.GoogleNetHttpTransport} is included
* in google-api-cient 1.22.0, so easy to include.
* <li>{@code com.google.api.client.javanet.NetHttpTransport} is based on the
* HttpURLConnection built into the Java SDK, so it used to be the preferred choice.
* HttpURLConnection built into the Java SDK. It is the preferred choice if not using
* Apache HTTP Client.
* <li>{@code com.google.api.client.apache.ApacheHttpTransport} is a good choice for users
* of the Apache HTTP Client, especially if you need some of the configuration options
* available in that library.
Expand Down
Loading