Uses of Class
kong.unirest.core.Proxy
-
Packages that use Proxy Package Description kong.unirest.core kong.unirest.core.java -
-
Uses of Proxy in kong.unirest.core
Fields in kong.unirest.core declared as Proxy Modifier and Type Field Description private Proxy
Config. proxy
Methods in kong.unirest.core that return Proxy Modifier and Type Method Description Proxy
Config. getProxy()
Methods in kong.unirest.core with parameters of type Proxy Modifier and Type Method Description Config
Config. proxy(Proxy value)
Set a proxy -
Uses of Proxy in kong.unirest.core.java
Methods in kong.unirest.core.java with parameters of type Proxy Modifier and Type Method Description private void
JavaClientBuilder. createProxy(java.net.http.HttpClient.Builder builder, Proxy proxy)
-