Interface ProxyServerSelector


public interface ProxyServerSelector
Selector for a proxy server
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ProxyServerSelector
    A selector that always selects no proxy.
  • Method Summary

    Modifier and Type
    Method
    Description
    select(Uri uri)
    Select a proxy server to use for the given URI.
  • Field Details

    • NO_PROXY_SELECTOR

      static final ProxyServerSelector NO_PROXY_SELECTOR
      A selector that always selects no proxy.
  • Method Details

    • select

      ProxyServer select(Uri uri)
      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.