class io.vertx.core.http.impl.ClientHttpStreamEndpoint extends io.vertx.core.http.impl.ClientHttpEndpointBase
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.ClientHttpStreamEndpoint
super_class: io.vertx.core.http.impl.ClientHttpEndpointBase
{
private final io.vertx.core.net.impl.clientconnection.Pool<io.vertx.core.http.impl.HttpClientConnection> pool;
descriptor: Lio/vertx/core/net/impl/clientconnection/Pool;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/net/impl/clientconnection/Pool<Lio/vertx/core/http/impl/HttpClientConnection;>;
public void <init>(io.vertx.core.spi.metrics.ClientMetrics, java.lang.Object, int, long, java.lang.String, int, io.vertx.core.impl.ContextInternal, io.vertx.core.http.impl.HttpChannelConnector, java.lang.Runnable);
descriptor: (Lio/vertx/core/spi/metrics/ClientMetrics;Ljava/lang/Object;IJLjava/lang/String;ILio/vertx/core/impl/ContextInternal;Lio/vertx/core/http/impl/HttpChannelConnector;Ljava/lang/Runnable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=13, locals=11, args_size=10
start local 0 start local 1 start local 2 start local 3 start local 4 start local 6 start local 7 start local 8 start local 9 start local 10 0: aload 0
aload 1
iload 7
aload 6
aload 2
aload 10
invokespecial io.vertx.core.http.impl.ClientHttpEndpointBase.<init>:(Lio/vertx/core/spi/metrics/ClientMetrics;ILjava/lang/String;Ljava/lang/Object;Ljava/lang/Runnable;)V
1: aload 0
new io.vertx.core.net.impl.clientconnection.Pool
dup
2: aload 8
3: aload 9
4: iload 3
5: aload 9
invokevirtual io.vertx.core.http.impl.HttpChannelConnector.weight:()J
6: lload 4
7: aload 0
invokedynamic accept(Lio/vertx/core/http/impl/ClientHttpStreamEndpoint;)Ljava/util/function/Consumer;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/core/net/impl/clientconnection/Endpoint.connectionAdded(Ljava/lang/Object;)V (5)
(Lio/vertx/core/http/impl/HttpClientConnection;)V
8: aload 0
invokedynamic accept(Lio/vertx/core/http/impl/ClientHttpStreamEndpoint;)Ljava/util/function/Consumer;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/core/net/impl/clientconnection/Endpoint.connectionRemoved(Ljava/lang/Object;)V (5)
(Lio/vertx/core/http/impl/HttpClientConnection;)V
9: iconst_0
invokespecial io.vertx.core.net.impl.clientconnection.Pool.<init>:(Lio/vertx/core/Context;Lio/vertx/core/net/impl/clientconnection/ConnectionProvider;IJJLjava/util/function/Consumer;Ljava/util/function/Consumer;Z)V
10: putfield io.vertx.core.http.impl.ClientHttpStreamEndpoint.pool:Lio/vertx/core/net/impl/clientconnection/Pool;
11: return
end local 10 end local 9 end local 8 end local 7 end local 6 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/vertx/core/http/impl/ClientHttpStreamEndpoint;
0 12 1 metrics Lio/vertx/core/spi/metrics/ClientMetrics;
0 12 2 metric Ljava/lang/Object;
0 12 3 queueMaxSize I
0 12 4 maxSize J
0 12 6 host Ljava/lang/String;
0 12 7 port I
0 12 8 ctx Lio/vertx/core/impl/ContextInternal;
0 12 9 connector Lio/vertx/core/http/impl/HttpChannelConnector;
0 12 10 dispose Ljava/lang/Runnable;
MethodParameters:
Name Flags
metrics
metric
queueMaxSize
maxSize
host
port
ctx
connector
dispose
void checkExpired();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.ClientHttpStreamEndpoint.pool:Lio/vertx/core/net/impl/clientconnection/Pool;
invokevirtual io.vertx.core.net.impl.clientconnection.Pool.closeIdle:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/ClientHttpStreamEndpoint;
public void requestConnection2(io.vertx.core.impl.ContextInternal, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.impl.HttpClientConnection>>);
descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.ClientHttpStreamEndpoint.pool:Lio/vertx/core/net/impl/clientconnection/Pool;
aload 2
invokevirtual io.vertx.core.net.impl.clientconnection.Pool.getConnection:(Lio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/ClientHttpStreamEndpoint;
0 2 1 ctx Lio/vertx/core/impl/ContextInternal;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;>;
Signature: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;>;)V
MethodParameters:
Name Flags
ctx
handler
}
SourceFile: "ClientHttpStreamEndpoint.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles