Java io.vertx.core.net ProxyOptions fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.net ProxyOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.net ProxyOptions.

The text is from its open source code.

Constructor

ProxyOptions()
Default constructor.

Method

ProxyOptionssetHost(String host)
Set proxy host.
ProxyOptionssetPassword(String password)
Set proxy password.
ProxyOptionssetPort(int port)
Set proxy port.
ProxyOptionssetType(ProxyType type)
Set proxy type.
ProxyOptionssetUsername(String username)
Set proxy username.