Uses of Interface
co.arago.hiro.client.connection.httpclient.HttpClientHandler
-
Packages that use HttpClientHandler Package Description co.arago.hiro.client.connection co.arago.hiro.client.connection.httpclient -
-
Uses of HttpClientHandler in co.arago.hiro.client.connection
Fields in co.arago.hiro.client.connection declared as HttpClientHandler Modifier and Type Field Description protected HttpClientHandlerAbstractAPIHandler. httpClientHandlerThis is a reference which will be shared among all AbstractAPIHandler that use the same configurationAbstractAPIHandler.Conf.Methods in co.arago.hiro.client.connection that return HttpClientHandler Modifier and Type Method Description HttpClientHandlerAbstractAPIHandler.Conf. getHttpClientHandler()Methods in co.arago.hiro.client.connection with parameters of type HttpClientHandler Modifier and Type Method Description TAbstractAPIHandler.Conf. setHttpClientHandler(HttpClientHandler httpClientHandler)Sets the httpClientHandler for the backend connection. -
Uses of HttpClientHandler in co.arago.hiro.client.connection.httpclient
Classes in co.arago.hiro.client.connection.httpclient that implement HttpClientHandler Modifier and Type Class Description classDefaultHttpClientHandlerClass for API httpRequests that contains a HttpClient and a HttpLogger.Methods in co.arago.hiro.client.connection.httpclient that return HttpClientHandler Modifier and Type Method Description HttpClientHandlerDefaultHttpClientHandler.Builder. build()abstract HttpClientHandlerDefaultHttpClientHandler.Conf. build()
-