class io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1 extends io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1
super_class: io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec
{
final io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this$1;
descriptor: Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream, io.vertx.core.http.Http2Settings);
descriptor: (Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;Lio/vertx/core/http/Http2Settings;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
aload 0
aload 2
invokespecial io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec.<init>:(Lio/vertx/core/http/Http2Settings;)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;
0 1 2 $anonymous0 Lio/vertx/core/http/Http2Settings;
MethodParameters:
Name Flags
this$0 final
$anonymous0
public void upgradeTo(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.FullHttpResponse);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/FullHttpResponse;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
invokevirtual io.vertx.core.http.impl.Http1xClientConnection.listener:()Lio/vertx/core/http/impl/pool/ConnectionListener;
astore 3
start local 3 1: aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.client:Lio/vertx/core/http/impl/HttpClientImpl;
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
invokevirtual io.vertx.core.http.impl.Http1xClientConnection.endpointMetric:()Ljava/lang/Object;
aload 3
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
invokevirtual io.vertx.core.http.impl.Http1xClientConnection.getContext:()Lio/vertx/core/impl/ContextInternal;
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.current:Lio/vertx/core/http/impl/HttpClientConnection;
invokeinterface io.vertx.core.http.impl.HttpClientConnection.metric:()Ljava/lang/Object;
aload 0
aload 3
invokedynamic accept(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;Lio/vertx/core/http/impl/pool/ConnectionListener;)Ljava/util/function/BiConsumer;
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;Ljava/lang/Object;)V
io/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1.lambda$0(Lio/vertx/core/http/impl/pool/ConnectionListener;Lio/vertx/core/http/impl/Http2ClientConnection;Ljava/lang/Long;)V (7)
(Lio/vertx/core/http/impl/Http2ClientConnection;Ljava/lang/Long;)V
invokestatic io.vertx.core.http.impl.Http2ClientConnection.createHttp2ConnectionHandler:(Lio/vertx/core/http/impl/HttpClientImpl;Ljava/lang/Object;Lio/vertx/core/http/impl/pool/ConnectionListener;Lio/vertx/core/impl/ContextInternal;Ljava/lang/Object;Ljava/util/function/BiConsumer;)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
astore 4
start local 4 2: aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
invokevirtual io.vertx.core.http.impl.Http1xClientConnection.channel:()Lio/netty/channel/Channel;
invokeinterface io.netty.channel.Channel.pipeline:()Lio/netty/channel/ChannelPipeline;
iconst_1
anewarray io.netty.channel.ChannelHandler
dup
iconst_0
aload 4
aastore
invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
3: aload 4
aload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.clientUpgrade:(Lio/netty/channel/ChannelHandlerContext;)V
4: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;
0 5 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 5 2 upgradeResponse Lio/netty/handler/codec/http/FullHttpResponse;
1 5 3 listener Lio/vertx/core/http/impl/pool/ConnectionListener<Lio/vertx/core/http/impl/HttpClientConnection;>;
2 5 4 handler Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler<Lio/vertx/core/http/impl/Http2ClientConnection;>;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
upgradeResponse
private void lambda$0(io.vertx.core.http.impl.pool.ConnectionListener, io.vertx.core.http.impl.Http2ClientConnection, java.lang.Long);
descriptor: (Lio/vertx/core/http/impl/pool/ConnectionListener;Lio/vertx/core/http/impl/Http2ClientConnection;Ljava/lang/Long;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 2
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
invokeinterface io.vertx.core.http.impl.HttpClientStream.metric:()Ljava/lang/Object;
aload 0
aload 2
aload 1
aload 3
invokedynamic handle(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;Lio/vertx/core/http/impl/Http2ClientConnection;Lio/vertx/core/http/impl/pool/ConnectionListener;Ljava/lang/Long;)Lio/vertx/core/Handler;
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/http/impl/Http2UpgradedClientConnection$UpgradingStream$1.lambda$1(Lio/vertx/core/http/impl/Http2ClientConnection;Lio/vertx/core/http/impl/pool/ConnectionListener;Ljava/lang/Long;Lio/vertx/core/AsyncResult;)V (7)
(Lio/vertx/core/AsyncResult;)V
invokevirtual io.vertx.core.http.impl.Http2ClientConnection.upgradeStream:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
1: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;
0 2 2 conn Lio/vertx/core/http/impl/Http2ClientConnection;
0 2 3 concurrency Ljava/lang/Long;
private void lambda$1(io.vertx.core.http.impl.Http2ClientConnection, io.vertx.core.http.impl.pool.ConnectionListener, java.lang.Long, io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/http/impl/Http2ClientConnection;Lio/vertx/core/http/impl/pool/ConnectionListener;Ljava/lang/Long;Lio/vertx/core/AsyncResult;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=6, args_size=5
start local 0 start local 4 0: aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
aconst_null
invokevirtual io.vertx.core.http.impl.Http1xClientConnection.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
pop
1: aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
aconst_null
invokevirtual io.vertx.core.http.impl.Http1xClientConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
pop
2: aload 4
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 14
3: aload 4
invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
checkcast io.vertx.core.http.impl.HttpClientStream
astore 5
start local 5 4: aload 5
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.request:Lio/vertx/core/http/impl/HttpClientRequestImpl;
invokeinterface io.vertx.core.http.impl.HttpClientStream.beginRequest:(Lio/vertx/core/http/impl/HttpClientRequestImpl;)V
5: aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
aload 1
putfield io.vertx.core.http.impl.Http2UpgradedClientConnection.current:Lio/vertx/core/http/impl/HttpClientConnection;
6: aload 1
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.closeHandler:Lio/vertx/core/Handler;
invokevirtual io.vertx.core.http.impl.Http2ClientConnection.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
pop
7: aload 1
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.exceptionHandler:Lio/vertx/core/Handler;
invokevirtual io.vertx.core.http.impl.Http2ClientConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
pop
8: aload 1
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.pingHandler:Lio/vertx/core/Handler;
invokevirtual io.vertx.core.http.impl.Http2ClientConnection.pingHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
pop
9: aload 1
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.goAwayHandler:Lio/vertx/core/Handler;
invokevirtual io.vertx.core.http.impl.Http2ClientConnection.goAwayHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
pop
10: aload 1
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.shutdownHandler:Lio/vertx/core/Handler;
invokevirtual io.vertx.core.http.impl.Http2ClientConnection.shutdownHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
pop
11: aload 1
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.remoteSettingsHandler:Lio/vertx/core/Handler;
invokevirtual io.vertx.core.http.impl.Http2ClientConnection.remoteSettingsHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
pop
12: aload 2
aload 3
invokevirtual java.lang.Long.longValue:()J
invokeinterface io.vertx.core.http.impl.pool.ConnectionListener.onConcurrencyChange:(J)V
end local 5 13: goto 15
14: StackMap locals:
StackMap stack:
aload 4
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokevirtual java.lang.Throwable.printStackTrace:()V
15: StackMap locals:
StackMap stack:
return
end local 4 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;
0 16 4 ar Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientStream;>;
4 13 5 upgradedStream Lio/vertx/core/http/impl/HttpClientStream;
}
SourceFile: "Http2UpgradedClientConnection.java"
EnclosingMethod: io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.writeHead:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/String;ZLio/netty/buffer/ByteBuf;ZLio/vertx/core/http/StreamPriority;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
NestHost: io.vertx.core.http.impl.Http2UpgradedClientConnection
InnerClasses:
private UpgradingStream = io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream of io.vertx.core.http.impl.Http2UpgradedClientConnection
io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles