| Package | Description |
|---|---|
| java.net |
Provides the classes for implementing networking applications.
|
| Modifier and Type | Method and Description |
|---|---|
static ProxySelector |
ProxySelector.getDefault()
Gets the system-wide proxy selector.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ProxySelector.setDefault(ProxySelector
Sets (or unsets) the system-wide proxy selector.
|