Uses of Class
org.asynchttpclient.proxy.ProxyType
-
Packages that use ProxyType Package Description org.asynchttpclient.proxy -
-
Uses of ProxyType in org.asynchttpclient.proxy
Methods in org.asynchttpclient.proxy that return ProxyType Modifier and Type Method Description ProxyTypeProxyServer. getProxyType()static ProxyTypeProxyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProxyType[]ProxyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.asynchttpclient.proxy with parameters of type ProxyType Modifier and Type Method Description ProxyServer.BuilderProxyServer.Builder. setProxyType(ProxyType proxyType)Constructors in org.asynchttpclient.proxy with parameters of type ProxyType Constructor Description ProxyServer(String host, int port, int securedPort, @Nullable Realm realm, List<String> nonProxyHosts, ProxyType proxyType, @Nullable Function<Request,io.netty.handler.codec.http.HttpHeaders> customHeaders)ProxyServer(String host, int port, int securedPort, Realm realm, List<String> nonProxyHosts, ProxyType proxyType)
-