abstract class io.vertx.core.http.impl.Http2ConnectionBase extends io.vertx.core.net.impl.ConnectionBase implements io.netty.handler.codec.http2.Http2FrameListener, io.vertx.core.http.HttpConnection
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: io.vertx.core.http.impl.Http2ConnectionBase
super_class: io.vertx.core.net.impl.ConnectionBase
{
private static final io.vertx.core.impl.logging.Logger log;
descriptor: Lio/vertx/core/impl/logging/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
protected final io.netty.channel.ChannelHandlerContext handlerContext;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler;
descriptor: Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final io.netty.handler.codec.http2.Http2Connection$PropertyKey streamKey;
descriptor: Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
private boolean shutdown;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.Handler<io.vertx.core.http.Http2Settings> remoteSettingsHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;
private final java.util.ArrayDeque<io.vertx.core.Handler<java.lang.Void>> updateSettingsHandlers;
descriptor: Ljava/util/ArrayDeque;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/ArrayDeque<Lio/vertx/core/Handler<Ljava/lang/Void;>;>;
private final java.util.ArrayDeque<io.vertx.core.Promise<io.vertx.core.buffer.Buffer>> pongHandlers;
descriptor: Ljava/util/ArrayDeque;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/ArrayDeque<Lio/vertx/core/Promise<Lio/vertx/core/buffer/Buffer;>;>;
private io.netty.handler.codec.http2.Http2Settings localSettings;
descriptor: Lio/netty/handler/codec/http2/Http2Settings;
flags: (0x0002) ACC_PRIVATE
private io.netty.handler.codec.http2.Http2Settings remoteSettings;
descriptor: Lio/netty/handler/codec/http2/Http2Settings;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.Handler<io.vertx.core.http.GoAway> goAwayHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;
private io.vertx.core.Handler<java.lang.Void> shutdownHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<io.vertx.core.buffer.Buffer> pingHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
private boolean goneAway;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int windowSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private long maxConcurrentStreams;
descriptor: J
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/vertx/core/http/impl/Http2ConnectionBase;
invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
putstatic io.vertx.core.http.impl.Http2ConnectionBase.log:Lio/vertx/core/impl/logging/Logger;
return
LocalVariableTable:
Start End Slot Name Signature
static io.netty.buffer.ByteBuf safeBuffer(io.netty.buffer.ByteBuf, io.netty.buffer.ByteBufAllocator);
descriptor: (Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(I)Lio/netty/buffer/ByteBuf;
astore 2
start local 2 1: aload 2
aload 0
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
pop
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 buf Lio/netty/buffer/ByteBuf;
0 3 1 allocator Lio/netty/buffer/ByteBufAllocator;
1 3 2 buffer Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
buf
allocator
public void <init>(io.vertx.core.impl.EventLoopContext, io.vertx.core.http.impl.VertxHttp2ConnectionHandler);
descriptor: (Lio/vertx/core/impl/EventLoopContext;Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.context:()Lio/netty/channel/ChannelHandlerContext;
invokespecial io.vertx.core.net.impl.ConnectionBase.<init>:(Lio/vertx/core/impl/ContextInternal;Lio/netty/channel/ChannelHandlerContext;)V
1: aload 0
new java.util.ArrayDeque
dup
invokespecial java.util.ArrayDeque.<init>:()V
putfield io.vertx.core.http.impl.Http2ConnectionBase.updateSettingsHandlers:Ljava/util/ArrayDeque;
2: aload 0
new java.util.ArrayDeque
dup
invokespecial java.util.ArrayDeque.<init>:()V
putfield io.vertx.core.http.impl.Http2ConnectionBase.pongHandlers:Ljava/util/ArrayDeque;
3: aload 0
new io.netty.handler.codec.http2.Http2Settings
dup
invokespecial io.netty.handler.codec.http2.Http2Settings.<init>:()V
putfield io.vertx.core.http.impl.Http2ConnectionBase.localSettings:Lio/netty/handler/codec/http2/Http2Settings;
4: aload 0
aload 2
putfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
5: aload 0
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.chctx:Lio/netty/channel/ChannelHandlerContext;
putfield io.vertx.core.http.impl.Http2ConnectionBase.handlerContext:Lio/netty/channel/ChannelHandlerContext;
6: aload 0
aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.flowController:()Lio/netty/handler/codec/http2/Http2FlowController;
checkcast io.netty.handler.codec.http2.Http2LocalFlowController
aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.connectionStream:()Lio/netty/handler/codec/http2/Http2Stream;
invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.windowSize:(Lio/netty/handler/codec/http2/Http2Stream;)I
putfield io.vertx.core.http.impl.Http2ConnectionBase.windowSize:I
7: aload 0
ldc 4294967295
putfield io.vertx.core.http.impl.Http2ConnectionBase.maxConcurrentStreams:J
8: aload 0
aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.newKey:()Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
putfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 10 1 context Lio/vertx/core/impl/EventLoopContext;
0 10 2 handler Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
MethodParameters:
Name Flags
context
handler
io.vertx.core.impl.VertxInternal vertx();
descriptor: ()Lio/vertx/core/impl/VertxInternal;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.vertx:Lio/vertx/core/impl/VertxInternal;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
public void handleClosed();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.vertx.core.net.impl.ConnectionBase.handleClosed:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
protected void handleInterestedOpsChanged();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
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/core/http/impl/Http2ConnectionBase;
protected void handleIdle();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.vertx.core.net.impl.ConnectionBase.handleIdle:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
synchronized void onConnectionError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 2
start local 2 1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
aload 0
aload 2
invokedynamic visit(Lio/vertx/core/http/impl/Http2ConnectionBase;Ljava/util/ArrayList;)Lio/netty/handler/codec/http2/Http2StreamVisitor;
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:
(Lio/netty/handler/codec/http2/Http2Stream;)Z
io/vertx/core/http/impl/Http2ConnectionBase.lambda$0(Ljava/util/ArrayList;Lio/netty/handler/codec/http2/Http2Stream;)Z (7)
(Lio/netty/handler/codec/http2/Http2Stream;)Z
invokeinterface io.netty.handler.codec.http2.Http2Connection.forEachActiveStream:(Lio/netty/handler/codec/http2/Http2StreamVisitor;)Lio/netty/handler/codec/http2/Http2Stream;
pop
2: goto 5
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase java.lang.Throwable java.util.ArrayList
StackMap stack: io.netty.handler.codec.http2.Http2Exception
3: astore 3
start local 3 4: getstatic io.vertx.core.http.impl.Http2ConnectionBase.log:Lio/vertx/core/impl/logging/Logger;
ldc "Could not get the list of active streams"
aload 3
invokeinterface io.vertx.core.impl.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
end local 3 5: StackMap locals:
StackMap stack:
aload 2
invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
astore 4
goto 8
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase java.lang.Throwable java.util.ArrayList top java.util.Iterator
StackMap stack:
6: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
astore 3
start local 3 7: aload 3
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 3
aload 1
invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Throwable;)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/Http2ConnectionBase.lambda$1(Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Throwable;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Lio/vertx/core/Handler;)V
end local 3 8: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
9: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.handleException:(Ljava/lang/Throwable;)V
10: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 11 1 cause Ljava/lang/Throwable;
1 11 2 streams Ljava/util/ArrayList<Lio/vertx/core/http/impl/VertxHttp2Stream;>;
4 5 3 e Lio/netty/handler/codec/http2/Http2Exception;
7 8 3 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
Exception table:
from to target type
1 2 3 Class io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
cause
io.vertx.core.http.impl.VertxHttp2Stream<?> stream(int);
descriptor: (I)Lio/vertx/core/http/impl/VertxHttp2Stream;
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
iload 1
invokeinterface io.netty.handler.codec.http2.Http2Connection.stream:(I)Lio/netty/handler/codec/http2/Http2Stream;
astore 2
start local 2 1: aload 2
ifnonnull 3
2: aconst_null
areturn
3: StackMap locals: io.netty.handler.codec.http2.Http2Stream
StackMap stack:
aload 2
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
invokeinterface io.netty.handler.codec.http2.Http2Stream.getProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 4 1 id I
1 4 2 s Lio/netty/handler/codec/http2/Http2Stream;
Signature: (I)Lio/vertx/core/http/impl/VertxHttp2Stream<*>;
MethodParameters:
Name Flags
id
void onStreamError(int, java.lang.Throwable);
descriptor: (ILjava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.stream:(I)Lio/vertx/core/http/impl/VertxHttp2Stream;
astore 3
start local 3 1: aload 3
ifnull 3
2: aload 3
aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onError:(Ljava/lang/Throwable;)V
3: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 4 1 streamId I
0 4 2 cause Ljava/lang/Throwable;
1 4 3 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
MethodParameters:
Name Flags
streamId
cause
void onStreamWritabilityChanged(io.netty.handler.codec.http2.Http2Stream);
descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
invokeinterface io.netty.handler.codec.http2.Http2Stream.getProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
astore 2
start local 2 1: aload 2
ifnull 3
2: aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onWritabilityChanged:()V
3: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 4 1 s Lio/netty/handler/codec/http2/Http2Stream;
1 4 2 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
MethodParameters:
Name Flags
s
void onStreamClosed(io.netty.handler.codec.http2.Http2Stream);
descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
invokeinterface io.netty.handler.codec.http2.Http2Stream.getProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
astore 2
start local 2 1: aload 2
ifnull 3
2: aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onClose:()V
3: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
aload 0
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdown:()V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 5 1 s Lio/netty/handler/codec/http2/Http2Stream;
1 5 2 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
MethodParameters:
Name Flags
s
boolean onGoAwaySent(int, long, io.netty.buffer.ByteBuf);
descriptor: (IJLio/netty/buffer/ByteBuf;)Z
flags: (0x0000)
Code:
stack=2, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
dup
astore 5
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.goneAway:Z
ifeq 4
2: aload 5
monitorexit
3: iconst_0
ireturn
4: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack:
aload 0
iconst_1
putfield io.vertx.core.http.impl.Http2ConnectionBase.goneAway:Z
5: aload 5
monitorexit
6: goto 9
StackMap locals:
StackMap stack: java.lang.Throwable
7: aload 5
monitorexit
8: athrow
9: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdown:()V
10: iconst_1
ireturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 11 1 lastStreamId I
0 11 2 errorCode J
0 11 4 debugData Lio/netty/buffer/ByteBuf;
Exception table:
from to target type
1 3 7 any
4 6 7 any
7 8 7 any
MethodParameters:
Name Flags
lastStreamId
errorCode
debugData
boolean onGoAwayReceived(int, long, io.netty.buffer.ByteBuf);
descriptor: (IJLio/netty/buffer/ByteBuf;)Z
flags: (0x0000)
Code:
stack=6, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
dup
astore 6
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.goneAway:Z
ifeq 4
2: aload 6
monitorexit
3: iconst_0
ireturn
4: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase int long io.netty.buffer.ByteBuf top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack:
aload 0
iconst_1
putfield io.vertx.core.http.impl.Http2ConnectionBase.goneAway:Z
5: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.goAwayHandler:Lio/vertx/core/Handler;
astore 5
start local 5 6: aload 6
monitorexit
7: goto 10
end local 5 StackMap locals:
StackMap stack: java.lang.Throwable
8: aload 6
monitorexit
9: athrow
start local 5 10: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase int long io.netty.buffer.ByteBuf io.vertx.core.Handler
StackMap stack:
aload 5
ifnull 13
11: aload 4
invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
astore 6
start local 6 12: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 5
lload 2
iload 1
aload 6
invokedynamic handle(Lio/vertx/core/Handler;JILio/vertx/core/buffer/Buffer;)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/Http2ConnectionBase.lambda$2(Lio/vertx/core/Handler;JILio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Lio/vertx/core/Handler;)V
end local 6 13: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdown:()V
14: iconst_1
ireturn
end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 15 1 lastStreamId I
0 15 2 errorCode J
0 15 4 debugData Lio/netty/buffer/ByteBuf;
6 8 5 handler Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;
10 15 5 handler Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;
12 13 6 buffer Lio/vertx/core/buffer/Buffer;
Exception table:
from to target type
1 3 8 any
4 7 8 any
8 9 8 any
MethodParameters:
Name Flags
lastStreamId
errorCode
debugData
public void onPriorityRead(io.netty.channel.ChannelHandlerContext, int, int, short, boolean);
descriptor: (Lio/netty/channel/ChannelHandlerContext;IISZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 2
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.stream:(I)Lio/vertx/core/http/impl/VertxHttp2Stream;
astore 6
start local 6 1: aload 6
ifnull 8
2: new io.vertx.core.http.StreamPriority
dup
invokespecial io.vertx.core.http.StreamPriority.<init>:()V
3: iload 3
invokevirtual io.vertx.core.http.StreamPriority.setDependency:(I)Lio/vertx/core/http/StreamPriority;
4: iload 4
invokevirtual io.vertx.core.http.StreamPriority.setWeight:(S)Lio/vertx/core/http/StreamPriority;
5: iload 5
invokevirtual io.vertx.core.http.StreamPriority.setExclusive:(Z)Lio/vertx/core/http/StreamPriority;
6: astore 7
start local 7 7: aload 6
aload 7
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onPriorityChange:(Lio/vertx/core/http/StreamPriority;)V
end local 7 8: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
return
end local 6 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 9 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 9 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 9 2 streamId I
0 9 3 streamDependency I
0 9 4 weight S
0 9 5 exclusive Z
1 9 6 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
7 8 7 streamPriority Lio/vertx/core/http/StreamPriority;
MethodParameters:
Name Flags
ctx
streamId
streamDependency
weight
exclusive
public void onHeadersRead(io.netty.channel.ChannelHandlerContext, int, io.netty.handler.codec.http2.Http2Headers, int, short, boolean, int, boolean);
descriptor: (Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;ISZIZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=10, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: new io.vertx.core.http.StreamPriority
dup
invokespecial io.vertx.core.http.StreamPriority.<init>:()V
1: iload 4
invokevirtual io.vertx.core.http.StreamPriority.setDependency:(I)Lio/vertx/core/http/StreamPriority;
2: iload 5
invokevirtual io.vertx.core.http.StreamPriority.setWeight:(S)Lio/vertx/core/http/StreamPriority;
3: iload 6
invokevirtual io.vertx.core.http.StreamPriority.setExclusive:(Z)Lio/vertx/core/http/StreamPriority;
4: astore 9
start local 9 5: aload 0
iload 2
aload 3
aload 9
iload 8
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead:(ILio/netty/handler/codec/http2/Http2Headers;Lio/vertx/core/http/StreamPriority;Z)V
6: return
end local 9 end local 8 end local 7 end local 6 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 7 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 7 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 7 2 streamId I
0 7 3 headers Lio/netty/handler/codec/http2/Http2Headers;
0 7 4 streamDependency I
0 7 5 weight S
0 7 6 exclusive Z
0 7 7 padding I
0 7 8 endOfStream Z
5 7 9 streamPriority Lio/vertx/core/http/StreamPriority;
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
ctx
streamId
headers
streamDependency
weight
exclusive
padding
endOfStream
public void onHeadersRead(io.netty.channel.ChannelHandlerContext, int, io.netty.handler.codec.http2.Http2Headers, int, boolean);
descriptor: (Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;IZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 2
aload 3
aconst_null
iload 5
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead:(ILio/netty/handler/codec/http2/Http2Headers;Lio/vertx/core/http/StreamPriority;Z)V
1: return
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 2 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 2 2 streamId I
0 2 3 headers Lio/netty/handler/codec/http2/Http2Headers;
0 2 4 padding I
0 2 5 endOfStream Z
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
ctx
streamId
headers
padding
endOfStream
protected abstract void onHeadersRead(int, io.netty.handler.codec.http2.Http2Headers, io.vertx.core.http.StreamPriority, boolean);
descriptor: (ILio/netty/handler/codec/http2/Http2Headers;Lio/vertx/core/http/StreamPriority;Z)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
streamId
headers
streamPriority
endOfStream
public void onSettingsAckRead(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
dup
astore 3
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.updateSettingsHandlers:Ljava/util/ArrayDeque;
invokevirtual java.util.ArrayDeque.poll:()Ljava/lang/Object;
checkcast io.vertx.core.Handler
astore 2
start local 2 2: aload 3
monitorexit
3: goto 6
end local 2 StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
4: aload 3
monitorexit
5: athrow
start local 2 6: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.vertx.core.Handler
StackMap stack:
aload 2
ifnull 8
7: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 2
invokeinterface io.vertx.core.impl.ContextInternal.emit:(Lio/vertx/core/Handler;)V
8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 9 1 ctx Lio/netty/channel/ChannelHandlerContext;
2 4 2 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
6 9 2 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
ctx
protected void concurrencyChanged(long);
descriptor: (J)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=0, locals=3, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 1 1 concurrency J
MethodParameters:
Name Flags
concurrency
public void onSettingsRead(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http2.Http2Settings);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http2/Http2Settings;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
dup
astore 5
monitorenter
1: aload 2
invokevirtual io.netty.handler.codec.http2.Http2Settings.maxConcurrentStreams:()Ljava/lang/Long;
astore 6
start local 6 2: aload 6
ifnull 11
3: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettings:Lio/netty/handler/codec/http2/Http2Settings;
ifnull 8
4: aload 6
invokevirtual java.lang.Long.longValue:()J
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.maxConcurrentStreams:J
lcmp
ifeq 5
iconst_1
goto 6
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings top top io.vertx.core.http.impl.Http2ConnectionBase java.lang.Long
StackMap stack:
5: iconst_0
StackMap locals:
StackMap stack: int
6: istore 3
start local 3 7: goto 9
end local 3 8: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 9: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings int top io.vertx.core.http.impl.Http2ConnectionBase java.lang.Long
StackMap stack:
aload 0
aload 6
invokevirtual java.lang.Long.longValue:()J
putfield io.vertx.core.http.impl.Http2ConnectionBase.maxConcurrentStreams:J
10: goto 12
end local 3 11: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings top top io.vertx.core.http.impl.Http2ConnectionBase java.lang.Long
StackMap stack:
iconst_0
istore 3
start local 3 12: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings int top io.vertx.core.http.impl.Http2ConnectionBase java.lang.Long
StackMap stack:
aload 0
aload 2
putfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettings:Lio/netty/handler/codec/http2/Http2Settings;
13: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettingsHandler:Lio/vertx/core/Handler;
astore 4
end local 6 start local 4 14: aload 5
monitorexit
15: goto 18
end local 4 end local 3 StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings top top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
16: aload 5
monitorexit
17: athrow
start local 3 start local 4 18: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings int io.vertx.core.Handler
StackMap stack:
aload 4
ifnull 20
19: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 2
invokestatic io.vertx.core.http.impl.HttpUtils.toVertxSettings:(Lio/netty/handler/codec/http2/Http2Settings;)Lio/vertx/core/http/Http2Settings;
aload 4
invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
20: StackMap locals:
StackMap stack:
iload 3
ifeq 22
21: aload 0
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.maxConcurrentStreams:J
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.concurrencyChanged:(J)V
22: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 23 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 23 2 settings Lio/netty/handler/codec/http2/Http2Settings;
7 8 3 changed Z
9 11 3 changed Z
12 16 3 changed Z
18 23 3 changed Z
14 16 4 handler Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;
18 23 4 handler Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;
2 14 6 val Ljava/lang/Long;
Exception table:
from to target type
1 15 16 any
16 17 16 any
MethodParameters:
Name Flags
ctx
settings
public void onPingRead(io.netty.channel.ChannelHandlerContext, long);
descriptor: (Lio/netty/channel/ChannelHandlerContext;J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.pingHandler:Lio/vertx/core/Handler;
astore 4
start local 4 1: aload 4
ifnull 4
2: invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
lload 2
invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
astore 5
start local 5 3: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 4
aload 5
invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;)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/Http2ConnectionBase.lambda$3(Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Lio/vertx/core/Handler;)V
end local 5 4: StackMap locals: io.vertx.core.Handler
StackMap stack:
return
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 5 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 5 2 data J
1 5 4 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
3 4 5 buff Lio/vertx/core/buffer/Buffer;
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
ctx
data
public void onPingAckRead(io.netty.channel.ChannelHandlerContext, long);
descriptor: (Lio/netty/channel/ChannelHandlerContext;J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.pongHandlers:Ljava/util/ArrayDeque;
invokevirtual java.util.ArrayDeque.poll:()Ljava/lang/Object;
checkcast io.vertx.core.Promise
astore 4
start local 4 1: aload 4
ifnull 4
2: invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
lload 2
invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
astore 5
start local 5 3: aload 4
aload 5
invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
end local 5 4: StackMap locals: io.vertx.core.Promise
StackMap stack:
return
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 5 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 5 2 data J
1 5 4 handler Lio/vertx/core/Promise<Lio/vertx/core/buffer/Buffer;>;
3 4 5 buff Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
ctx
data
public void onPushPromiseRead(io.netty.channel.ChannelHandlerContext, int, int, io.netty.handler.codec.http2.Http2Headers, int);
descriptor: (Lio/netty/channel/ChannelHandlerContext;IILio/netty/handler/codec/http2/Http2Headers;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: return
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 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 1 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 1 2 streamId I
0 1 3 promisedStreamId I
0 1 4 headers Lio/netty/handler/codec/http2/Http2Headers;
0 1 5 padding I
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
ctx
streamId
promisedStreamId
headers
padding
public void onGoAwayRead(io.netty.channel.ChannelHandlerContext, int, long, io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/channel/ChannelHandlerContext;IJLio/netty/buffer/ByteBuf;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 5 0: return
end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 1 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 1 2 lastStreamId I
0 1 3 errorCode J
0 1 5 debugData Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
ctx
lastStreamId
errorCode
debugData
public void onWindowUpdateRead(io.netty.channel.ChannelHandlerContext, int, int);
descriptor: (Lio/netty/channel/ChannelHandlerContext;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 1 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 1 2 streamId I
0 1 3 windowSizeIncrement I
MethodParameters:
Name Flags
ctx
streamId
windowSizeIncrement
public void onUnknownFrame(io.netty.channel.ChannelHandlerContext, byte, int, io.netty.handler.codec.http2.Http2Flags, io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/channel/ChannelHandlerContext;BILio/netty/handler/codec/http2/Http2Flags;Lio/netty/buffer/ByteBuf;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 3
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.stream:(I)Lio/vertx/core/http/impl/VertxHttp2Stream;
astore 6
start local 6 1: aload 6
ifnull 4
2: aload 5
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
invokestatic io.vertx.core.http.impl.Http2ConnectionBase.safeBuffer:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
astore 7
start local 7 3: aload 6
new io.vertx.core.http.impl.HttpFrameImpl
dup
iload 2
aload 4
invokevirtual io.netty.handler.codec.http2.Http2Flags.value:()S
aload 7
invokespecial io.vertx.core.http.impl.HttpFrameImpl.<init>:(IILio/vertx/core/buffer/Buffer;)V
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onCustomFrame:(Lio/vertx/core/http/HttpFrame;)V
end local 7 4: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
return
end local 6 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 5 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 5 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 5 2 frameType B
0 5 3 streamId I
0 5 4 flags Lio/netty/handler/codec/http2/Http2Flags;
0 5 5 payload Lio/netty/buffer/ByteBuf;
1 5 6 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
3 4 7 buff Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
ctx
frameType
streamId
flags
payload
public void onRstStreamRead(io.netty.channel.ChannelHandlerContext, int, long);
descriptor: (Lio/netty/channel/ChannelHandlerContext;IJ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 2
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.stream:(I)Lio/vertx/core/http/impl/VertxHttp2Stream;
astore 5
start local 5 1: aload 5
ifnull 3
2: aload 5
lload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onReset:(J)V
3: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
return
end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 streamId I
0 4 3 errorCode J
1 4 5 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
MethodParameters:
Name Flags
ctx
streamId
errorCode
public int onDataRead(io.netty.channel.ChannelHandlerContext, int, io.netty.buffer.ByteBuf, int, boolean);
descriptor: (Lio/netty/channel/ChannelHandlerContext;ILio/netty/buffer/ByteBuf;IZ)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 2
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.stream:(I)Lio/vertx/core/http/impl/VertxHttp2Stream;
astore 6
start local 6 1: aload 6
ifnull 7
2: aload 3
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
invokestatic io.vertx.core.http.impl.Http2ConnectionBase.safeBuffer:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
astore 3
3: aload 3
invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
astore 7
start local 7 4: aload 6
aload 7
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onData:(Lio/vertx/core/buffer/Buffer;)V
5: iload 5
ifeq 7
6: aload 6
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onEnd:()V
end local 7 7: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
iload 4
ireturn
end local 6 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 8 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 8 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 8 2 streamId I
0 8 3 data Lio/netty/buffer/ByteBuf;
0 8 4 padding I
0 8 5 endOfStream Z
1 8 6 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
4 7 7 buff Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
ctx
streamId
data
padding
endOfStream
public int getWindowSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.windowSize:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
public io.vertx.core.http.HttpConnection setWindowSize(int);
descriptor: (I)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.encoder:()Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
invokeinterface io.netty.handler.codec.http2.Http2ConnectionEncoder.connection:()Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.connectionStream:()Lio/netty/handler/codec/http2/Http2Stream;
astore 2
start local 2 1: iload 1
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.windowSize:I
isub
istore 3
start local 3 2: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.decoder:()Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.flowController:()Lio/netty/handler/codec/http2/Http2LocalFlowController;
aload 2
iload 3
invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.incrementWindowSize:(Lio/netty/handler/codec/http2/Http2Stream;I)V
3: aload 0
iload 1
putfield io.vertx.core.http.impl.Http2ConnectionBase.windowSize:I
4: aload 0
5: areturn
end local 3 end local 2 6: StackMap locals:
StackMap stack: io.netty.handler.codec.http2.Http2Exception
astore 2
start local 2 7: new io.vertx.core.VertxException
dup
aload 2
invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 8 1 windowSize I
1 6 2 stream Lio/netty/handler/codec/http2/Http2Stream;
2 6 3 delta I
7 8 2 e Lio/netty/handler/codec/http2/Http2Exception;
Exception table:
from to target type
0 5 6 Class io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
windowSize
public io.vertx.core.http.HttpConnection goAway(long, int, io.vertx.core.buffer.Buffer);
descriptor: (JILio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 3 start local 4 0: lload 1
lconst_0
lcmp
ifge 2
1: new java.lang.IllegalArgumentException
dup
invokespecial java.lang.IllegalArgumentException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iload 3
ifge 4
3: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.remote:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.lastStreamCreated:()I
istore 3
4: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
lload 1
iload 3
aload 4
ifnull 5
aload 4
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
goto 6
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase long int io.vertx.core.buffer.Buffer
StackMap stack: io.vertx.core.http.impl.VertxHttp2ConnectionHandler long int
5: getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase long int io.vertx.core.buffer.Buffer
StackMap stack: io.vertx.core.http.impl.VertxHttp2ConnectionHandler long int io.netty.buffer.ByteBuf
6: invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeGoAway:(JILio/netty/buffer/ByteBuf;)V
7: aload 0
areturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 8 1 errorCode J
0 8 3 lastStreamId I
0 8 4 debugData Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
errorCode
lastStreamId
debugData
public synchronized io.vertx.core.http.HttpConnection goAwayHandler(io.vertx.core.Handler<io.vertx.core.http.GoAway>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ConnectionBase.goAwayHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;)Lio/vertx/core/http/HttpConnection;
MethodParameters:
Name Flags
handler
public synchronized io.vertx.core.http.HttpConnection shutdownHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ConnectionBase.shutdownHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 2 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpConnection;
MethodParameters:
Name Flags
handler
public void shutdown(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (JLio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 3 0: aload 0
lload 1
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.vertx:Lio/vertx/core/impl/VertxInternal;
aload 3
invokeinterface io.vertx.core.impl.VertxInternal.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.shutdown:(JLio/vertx/core/impl/future/PromiseInternal;)V
1: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 2 1 timeout J
0 2 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
timeout
handler
public io.vertx.core.Future<java.lang.Void> shutdown(long);
descriptor: (J)Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.vertx:Lio/vertx/core/impl/VertxInternal;
invokeinterface io.vertx.core.impl.VertxInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
astore 3
start local 3 1: aload 0
lload 1
aload 3
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.shutdown:(JLio/vertx/core/impl/future/PromiseInternal;)V
2: aload 3
invokeinterface io.vertx.core.impl.future.PromiseInternal.future:()Lio/vertx/core/Future;
areturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 3 1 timeoutMs J
1 3 3 promise Lio/vertx/core/impl/future/PromiseInternal<Ljava/lang/Void;>;
Signature: (J)Lio/vertx/core/Future<Ljava/lang/Void;>;
MethodParameters:
Name Flags
timeoutMs
private void shutdown(long, io.vertx.core.impl.future.PromiseInternal<java.lang.Void>);
descriptor: (JLio/vertx/core/impl/future/PromiseInternal;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 3 0: lload 1
lconst_0
lcmp
ifge 3
1: aload 3
new java.lang.StringBuilder
dup
ldc "Invalid timeout value "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
lload 1
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokeinterface io.vertx.core.impl.future.PromiseInternal.fail:(Ljava/lang/String;)V
2: return
3: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
lload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.gracefulShutdownTimeoutMillis:(J)V
4: aload 0
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.channel:()Lio/netty/channel/Channel;
invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
astore 4
start local 4 5: aload 4
aload 3
invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
pop
6: return
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 7 1 timeout J
0 7 3 promise Lio/vertx/core/impl/future/PromiseInternal<Ljava/lang/Void;>;
5 7 4 fut Lio/netty/channel/ChannelFuture;
Signature: (JLio/vertx/core/impl/future/PromiseInternal<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
timeout
promise
public io.vertx.core.http.impl.Http2ConnectionBase closeHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.impl.ConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ConnectionBase
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 1 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/impl/Http2ConnectionBase;
MethodParameters:
Name Flags
handler
public io.vertx.core.Future<java.lang.Void> close();
descriptor: ()Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
astore 1
start local 1 1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.chctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.newPromise:()Lio/netty/channel/ChannelPromise;
astore 2
start local 2 2: aload 2
aload 1
invokeinterface io.netty.channel.ChannelPromise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelPromise;
astore 3
start local 3 3: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handlerContext:Lio/netty/channel/ChannelHandlerContext;
getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
pop
4: aload 3
aload 0
invokedynamic operationComplete(Lio/vertx/core/http/impl/Http2ConnectionBase;)Lio/netty/channel/ChannelFutureListener;
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:
(Lio/netty/util/concurrent/Future;)V
io/vertx/core/http/impl/Http2ConnectionBase.lambda$4(Lio/netty/channel/ChannelFuture;)V (7)
(Lio/netty/channel/ChannelFuture;)V
invokeinterface io.netty.channel.ChannelPromise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelPromise;
pop
5: aload 1
invokeinterface io.vertx.core.impl.future.PromiseInternal.future:()Lio/vertx/core/Future;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
1 6 1 promise Lio/vertx/core/impl/future/PromiseInternal<Ljava/lang/Void;>;
2 6 2 pr Lio/netty/channel/ChannelPromise;
3 6 3 channelPromise Lio/netty/channel/ChannelPromise;
Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;
public synchronized io.vertx.core.http.HttpConnection remoteSettingsHandler(io.vertx.core.Handler<io.vertx.core.http.Http2Settings>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettingsHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;)Lio/vertx/core/http/HttpConnection;
MethodParameters:
Name Flags
handler
public synchronized io.vertx.core.http.Http2Settings remoteSettings();
descriptor: ()Lio/vertx/core/http/Http2Settings;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettings:Lio/netty/handler/codec/http2/Http2Settings;
invokestatic io.vertx.core.http.impl.HttpUtils.toVertxSettings:(Lio/netty/handler/codec/http2/Http2Settings;)Lio/vertx/core/http/Http2Settings;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
public synchronized io.vertx.core.http.Http2Settings settings();
descriptor: ()Lio/vertx/core/http/Http2Settings;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.localSettings:Lio/netty/handler/codec/http2/Http2Settings;
invokestatic io.vertx.core.http.impl.HttpUtils.toVertxSettings:(Lio/netty/handler/codec/http2/Http2Settings;)Lio/vertx/core/http/Http2Settings;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
public io.vertx.core.Future<java.lang.Void> updateSettings(io.vertx.core.http.Http2Settings);
descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
astore 2
start local 2 1: aload 1
invokestatic io.vertx.core.http.impl.HttpUtils.fromVertxSettings:(Lio/vertx/core/http/Http2Settings;)Lio/netty/handler/codec/http2/Http2Settings;
astore 3
start local 3 2: aload 0
aload 3
aload 2
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.updateSettings:(Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;)V
3: aload 2
invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
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/core/http/impl/Http2ConnectionBase;
0 4 1 settings Lio/vertx/core/http/Http2Settings;
1 4 2 promise Lio/vertx/core/Promise<Ljava/lang/Void;>;
2 4 3 settingsUpdate Lio/netty/handler/codec/http2/Http2Settings;
Signature: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/Future<Ljava/lang/Void;>;
MethodParameters:
Name Flags
settings
public io.vertx.core.http.HttpConnection updateSettings(io.vertx.core.http.Http2Settings, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.updateSettings:(Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/Future;
aload 2
invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 2 1 settings Lio/vertx/core/http/Http2Settings;
0 2 2 completionHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpConnection;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
settings
completionHandler
protected void updateSettings(io.netty.handler.codec.http2.Http2Settings, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.decoder:()Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.localSettings:()Lio/netty/handler/codec/http2/Http2Settings;
astore 3
start local 3 1: aload 3
invokevirtual io.netty.handler.codec.http2.Http2Settings.entrySet:()Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 5
goto 6
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Settings io.vertx.core.Handler io.netty.handler.codec.http2.Http2Settings top java.util.Iterator
StackMap stack:
2: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Map$Entry
astore 4
start local 4 3: aload 4
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
checkcast java.lang.Character
astore 6
start local 6 4: aload 1
aload 6
invokevirtual io.netty.handler.codec.http2.Http2Settings.get:(Ljava/lang/Object;)Ljava/lang/Object;
aload 4
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 6
5: aload 1
aload 6
invokevirtual io.netty.handler.codec.http2.Http2Settings.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 6 end local 4 6: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
7: aload 0
aload 1
aload 2
invokedynamic handle(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;)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/Http2ConnectionBase.lambda$5(Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
astore 4
start local 4 8: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.updateSettingsHandlers:Ljava/util/ArrayDeque;
aload 4
invokevirtual java.util.ArrayDeque.add:(Ljava/lang/Object;)Z
pop
9: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
aload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeSettings:(Lio/netty/handler/codec/http2/Http2Settings;)Lio/netty/channel/ChannelFuture;
aload 0
aload 4
aload 2
invokedynamic operationComplete(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/netty/util/concurrent/GenericFutureListener;
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:
(Lio/netty/util/concurrent/Future;)V
io/vertx/core/http/impl/Http2ConnectionBase.lambda$6(Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/netty/util/concurrent/Future;)V (7)
(Lio/netty/util/concurrent/Future;)V
invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
pop
10: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 11 1 settingsUpdate Lio/netty/handler/codec/http2/Http2Settings;
0 11 2 completionHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
1 11 3 current Lio/netty/handler/codec/http2/Http2Settings;
3 6 4 entry Ljava/util/Map$Entry<Ljava/lang/Character;Ljava/lang/Long;>;
4 6 6 key Ljava/lang/Character;
8 11 4 pending Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
settingsUpdate
completionHandler
public io.vertx.core.Future<io.vertx.core.buffer.Buffer> ping(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
bipush 8
if_icmpeq 2
1: new java.lang.IllegalArgumentException
dup
ldc "Ping data must be exactly 8 bytes"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
astore 2
start local 2 3: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
aload 1
iconst_0
invokeinterface io.vertx.core.buffer.Buffer.getLong:(I)J
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writePing:(J)Lio/netty/channel/ChannelFuture;
aload 0
aload 2
invokedynamic operationComplete(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/vertx/core/Promise;)Lio/netty/util/concurrent/GenericFutureListener;
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:
(Lio/netty/util/concurrent/Future;)V
io/vertx/core/http/impl/Http2ConnectionBase.lambda$7(Lio/vertx/core/Promise;Lio/netty/util/concurrent/Future;)V (7)
(Lio/netty/util/concurrent/Future;)V
invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
pop
4: aload 2
invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 5 1 data Lio/vertx/core/buffer/Buffer;
3 5 2 promise Lio/vertx/core/Promise<Lio/vertx/core/buffer/Buffer;>;
Signature: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Lio/vertx/core/buffer/Buffer;>;
MethodParameters:
Name Flags
data
public io.vertx.core.http.HttpConnection ping(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>);
descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.ping:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
astore 3
start local 3 1: aload 2
ifnull 3
2: aload 3
aload 2
invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
pop
3: StackMap locals: io.vertx.core.Future
StackMap stack:
aload 0
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/core/http/impl/Http2ConnectionBase;
0 4 1 data Lio/vertx/core/buffer/Buffer;
0 4 2 pongHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
1 4 3 fut Lio/vertx/core/Future<Lio/vertx/core/buffer/Buffer;>;
Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;)Lio/vertx/core/http/HttpConnection;
MethodParameters:
Name Flags
data
pongHandler
public synchronized io.vertx.core.http.HttpConnection pingHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ConnectionBase.pingHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpConnection;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.impl.Http2ConnectionBase exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.impl.ConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ConnectionBase
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 1 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/impl/Http2ConnectionBase;
MethodParameters:
Name Flags
handler
void consumeCredits(io.netty.handler.codec.http2.Http2Stream, int);
descriptor: (Lio/netty/handler/codec/http2/Http2Stream;I)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
aload 1
iload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.consume:(Lio/netty/handler/codec/http2/Http2Stream;I)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/Http2ConnectionBase;
0 2 1 stream Lio/netty/handler/codec/http2/Http2Stream;
0 2 2 numBytes I
MethodParameters:
Name Flags
stream
numBytes
private void checkShutdown();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
dup
astore 2
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.shutdown:Z
ifeq 4
2: aload 2
monitorexit
3: return
4: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
astore 3
start local 3 5: aload 3
invokeinterface io.netty.handler.codec.http2.Http2Connection.goAwayReceived:()Z
ifne 6
aload 3
invokeinterface io.netty.handler.codec.http2.Http2Connection.goAwaySent:()Z
ifeq 7
StackMap locals: io.netty.handler.codec.http2.Http2Connection
StackMap stack:
6: aload 3
invokeinterface io.netty.handler.codec.http2.Http2Connection.numActiveStreams:()I
ifle 9
7: StackMap locals:
StackMap stack:
aload 2
monitorexit
8: return
9: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.vertx.core.http.impl.Http2ConnectionBase.shutdown:Z
10: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.shutdownHandler:Lio/vertx/core/Handler;
astore 1
end local 3 start local 1 11: aload 2
monitorexit
12: goto 15
end local 1 StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
13: aload 2
monitorexit
14: athrow
start local 1 15: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Handler
StackMap stack:
aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.doShutdown:(Lio/vertx/core/Handler;)V
16: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
11 13 1 shutdownHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
15 17 1 shutdownHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
5 11 3 conn Lio/netty/handler/codec/http2/Http2Connection;
Exception table:
from to target type
1 3 13 any
4 8 13 any
9 12 13 any
13 14 13 any
protected void doShutdown(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnull 2
1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 1
invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Lio/vertx/core/Handler;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 3 1 shutdownHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
shutdownHandler
public io.vertx.core.http.HttpConnection exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.net.impl.ConnectionBase exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.http.HttpConnection closeHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.net.impl.ConnectionBase closeHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
private boolean lambda$0(java.util.ArrayList, io.netty.handler.codec.http2.Http2Stream);
descriptor: (Ljava/util/ArrayList;Lio/netty/handler/codec/http2/Http2Stream;)Z
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 2 0: aload 1
aload 2
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
invokeinterface io.netty.handler.codec.http2.Http2Stream.getProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
1: iconst_1
ireturn
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 2 2 stream Lio/netty/handler/codec/http2/Http2Stream;
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
private static void lambda$1(io.vertx.core.http.impl.VertxHttp2Stream, java.lang.Throwable, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Throwable;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleException:(Ljava/lang/Throwable;)V
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 1 2 v Ljava/lang/Void;
private static void lambda$2(io.vertx.core.Handler, long, int, io.vertx.core.buffer.Buffer, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;JILio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=6, args_size=5
start local 5 0: aload 0
new io.vertx.core.http.GoAway
dup
invokespecial io.vertx.core.http.GoAway.<init>:()V
lload 1
invokevirtual io.vertx.core.http.GoAway.setErrorCode:(J)Lio/vertx/core/http/GoAway;
iload 3
invokevirtual io.vertx.core.http.GoAway.setLastStreamId:(I)Lio/vertx/core/http/GoAway;
aload 4
invokevirtual io.vertx.core.http.GoAway.setDebugData:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/GoAway;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
return
end local 5 LocalVariableTable:
Start End Slot Name Signature
0 1 5 v Ljava/lang/Void;
private static void lambda$3(io.vertx.core.Handler, io.vertx.core.buffer.Buffer, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 0
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 1 2 v Ljava/lang/Void;
private void lambda$4(io.netty.channel.ChannelFuture);
descriptor: (Lio/netty/channel/ChannelFuture;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
lconst_0
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.shutdown:(J)Lio/vertx/core/Future;
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 1 1 future Lio/netty/channel/ChannelFuture;
Exceptions:
throws java.lang.Exception
private void lambda$5(io.netty.handler.codec.http2.Http2Settings, io.vertx.core.Handler, java.lang.Void);
descriptor: (Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=5, args_size=4
start local 0 start local 3 0: aload 0
dup
astore 4
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.localSettings:Lio/netty/handler/codec/http2/Http2Settings;
aload 1
invokevirtual io.netty.handler.codec.http2.Http2Settings.putAll:(Ljava/util/Map;)V
2: aload 4
monitorexit
3: goto 6
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Settings io.vertx.core.Handler java.lang.Void io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
4: aload 4
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
aload 2
ifnull 8
7: aload 2
invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
8: StackMap locals:
StackMap stack:
return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 9 3 v Ljava/lang/Void;
Exception table:
from to target type
1 3 4 any
4 5 4 any
private void lambda$6(io.vertx.core.Handler, io.vertx.core.Handler, io.netty.util.concurrent.Future);
descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/netty/util/concurrent/Future;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=5, args_size=4
start local 0 start local 3 0: aload 3
invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
ifne 9
1: aload 0
dup
astore 4
monitorenter
2: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.updateSettingsHandlers:Ljava/util/ArrayDeque;
aload 1
invokevirtual java.util.ArrayDeque.remove:(Ljava/lang/Object;)Z
pop
3: aload 4
monitorexit
4: goto 7
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Handler io.vertx.core.Handler io.netty.util.concurrent.Future io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
5: aload 4
monitorexit
6: athrow
7: StackMap locals:
StackMap stack:
aload 2
ifnull 9
8: aload 2
aload 3
invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
9: StackMap locals:
StackMap stack:
return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 10 3 fut Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;
Exception table:
from to target type
2 4 5 any
5 6 5 any
Exceptions:
throws java.lang.Exception
private void lambda$7(io.vertx.core.Promise, io.netty.util.concurrent.Future);
descriptor: (Lio/vertx/core/Promise;Lio/netty/util/concurrent/Future;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 2 0: aload 2
invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
ifeq 7
1: aload 0
dup
astore 3
monitorenter
2: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.pongHandlers:Ljava/util/ArrayDeque;
aload 1
invokevirtual java.util.ArrayDeque.add:(Ljava/lang/Object;)Z
pop
3: aload 3
monitorexit
4: goto 8
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Promise io.netty.util.concurrent.Future io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
5: aload 3
monitorexit
6: athrow
7: StackMap locals:
StackMap stack:
aload 1
aload 2
invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
8: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 9 2 fut Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;
Exception table:
from to target type
2 4 5 any
5 6 5 any
Exceptions:
throws java.lang.Exception
}
SourceFile: "Http2ConnectionBase.java"
InnerClasses:
public abstract Endpoint = io.netty.handler.codec.http2.Http2Connection$Endpoint of io.netty.handler.codec.http2.Http2Connection
public abstract PropertyKey = io.netty.handler.codec.http2.Http2Connection$PropertyKey of io.netty.handler.codec.http2.Http2Connection
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
public abstract Entry = java.util.Map$Entry of java.util.Map