Class HttpClientLogger.RequestInfo

java.lang.Object
io.airlift.http.client.jetty.HttpClientLogger.RequestInfo
Enclosing interface:
HttpClientLogger

public static class HttpClientLogger.RequestInfo extends Object
  • Method Details

    • from

      public static HttpClientLogger.RequestInfo from(org.eclipse.jetty.client.api.Request request, long requestTimestampMillis)
    • from

      public static HttpClientLogger.RequestInfo from(org.eclipse.jetty.client.api.Request request, long requestTimestampMillis, long requestCreatedTimestamp, long requestBeginTimestamp, long requestEndTimestamp)
    • getRequest

      public org.eclipse.jetty.client.api.Request getRequest()
    • getRequestTimestampMillis

      public long getRequestTimestampMillis()
    • getRequestBeginTimestamp

      public long getRequestBeginTimestamp()
    • getRequestEndTimestamp

      public long getRequestEndTimestamp()
    • getRequestCreatedTimestamp

      public long getRequestCreatedTimestamp()