Class HttpClientLogger.RequestInfo

    • Method Detail

      • 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()