Interface ProxyConfiguration


@Immutable public interface ProxyConfiguration
Object representing a host's proxy configuration
Author:
Dimitris Mandalidis
See Also:
  • Method Details

    • host

      String host()
      Returns:
      the host running the proxy
    • port

      String port()
      Returns:
      the port to which the proxy listens
    • username

      String username()
      Returns:
      an optional username in case of authenticated access
    • password

      String password()
      Returns:
      an optional password in case of authenticated access
    • builder

      static ProxyConfiguration.Builder builder()
      Get a ProxyConfiguration builder
      Returns:
      a new builder