Uses of Interface
co.arago.hiro.client.connection.httpclient.HttpClientHandler.ProxySpec
-
Packages that use HttpClientHandler.ProxySpec Package Description co.arago.hiro.client.connection co.arago.hiro.client.connection.httpclient -
-
Uses of HttpClientHandler.ProxySpec in co.arago.hiro.client.connection
Methods in co.arago.hiro.client.connection that return HttpClientHandler.ProxySpec Modifier and Type Method Description HttpClientHandler.ProxySpecAbstractAPIHandler.Conf. getProxy()Methods in co.arago.hiro.client.connection with parameters of type HttpClientHandler.ProxySpec Modifier and Type Method Description TAbstractAPIHandler.Conf. setProxy(HttpClientHandler.ProxySpec proxy) -
Uses of HttpClientHandler.ProxySpec in co.arago.hiro.client.connection.httpclient
Classes in co.arago.hiro.client.connection.httpclient that implement HttpClientHandler.ProxySpec Modifier and Type Class Description static classDefaultHttpClientHandler.DefaultProxySpecA simple data class for a proxyMethods in co.arago.hiro.client.connection.httpclient that return HttpClientHandler.ProxySpec Modifier and Type Method Description HttpClientHandler.ProxySpecDefaultHttpClientHandler.Conf. getProxy()HttpClientHandler.ProxySpecHttpClientHandler.ConfTemplate. getProxy()Methods in co.arago.hiro.client.connection.httpclient with parameters of type HttpClientHandler.ProxySpec Modifier and Type Method Description TDefaultHttpClientHandler.Conf. setProxy(HttpClientHandler.ProxySpec proxy)THttpClientHandler.ConfTemplate. setProxy(HttpClientHandler.ProxySpec proxy)
-