Class HttpProxy

java.lang.Object
org.apache.nifi.remote.protocol.http.HttpProxy

public class HttpProxy 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()
    • getHttpHost

      public org.apache.http.HttpHost getHttpHost()