Uses of Interface
kong.unirest.core.HttpRequestSummary
Packages that use HttpRequestSummary
-
Uses of HttpRequestSummary in kong.unirest.core
Classes in kong.unirest.core that implement HttpRequestSummaryFields in kong.unirest.core declared as HttpRequestSummaryModifier and TypeFieldDescriptionprivate final HttpRequestSummaryBaseResponse.reqSummaryprivate final HttpRequestSummaryRawResponseBase.reqSummaryprivate final HttpRequestSummaryMockRawResponse.summaryMethods in kong.unirest.core that return HttpRequestSummaryModifier and TypeMethodDescriptionBaseResponse.getRequestSummary()FailedResponse.getRequestSummary()HttpResponse.getRequestSummary()MockRawResponse.getRequestSummary()RawResponse.getRequestSummary()returns a lightweight read only summary of the request.RawResponseBase.getRequestSummary()BaseRequest.toSummary()HttpRequest.toSummary()Methods in kong.unirest.core with parameters of type HttpRequestSummaryModifier and TypeMethodDescriptionNoopMetric.begin(HttpRequestSummary request) UniMetric.begin(HttpRequestSummary request) Factory method for a MetricContextHttpResponse<?> CompoundInterceptor.onFail(Exception e, HttpRequestSummary request, Config config) HttpResponse<?> DefaultInterceptor.onFail(Exception e, HttpRequestSummary request, Config config) default HttpResponse<?> Interceptor.onFail(Exception e, HttpRequestSummary request, Config config) Called in the case of a total failure.voidCompoundInterceptor.onResponse(HttpResponse<?> response, HttpRequestSummary request, Config config) voidDefaultInterceptor.onResponse(HttpResponse<?> response, HttpRequestSummary request, Config config) default voidInterceptor.onResponse(HttpResponse<?> response, HttpRequestSummary request, Config config) Called just after the request.Constructors in kong.unirest.core with parameters of type HttpRequestSummaryModifierConstructorDescriptionMockRawResponse(String responseBody, Headers responseHeaders, int status, String statusMessage, Config config, HttpRequestSummary summary) protectedRawResponseBase(Config config, HttpRequestSummary summary) -
Uses of HttpRequestSummary in kong.unirest.core.java
Constructors in kong.unirest.core.java with parameters of type HttpRequestSummaryModifierConstructorDescriptionJavaResponse(HttpResponse<InputStream> response, Config config, HttpRequestSummary summary)