Interface ProxyConfig


  • public interface ProxyConfig
    • Method Detail

      • port

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

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