java.net package.See: Description
| Interface | Description |
|---|---|
| ConnectionFactory |
Given a
URL instance, produces an HttpURLConnection. |
| Class | Description |
|---|---|
| DefaultConnectionFactory |
Default implementation of
ConnectionFactory, which simply attempts to open the connection
with an optional Proxy. |
| NetHttpTransport |
Thread-safe HTTP low-level transport based on the
java.net package. |
| NetHttpTransport.Builder |
Builder for
NetHttpTransport. |
java.net package.Copyright © 2011–2025 Google. All rights reserved.