public interface ProxyServerSelector
Modifier and Type | Field and Description |
---|---|
static ProxyServerSelector |
NO_PROXY_SELECTOR
A selector that always selects no proxy.
|
Modifier and Type | Method and Description |
---|---|
ProxyServer |
select(Uri uri)
Select a proxy server to use for the given URI.
|
static final ProxyServerSelector NO_PROXY_SELECTOR
ProxyServer select(Uri uri)
uri
- The URI to select a proxy server for.Copyright © 2018. All Rights Reserved.