@FunctionalInterface public interface ProxySelector
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProxySelector.NoProxy |
| Modifier and Type | Method and Description |
|---|---|
static ProxySelector |
envVariableProxySelector() |
static ProxySelector |
noProxy() |
Optional<ProxyFactory> |
select(URL url) |
Optional<ProxyFactory> select(URL url)
static ProxySelector noProxy()
static ProxySelector envVariableProxySelector()
Copyright © 2025. All rights reserved.