Uses of Class
io.vertx.core.net.ProxyOptions
Packages that use ProxyOptions
Package
Description
-
Uses of ProxyOptions in io.vertx.core.http
Fields in io.vertx.core.http declared as ProxyOptionsModifier and TypeFieldDescriptionstatic final ProxyOptionsHttpConnectOptions.DEFAULT_PROXY_OPTIONSThe default value for proxy options =nullstatic final ProxyOptionsWebSocketConnectOptions.DEFAULT_PROXY_OPTIONSThe default value for proxy options =nullMethods in io.vertx.core.http that return ProxyOptionsModifier and TypeMethodDescriptionHttpConnectOptions.getProxyOptions()Get the proxy options override for connectionsWebSocketConnectOptions.getProxyOptions()Get the proxy options override for connectionsMethods in io.vertx.core.http with parameters of type ProxyOptionsModifier and TypeMethodDescriptionHttpClientOptions.setProxyOptions(ProxyOptions proxyOptions) HttpConnectOptions.setProxyOptions(ProxyOptions proxyOptions) Override theHttpClientOptions.setProxyOptions(ProxyOptions)proxy options for connections.RequestOptions.setProxyOptions(ProxyOptions proxyOptions) WebSocketClientOptions.setProxyOptions(ProxyOptions proxyOptions) WebSocketConnectOptions.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 ProxyOptionsModifier and TypeMethodDescriptionClientOptionsBase.getProxyOptions()Get proxy options for connectionsConnectOptions.getProxyOptions()Get proxy options for connectionsTcpClientConfig.getProxyOptions()Get proxy options for connectionsProxyOptions.setConnectTimeout(Duration connectTimeout) Set the connection timeout.Set proxy host.ProxyOptions.setPassword(String password) Set proxy password.ProxyOptions.setPort(int port) Set proxy port.Set proxy type.ProxyOptions.setUsername(String username) Set proxy username.Methods in io.vertx.core.net with parameters of type ProxyOptionsModifier and TypeMethodDescriptionClientOptionsBase.setProxyOptions(ProxyOptions proxyOptions) Set proxy options for connections via CONNECT proxy (e.g.ConnectOptions.setProxyOptions(ProxyOptions proxyOptions) Set proxy options for connections via CONNECT proxy (e.g.NetClientOptions.setProxyOptions(ProxyOptions proxyOptions) TcpClientConfig.setProxyOptions(ProxyOptions proxyOptions) Set proxy options for connections via CONNECT proxy (e.g.Constructors in io.vertx.core.net with parameters of type ProxyOptions -
Uses of ProxyOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul with parameters of type ProxyOptionsModifier and TypeMethodDescriptionConsulClientOptions.setProxyOptions(ProxyOptions proxyOptions) Set proxy options for connections via CONNECT proxy (e.g. -
Uses of ProxyOptions in io.vertx.ext.mail
Methods in io.vertx.ext.mail with parameters of type ProxyOptions -
Uses of ProxyOptions in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client that return ProxyOptionsMethods in io.vertx.ext.web.client with parameters of type ProxyOptionsModifier and TypeMethodDescriptionHttpRequest.proxy(ProxyOptions proxyOptions) Configure the request to set a proxy for this request.CachingWebClientOptions.setProxyOptions(ProxyOptions proxyOptions) WebClientOptions.setProxyOptions(ProxyOptions proxyOptions) -
Uses of ProxyOptions in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client that return ProxyOptionsMethods in io.vertx.reactivex.ext.web.client with parameters of type ProxyOptionsModifier and TypeMethodDescriptionHttpRequest.proxy(ProxyOptions proxyOptions) Configure the request to set a proxy for this request. -
Uses of ProxyOptions in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client that return ProxyOptionsMethods in io.vertx.rxjava3.ext.web.client with parameters of type ProxyOptionsModifier and TypeMethodDescriptionHttpRequest.proxy(ProxyOptions proxyOptions) Configure the request to set a proxy for this request. -
Uses of ProxyOptions in io.vertx.tracing.zipkin
Methods in io.vertx.tracing.zipkin with parameters of type ProxyOptions