Interface ProxyConfig


public interface ProxyConfig
  • Method Details

    • username

      Optional<String> username()
      Set proxy username.
    • password

      Optional<String> password()
      Set proxy password.
    • port

      @WithDefault("3128") int port()
      Set proxy port. Defaults to 3128.
    • host

      Optional<String> host()
      Set proxy host.
    • type

      @WithDefault("http") io.vertx.core.net.ProxyType type()
      Set proxy type. Accepted values are: HTTP (default), SOCKS4 and SOCKS5.