Uses of Class
io.vertx.core.net.ProxyOptions
-
Packages that use ProxyOptions Package Description io.vertx.core.http io.vertx.core.net -
-
Uses of ProxyOptions in io.vertx.core.http
Fields in io.vertx.core.http declared as ProxyOptions Modifier and Type Field Description static ProxyOptionsHttpConnectOptions. DEFAULT_PROXY_OPTIONSThe default value for proxy options =nullstatic ProxyOptionsWebSocketConnectOptions. DEFAULT_PROXY_OPTIONSThe default value for proxy options =nullMethods in io.vertx.core.http that return ProxyOptions Modifier and Type Method Description ProxyOptionsHttpConnectOptions. getProxyOptions()Get the proxy options override for connectionsProxyOptionsWebSocketConnectOptions. getProxyOptions()Get the proxy options override for connectionsMethods in io.vertx.core.http with parameters of type ProxyOptions Modifier and Type Method Description HttpClientOptionsHttpClientOptions. setProxyOptions(ProxyOptions proxyOptions)HttpConnectOptionsHttpConnectOptions. setProxyOptions(ProxyOptions proxyOptions)Override theHttpClientOptions.setProxyOptions(ProxyOptions)proxy options for connections.RequestOptionsRequestOptions. setProxyOptions(ProxyOptions proxyOptions)WebSocketClientOptionsWebSocketClientOptions. setProxyOptions(ProxyOptions proxyOptions)RequestOptionsWebSocketConnectOptions. setProxyOptions(ProxyOptions proxyOptions)Override theHttpClientOptions.setProxyOptions(ProxyOptions)proxy options for connections. -
Uses of ProxyOptions in io.vertx.core.net
Methods in io.vertx.core.net that return ProxyOptions Modifier and Type Method Description ProxyOptionsClientOptionsBase. getProxyOptions()Get proxy options for connectionsProxyOptionsConnectOptions. getProxyOptions()Get proxy options for connectionsProxyOptionsProxyOptions. setConnectTimeout(Duration connectTimeout)Set the connection timeout.ProxyOptionsProxyOptions. setHost(String host)Set proxy host.ProxyOptionsProxyOptions. setPassword(String password)Set proxy password.ProxyOptionsProxyOptions. setPort(int port)Set proxy port.ProxyOptionsProxyOptions. setType(ProxyType type)Set proxy type.ProxyOptionsProxyOptions. setUsername(String username)Set proxy username.Methods in io.vertx.core.net with parameters of type ProxyOptions Modifier and Type Method Description ClientOptionsBaseClientOptionsBase. setProxyOptions(ProxyOptions proxyOptions)Set proxy options for connections via CONNECT proxy (e.g.ConnectOptionsConnectOptions. setProxyOptions(ProxyOptions proxyOptions)Set proxy options for connections via CONNECT proxy (e.g.NetClientOptionsNetClientOptions. setProxyOptions(ProxyOptions proxyOptions)Constructors in io.vertx.core.net with parameters of type ProxyOptions Constructor Description ProxyOptions(ProxyOptions other)Copy constructor.
-