| Package | Description |
|---|---|
| java.net |
Provides the classes for implementing networking applications.
|
| java.net.http |
High level HTTP and WebSocket API
|
| Modifier and Type | Method | Description |
|---|---|---|
static ProxySelector |
ProxySelector.getDefault() |
Gets the system-wide proxy selector.
|
static ProxySelector |
ProxySelector.of(InetSocketAddress proxyAddress) |
Returns a ProxySelector which uses the given proxy address for all HTTP
and HTTPS requests.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
ProxySelector.setDefault(ProxySelector ps) |
Sets (or unsets) the system-wide proxy selector.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract Optional<ProxySelector> |
HttpClient.proxy() |
Returns an
Optional containing the ProxySelector for this client. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract HttpClient.Builder |
HttpClient.Builder.proxy(ProxySelector selector) |
Sets a
ProxySelector for this client. |
abstract HttpRequest.Builder |
HttpRequest.Builder.proxy(ProxySelector proxy) |
Overrides the ProxySelector set on the request's client for this
request.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1