Interface ProxyContext


public interface ProxyContext
Proxy Context provides information necessary to access sites through a Proxy with or without authentication
  • Method Details

    • getProxy

      Proxy getProxy()
      Get Proxy including Proxy Type and Proxy Server
      Returns:
      Proxy
    • getUsername

      Optional<String> getUsername()
      Get Username for Proxy Authentication
      Returns:
      Username or empty when not configured
    • getPassword

      Optional<String> getPassword()
      Get Password for Proxy Authentication
      Returns:
      Password or empty when not configured