class io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance extends io.vertx.micrometer.impl.VertxNetServerMetrics$Instance implements io.vertx.core.spi.metrics.HttpServerMetrics<io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler, java.lang.String, java.lang.String>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance
super_class: io.vertx.micrometer.impl.VertxNetServerMetrics$Instance
{
final io.vertx.micrometer.impl.VertxHttpServerMetrics this$0;
descriptor: Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.micrometer.impl.VertxHttpServerMetrics, java.lang.String);
descriptor: (Lio/vertx/micrometer/impl/VertxHttpServerMetrics;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
1: aload 0
aload 1
aload 2
invokespecial io.vertx.micrometer.impl.VertxNetServerMetrics$Instance.<init>:(Lio/vertx/micrometer/impl/VertxNetServerMetrics;Ljava/lang/String;)V
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
0 3 2 local Ljava/lang/String;
MethodParameters:
Name Flags
this$0 final
local
public io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler requestBegin(java.lang.String, io.vertx.core.http.HttpServerRequest);
descriptor: (Ljava/lang/String;Lio/vertx/core/http/HttpServerRequest;)Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
dup
aload 1
aload 2
invokeinterface io.vertx.core.http.HttpServerRequest.path:()Ljava/lang/String;
aload 2
invokeinterface io.vertx.core.http.HttpServerRequest.method:()Lio/vertx/core/http/HttpMethod;
invokevirtual io.vertx.core.http.HttpMethod.name:()Ljava/lang/String;
invokespecial io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
astore 3
start local 3 1: aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requests:Lio/vertx/micrometer/impl/meters/Gauges;
iconst_4
anewarray java.lang.String
dup
iconst_0
aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 3
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
aastore
dup
iconst_3
aload 3
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
aastore
invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.concurrent.atomic.LongAdder
invokevirtual java.util.concurrent.atomic.LongAdder.increment:()V
2: aload 3
aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.processingTime:Lio/vertx/micrometer/impl/meters/Timers;
invokevirtual io.vertx.micrometer.impl.meters.Timers.start:()Lio/vertx/micrometer/impl/meters/Timers$EventTiming;
putfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.timer:Lio/vertx/micrometer/impl/meters/Timers$EventTiming;
3: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
0 4 1 remote Ljava/lang/String;
0 4 2 request Lio/vertx/core/http/HttpServerRequest;
1 4 3 handler Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
MethodParameters:
Name Flags
remote
request
public void requestReset(io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler);
descriptor: (Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requestResetCount:Lio/vertx/micrometer/impl/meters/Counters;
iconst_4
anewarray java.lang.String
dup
iconst_0
aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
aastore
dup
iconst_1
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
aastore
dup
iconst_2
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
aastore
dup
iconst_3
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
aastore
invokevirtual io.vertx.micrometer.impl.meters.Counters.get:([Ljava/lang/String;)Lio/micrometer/core/instrument/Counter;
invokeinterface io.micrometer.core.instrument.Counter.increment:()V
1: aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requests:Lio/vertx/micrometer/impl/meters/Gauges;
iconst_4
anewarray java.lang.String
dup
iconst_0
aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
aastore
dup
iconst_1
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
aastore
dup
iconst_2
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
aastore
dup
iconst_3
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
aastore
invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.concurrent.atomic.LongAdder
invokevirtual java.util.concurrent.atomic.LongAdder.decrement:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
0 3 1 handler Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
MethodParameters:
Name Flags
handler
public io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler responsePushed(java.lang.String, io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.http.HttpServerResponse);
descriptor: (Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/http/HttpServerResponse;)Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
dup
aload 1
aload 3
aload 2
invokevirtual io.vertx.core.http.HttpMethod.name:()Ljava/lang/String;
invokespecial io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
astore 5
start local 5 1: aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requests:Lio/vertx/micrometer/impl/meters/Gauges;
iconst_4
anewarray java.lang.String
dup
iconst_0
aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
aastore
dup
iconst_1
aload 1
aastore
dup
iconst_2
aload 5
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
aastore
dup
iconst_3
aload 5
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
aastore
invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.concurrent.atomic.LongAdder
invokevirtual java.util.concurrent.atomic.LongAdder.increment:()V
2: aload 5
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
0 3 1 remote Ljava/lang/String;
0 3 2 method Lio/vertx/core/http/HttpMethod;
0 3 3 uri Ljava/lang/String;
0 3 4 response Lio/vertx/core/http/HttpServerResponse;
1 3 5 handler Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
MethodParameters:
Name Flags
remote
method
uri
response
public void responseEnd(io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler, io.vertx.core.http.HttpServerResponse);
descriptor: (Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Lio/vertx/core/http/HttpServerResponse;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 2
invokeinterface io.vertx.core.http.HttpServerResponse.getStatusCode:()I
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
astore 3
start local 3 1: aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.timer:Lio/vertx/micrometer/impl/meters/Timers$EventTiming;
iconst_5
anewarray java.lang.String
dup
iconst_0
aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
aastore
dup
iconst_1
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
aastore
dup
iconst_2
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
aastore
dup
iconst_3
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
aastore
dup
iconst_4
aload 3
aastore
invokevirtual io.vertx.micrometer.impl.meters.Timers$EventTiming.end:([Ljava/lang/String;)V
2: aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requestCount:Lio/vertx/micrometer/impl/meters/Counters;
iconst_5
anewarray java.lang.String
dup
iconst_0
aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
aastore
dup
iconst_1
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
aastore
dup
iconst_2
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
aastore
dup
iconst_3
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
aastore
dup
iconst_4
aload 3
aastore
invokevirtual io.vertx.micrometer.impl.meters.Counters.get:([Ljava/lang/String;)Lio/micrometer/core/instrument/Counter;
invokeinterface io.micrometer.core.instrument.Counter.increment:()V
3: aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.requests:Lio/vertx/micrometer/impl/meters/Gauges;
iconst_4
anewarray java.lang.String
dup
iconst_0
aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
aastore
dup
iconst_1
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
aastore
dup
iconst_2
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.path:Ljava/lang/String;
aastore
dup
iconst_3
aload 1
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.method:Ljava/lang/String;
aastore
invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.concurrent.atomic.LongAdder
invokevirtual java.util.concurrent.atomic.LongAdder.decrement:()V
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
0 5 1 handler Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
0 5 2 response Lio/vertx/core/http/HttpServerResponse;
1 5 3 code Ljava/lang/String;
MethodParameters:
Name Flags
handler
response
public java.lang.String connected(java.lang.String, io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler, io.vertx.core.http.ServerWebSocket);
descriptor: (Ljava/lang/String;Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Lio/vertx/core/http/ServerWebSocket;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.wsConnections:Lio/vertx/micrometer/impl/meters/Gauges;
iconst_2
anewarray java.lang.String
dup
iconst_0
aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
aastore
dup
iconst_1
aload 2
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
aastore
invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.concurrent.atomic.LongAdder
invokevirtual java.util.concurrent.atomic.LongAdder.increment:()V
1: aload 2
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler.address:Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
0 2 1 socketMetric Ljava/lang/String;
0 2 2 handler Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
0 2 3 serverWebSocket Lio/vertx/core/http/ServerWebSocket;
MethodParameters:
Name Flags
socketMetric
handler
serverWebSocket
public void disconnected(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.this$0:Lio/vertx/micrometer/impl/VertxHttpServerMetrics;
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics.wsConnections:Lio/vertx/micrometer/impl/meters/Gauges;
iconst_2
anewarray java.lang.String
dup
iconst_0
aload 0
getfield io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.local:Ljava/lang/String;
aastore
dup
iconst_1
aload 1
aastore
invokevirtual io.vertx.micrometer.impl.meters.Gauges.get:([Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.concurrent.atomic.LongAdder
invokevirtual java.util.concurrent.atomic.LongAdder.decrement:()V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
0 2 1 remote Ljava/lang/String;
MethodParameters:
Name Flags
remote
public boolean isEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Instance;
public void disconnected(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.String
invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.disconnected:(Ljava/lang/String;)V
return
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object requestBegin(java.lang.Object, io.vertx.core.http.HttpServerRequest);
descriptor: (Ljava/lang/Object;Lio/vertx/core/http/HttpServerRequest;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.lang.String
aload 2
invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.requestBegin:(Ljava/lang/String;Lio/vertx/core/http/HttpServerRequest;)Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object connected(java.lang.Object, java.lang.Object, io.vertx.core.http.ServerWebSocket);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/http/ServerWebSocket;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast java.lang.String
aload 2
checkcast io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
aload 3
invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.connected:(Ljava/lang/String;Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Lio/vertx/core/http/ServerWebSocket;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object responsePushed(java.lang.Object, io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.http.HttpServerResponse);
descriptor: (Ljava/lang/Object;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/http/HttpServerResponse;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
checkcast java.lang.String
aload 2
aload 3
aload 4
invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.responsePushed:(Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/http/HttpServerResponse;)Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;
areturn
LocalVariableTable:
Start End Slot Name Signature
public void requestReset(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.requestReset:(Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;)V
return
LocalVariableTable:
Start End Slot Name Signature
public void responseEnd(java.lang.Object, io.vertx.core.http.HttpServerResponse);
descriptor: (Ljava/lang/Object;Lio/vertx/core/http/HttpServerResponse;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler
aload 2
invokevirtual io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance.responseEnd:(Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Lio/vertx/core/http/HttpServerResponse;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lio/vertx/micrometer/impl/VertxNetServerMetrics$Instance;Lio/vertx/core/spi/metrics/HttpServerMetrics<Lio/vertx/micrometer/impl/VertxHttpServerMetrics$Handler;Ljava/lang/String;Ljava/lang/String;>;
SourceFile: "VertxHttpServerMetrics.java"
NestHost: io.vertx.micrometer.impl.VertxHttpServerMetrics
InnerClasses:
public Handler = io.vertx.micrometer.impl.VertxHttpServerMetrics$Handler of io.vertx.micrometer.impl.VertxHttpServerMetrics
Instance = io.vertx.micrometer.impl.VertxHttpServerMetrics$Instance of io.vertx.micrometer.impl.VertxHttpServerMetrics
Instance = io.vertx.micrometer.impl.VertxNetServerMetrics$Instance of io.vertx.micrometer.impl.VertxNetServerMetrics
public EventTiming = io.vertx.micrometer.impl.meters.Timers$EventTiming of io.vertx.micrometer.impl.meters.Timers