Uses of Class
co.arago.hiro.client.util.HttpLogger
-
Packages that use HttpLogger Package Description co.arago.hiro.client.connection co.arago.hiro.client.rest co.arago.hiro.client.util.httpclient -
-
Uses of HttpLogger in co.arago.hiro.client.connection
Fields in co.arago.hiro.client.connection declared as HttpLogger Modifier and Type Field Description protected HttpLoggerAbstractClientAPIHandler. httpLoggerMethods in co.arago.hiro.client.connection that return HttpLogger Modifier and Type Method Description protected abstract HttpLoggerAbstractAPIHandler. getHttpLogger()Abstract class that needs to be overwritten by a supplier of a HttpLogger.HttpLoggerAbstractClientAPIHandler. getHttpLogger() -
Uses of HttpLogger in co.arago.hiro.client.rest
Methods in co.arago.hiro.client.rest that return HttpLogger Modifier and Type Method Description protected HttpLoggerAuthenticatedAPIHandler. getHttpLogger()Redirect the HttpLogger to the one provided inAuthenticatedAPIHandler.tokenAPIHandler. -
Uses of HttpLogger in co.arago.hiro.client.util.httpclient
Constructors in co.arago.hiro.client.util.httpclient with parameters of type HttpLogger Constructor Description HttpResponseParser(java.net.http.HttpResponse<java.io.InputStream> httpResponse, HttpLogger httpLogger)Constructor.
-