Class Proxy

java.lang.Object
kong.unirest.core.Proxy

public class Proxy extends Object
  • Field Details

    • host

      private final String host
    • port

      private final Integer port
    • username

      private final String username
    • password

      private final String password
  • Constructor Details

  • Method Details

    • getHost

      public String getHost()
    • getPort

      public Integer getPort()
    • getUsername

      public String getUsername()
    • getPassword

      public String getPassword()
    • isAuthenticated

      public boolean isAuthenticated()