public class io.vertx.ext.dropwizard.impl.HttpClientRequestMetric extends io.vertx.ext.dropwizard.impl.HttpRequestMetric
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.dropwizard.impl.HttpClientRequestMetric
  super_class: io.vertx.ext.dropwizard.impl.HttpRequestMetric
{
  final io.vertx.ext.dropwizard.impl.EndpointMetrics endpointMetric;
    descriptor: Lio/vertx/ext/dropwizard/impl/EndpointMetrics;
    flags: (0x0010) ACC_FINAL

  io.vertx.core.spi.observability.HttpResponse response;
    descriptor: Lio/vertx/core/spi/observability/HttpResponse;
    flags: (0x0000) 

  long requestEnd;
    descriptor: J
    flags: (0x0000) 

  public void <init>(io.vertx.ext.dropwizard.impl.EndpointMetrics, io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/ext/dropwizard/impl/EndpointMetrics;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.ext.dropwizard.impl.HttpClientRequestMetric this
        start local 1 // io.vertx.ext.dropwizard.impl.EndpointMetrics endpointMetric
        start local 2 // io.vertx.core.http.HttpMethod method
        start local 3 // java.lang.String uri
         0: .line 16
            aload 0 /* this */
            aload 2 /* method */
            aload 3 /* uri */
            invokespecial io.vertx.ext.dropwizard.impl.HttpRequestMetric.<init>:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)V
         1: .line 17
            aload 0 /* this */
            aload 1 /* endpointMetric */
            putfield io.vertx.ext.dropwizard.impl.HttpClientRequestMetric.endpointMetric:Lio/vertx/ext/dropwizard/impl/EndpointMetrics;
         2: .line 18
            return
        end local 3 // java.lang.String uri
        end local 2 // io.vertx.core.http.HttpMethod method
        end local 1 // io.vertx.ext.dropwizard.impl.EndpointMetrics endpointMetric
        end local 0 // io.vertx.ext.dropwizard.impl.HttpClientRequestMetric this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lio/vertx/ext/dropwizard/impl/HttpClientRequestMetric;
            0    3     1  endpointMetric  Lio/vertx/ext/dropwizard/impl/EndpointMetrics;
            0    3     2          method  Lio/vertx/core/http/HttpMethod;
            0    3     3             uri  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      endpointMetric  
      method          
      uri             
}
SourceFile: "HttpClientRequestMetric.java"