Uses of Class
network.oxalis.ng.commons.http.HttpConf
-
Packages that use HttpConf Package Description network.oxalis.ng.commons.http -
-
Uses of HttpConf in network.oxalis.ng.commons.http
Methods in network.oxalis.ng.commons.http that return HttpConf Modifier and Type Method Description static HttpConfHttpConf. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpConf[]HttpConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.ng.commons.http with type arguments of type HttpConf Modifier and Type Method Description protected org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerApacheHttpModule. getPoolingHttpClientConnectionManager(Settings<HttpConf> settings)protected org.apache.hc.client5.http.config.RequestConfigApacheHttpModule. getRequestConfig(Settings<HttpConf> settings)
-