Interface ProxyOptionsProvider.HttpProxyOptions

All Superinterfaces:
ProxyOptionsProvider.ProxyOptions
All Known Implementing Classes:
HttpProxyProperties
Enclosing interface:
ProxyOptionsProvider

public static interface ProxyOptionsProvider.HttpProxyOptions extends ProxyOptionsProvider.ProxyOptions
Interface to be implemented by classes that wish to describe the http based client proxy.
  • Method Details

    • getNonProxyHosts

      String getNonProxyHosts()
      Get the http non-proxy host.
      Returns:
      the non-proxy host.