Package com.ning.http.client
Interface ProxyServerSelector
public interface ProxyServerSelector
Selector for a proxy server
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProxyServerSelectorA selector that always selects no proxy. -
Method Summary
Modifier and TypeMethodDescriptionSelect a proxy server to use for the given URI.
-
Field Details
-
NO_PROXY_SELECTOR
A selector that always selects no proxy.
-
-
Method Details
-
select
Select a proxy server to use for the given URI.- Parameters:
uri- The URI to select a proxy server for.- Returns:
- The proxy server to use, if any. May return null.
-