-
public final class FloconHttpRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringurlprivate final Stringmethodprivate final LongstartTimeprivate final DoubledurationMsprivate final Map<String, String>requestHeadersprivate final StringrequestBodyprivate final LongrequestSizeprivate final IntegerresponseHttpCodeprivate final StringresponseContentTypeprivate final StringresponseBodyprivate final LongresponseSizeprivate final Map<String, String>responseHeaders
-
Constructor Summary
Constructors Constructor Description FloconHttpRequest(String url, String method, Long startTime, Double durationMs, Map<String, String> requestHeaders, String requestBody, Long requestSize, Integer responseHttpCode, String responseContentType, String responseBody, Long responseSize, Map<String, String> responseHeaders)
-
Method Summary
Modifier and Type Method Description final StringgetUrl()final StringgetMethod()final LonggetStartTime()final DoublegetDurationMs()final Map<String, String>getRequestHeaders()final StringgetRequestBody()final LonggetRequestSize()final IntegergetResponseHttpCode()final StringgetResponseContentType()final StringgetResponseBody()final LonggetResponseSize()final Map<String, String>getResponseHeaders()final JSONObjecttoJson()-
-
Constructor Detail
-
FloconHttpRequest
FloconHttpRequest(String url, String method, Long startTime, Double durationMs, Map<String, String> requestHeaders, String requestBody, Long requestSize, Integer responseHttpCode, String responseContentType, String responseBody, Long responseSize, Map<String, String> responseHeaders)
-
-
Method Detail
-
getStartTime
final Long getStartTime()
-
getDurationMs
final Double getDurationMs()
-
getRequestHeaders
final Map<String, String> getRequestHeaders()
-
getRequestBody
final String getRequestBody()
-
getRequestSize
final Long getRequestSize()
-
getResponseHttpCode
final Integer getResponseHttpCode()
-
getResponseContentType
final String getResponseContentType()
-
getResponseBody
final String getResponseBody()
-
getResponseSize
final Long getResponseSize()
-
getResponseHeaders
final Map<String, String> getResponseHeaders()
-
toJson
final JSONObject toJson()
-
-
-
-