Uses of Class
co.arago.hiro.client.util.HttpLogger
-
Packages that use HttpLogger Package Description co.arago.hiro.client.connection co.arago.hiro.client.connection.httpclient co.arago.hiro.client.util.httpclient -
-
Uses of HttpLogger in co.arago.hiro.client.connection
Methods in co.arago.hiro.client.connection that return HttpLogger Modifier and Type Method Description HttpLoggerAbstractAPIHandler. getHttpLogger() -
Uses of HttpLogger in co.arago.hiro.client.connection.httpclient
Methods in co.arago.hiro.client.connection.httpclient that return HttpLogger Modifier and Type Method Description HttpLoggerDefaultHttpClientHandler. getHttpLogger()HttpLoggerHttpClientHandler. getHttpLogger() -
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.
-