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
{
protected final io.netty.util.collection.IntObjectMap<io.vertx.core.http.impl.VertxHttp2Stream> streams;
descriptor: Lio/netty/util/collection/IntObjectMap;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Lio/netty/util/collection/IntObjectMap<Lio/vertx/core/http/impl/VertxHttp2Stream;>;
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
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.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>> pongHandlers;
descriptor: Ljava/util/ArrayDeque;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/ArrayDeque<Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<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 closed;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
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 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 0
getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
if_acmpne 2
1: aload 0
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.netty.buffer.ByteBuf.isDirect:()Z
ifne 3
aload 0
instanceof io.netty.buffer.CompositeByteBuf
ifeq 8
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
ifeq 7
4: 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 5: aload 2
aload 0
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
pop
6: aload 2
areturn
end local 2 7: StackMap locals:
StackMap stack:
getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
areturn
8: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 buf Lio/netty/buffer/ByteBuf;
0 9 1 allocator Lio/netty/buffer/ByteBufAllocator;
5 7 2 buffer Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
buf
allocator
public void <init>(io.vertx.core.impl.ContextInternal, io.vertx.core.http.impl.VertxHttp2ConnectionHandler);
descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokeinterface io.vertx.core.impl.ContextInternal.owner:()Lio/vertx/core/impl/VertxInternal;
aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.context:()Lio/netty/channel/ChannelHandlerContext;
aload 1
invokespecial io.vertx.core.net.impl.ConnectionBase.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/impl/ContextInternal;)V
1: aload 0
new io.netty.util.collection.IntObjectHashMap
dup
invokespecial io.netty.util.collection.IntObjectHashMap.<init>:()V
putfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
2: aload 0
new java.util.ArrayDeque
dup
invokespecial java.util.ArrayDeque.<init>:()V
putfield io.vertx.core.http.impl.Http2ConnectionBase.updateSettingsHandlers:Ljava/util/ArrayDeque;
3: aload 0
new java.util.ArrayDeque
dup
invokespecial java.util.ArrayDeque.<init>:()V
putfield io.vertx.core.http.impl.Http2ConnectionBase.pongHandlers:Ljava/util/ArrayDeque;
4: 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;
5: aload 0
aload 2
putfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
6: 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;
7: 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
8: aload 0
ldc 4294967295
putfield io.vertx.core.http.impl.Http2ConnectionBase.maxConcurrentStreams:J
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/ContextInternal;
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;
io.vertx.core.net.NetSocket toNetSocket(io.vertx.core.http.impl.VertxHttp2Stream);
descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;)Lio/vertx/core/net/NetSocket;
flags: (0x0000)
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: new io.vertx.core.http.impl.VertxHttp2NetSocket
dup
aload 0
aload 1
getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
aload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.isNotWritable:()Z
ifeq 1
iconst_0
goto 2
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack: new 0 new 0 io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Stream
1: iconst_1
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack: new 0 new 0 io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Stream int
2: invokespecial io.vertx.core.http.impl.VertxHttp2NetSocket.<init>:(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
astore 2
start local 2 3: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
aload 1
getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
aload 2
invokeinterface io.netty.util.collection.IntObjectMap.put:(ILjava/lang/Object;)Ljava/lang/Object;
pop
4: aload 2
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 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
3 5 2 rempl Lio/vertx/core/http/impl/VertxHttp2NetSocket<Lio/vertx/core/http/impl/Http2ConnectionBase;>;
MethodParameters:
Name Flags
stream
public void handleClosed();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
dup
astore 1
monitorenter
1: aload 0
iconst_1
putfield io.vertx.core.http.impl.Http2ConnectionBase.closed:Z
2: aload 1
monitorexit
3: goto 6
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
4: aload 1
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
aload 0
invokespecial io.vertx.core.net.impl.ConnectionBase.handleClosed:()V
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
Exception table:
from to target type
1 3 4 any
4 5 4 any
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 boolean isClosed();
descriptor: ()Z
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.closed:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 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: aload 0
dup
astore 3
monitorenter
1: new java.util.ArrayList
dup
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
invokeinterface io.netty.util.collection.IntObjectMap.values:()Ljava/util/Collection;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
astore 2
start local 2 2: aload 3
monitorexit
3: goto 6
end local 2 StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase java.lang.Throwable 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 java.lang.Throwable java.util.ArrayList
StackMap stack:
aload 2
invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
astore 4
goto 9
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase java.lang.Throwable java.util.ArrayList top java.util.Iterator
StackMap stack:
7: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
astore 3
start local 3 8: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.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$0(Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Throwable;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
end local 3 9: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 7
10: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.handleException:(Ljava/lang/Throwable;)V
11: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 12 1 cause Ljava/lang/Throwable;
2 4 2 copy Ljava/util/ArrayList<Lio/vertx/core/http/impl/VertxHttp2Stream;>;
6 12 2 copy Ljava/util/ArrayList<Lio/vertx/core/http/impl/VertxHttp2Stream;>;
8 9 3 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
cause
void onStreamError(int, java.lang.Throwable);
descriptor: (ILjava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
dup
astore 4
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
iload 1
invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
astore 3
start local 3 2: aload 4
monitorexit
3: goto 6
end local 3 StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase int java.lang.Throwable top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
4: aload 4
monitorexit
5: athrow
start local 3 6: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase int java.lang.Throwable io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
aload 3
ifnull 8
7: aload 3
aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleException:(Ljava/lang/Throwable;)V
8: StackMap locals:
StackMap stack:
return
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 streamId I
0 9 2 cause Ljava/lang/Throwable;
2 4 3 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
6 9 3 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
Exception table:
from to target type
1 3 4 any
4 5 4 any
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=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.streams:Lio/netty/util/collection/IntObjectMap;
aload 1
invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
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.handler.codec.http2.Http2Stream 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.handler.codec.http2.Http2Stream io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
aload 2
ifnull 8
7: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 2
invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)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/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(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 s Lio/netty/handler/codec/http2/Http2Stream;
2 4 2 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
6 9 2 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
Exception table:
from to target type
1 3 4 any
4 5 4 any
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=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.streams:Lio/netty/util/collection/IntObjectMap;
aload 1
invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
invokeinterface io.netty.util.collection.IntObjectMap.remove:(I)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
astore 2
start local 2 2: aload 2
ifnonnull 5
3: aload 3
monitorexit
4: return
5: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack:
aload 3
monitorexit
6: goto 9
end local 2 StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Stream top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
7: aload 3
monitorexit
8: athrow
start local 2 9: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Stream io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 2
invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)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/http/impl/VertxHttp2Stream;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
10: aload 0
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdownHandler:()V
11: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 12 1 stream Lio/netty/handler/codec/http2/Http2Stream;
2 7 2 removed Lio/vertx/core/http/impl/VertxHttp2Stream;
9 12 2 removed Lio/vertx/core/http/impl/VertxHttp2Stream;
Exception table:
from to target type
1 4 7 any
5 6 7 any
7 8 7 any
MethodParameters:
Name Flags
stream
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.checkShutdownHandler:()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$3(Lio/vertx/core/Handler;JILio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
end local 6 13: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdownHandler:()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=3, 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
dup
astore 7
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
iload 2
invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
astore 6
start local 6 2: aload 7
monitorexit
3: goto 6
end local 6 StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int int int int top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
4: aload 7
monitorexit
5: athrow
start local 6 6: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int int int int io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
aload 6
ifnull 13
7: new io.vertx.core.http.StreamPriority
dup
invokespecial io.vertx.core.http.StreamPriority.<init>:()V
8: iload 3
invokevirtual io.vertx.core.http.StreamPriority.setDependency:(I)Lio/vertx/core/http/StreamPriority;
9: iload 4
invokevirtual io.vertx.core.http.StreamPriority.setWeight:(S)Lio/vertx/core/http/StreamPriority;
10: iload 5
invokevirtual io.vertx.core.http.StreamPriority.setExclusive:(Z)Lio/vertx/core/http/StreamPriority;
11: astore 7
start local 7 12: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 6
aload 7
invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/StreamPriority;)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$4(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/StreamPriority;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
end local 7 13: StackMap locals:
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 14 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 14 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 14 2 streamId I
0 14 3 streamDependency I
0 14 4 weight S
0 14 5 exclusive Z
2 4 6 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
6 14 6 stream Lio/vertx/core/http/impl/VertxHttp2Stream;
12 13 7 streamPriority Lio/vertx/core/http/StreamPriority;
Exception table:
from to target type
1 3 4 any
4 5 4 any
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=6, locals=9, 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: aload 0
aload 1
iload 2
aload 3
iload 7
iload 8
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;IZ)V
1: return
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 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 streamDependency I
0 2 5 weight S
0 2 6 exclusive Z
0 2 7 padding I
0 2 8 endOfStream Z
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
ctx
streamId
headers
streamDependency
weight
exclusive
padding
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.executeFromIO:(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.executeFromIO:(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$5(Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(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=4, locals=5, 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.Handler
astore 4
start local 4 1: aload 4
ifnull 3
2: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
lload 2
aload 4
invokedynamic handle(JLio/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$6(JLio/vertx/core/Handler;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
3: 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 4 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 data J
1 4 4 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
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=5, 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
dup
astore 7
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
iload 3
invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
astore 6
start local 6 2: aload 7
monitorexit
3: goto 6
end local 6 StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int int io.netty.handler.codec.http2.Http2Flags io.netty.buffer.ByteBuf top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
4: aload 7
monitorexit
5: athrow
start local 6 6: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int int io.netty.handler.codec.http2.Http2Flags io.netty.buffer.ByteBuf io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
aload 6
ifnull 9
7: 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 8: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 6
iload 2
aload 4
aload 7
invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;BLio/netty/handler/codec/http2/Http2Flags;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$7(Lio/vertx/core/http/impl/VertxHttp2Stream;BLio/netty/handler/codec/http2/Http2Flags;Lio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
end local 7 9: StackMap locals:
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 10 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 10 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 10 2 frameType B
0 10 3 streamId I
0 10 4 flags Lio/netty/handler/codec/http2/Http2Flags;
0 10 5 payload Lio/netty/buffer/ByteBuf;
2 4 6 req Lio/vertx/core/http/impl/VertxHttp2Stream;
6 10 6 req Lio/vertx/core/http/impl/VertxHttp2Stream;
8 9 7 buff Lio/vertx/core/buffer/Buffer;
Exception table:
from to target type
1 3 4 any
4 5 4 any
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=4, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
dup
astore 6
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
iload 2
invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
astore 5
start local 5 2: aload 5
ifnonnull 5
3: aload 6
monitorexit
4: return
5: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack:
aload 6
monitorexit
6: goto 9
end local 5 StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int long top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
7: aload 6
monitorexit
8: athrow
start local 5 9: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int long io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 5
lload 3
invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;J)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$8(Lio/vertx/core/http/impl/VertxHttp2Stream;JLjava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
10: return
end local 5 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 ctx Lio/netty/channel/ChannelHandlerContext;
0 11 2 streamId I
0 11 3 errorCode J
2 7 5 req Lio/vertx/core/http/impl/VertxHttp2Stream;
9 11 5 req Lio/vertx/core/http/impl/VertxHttp2Stream;
Exception table:
from to target type
1 4 7 any
5 6 7 any
7 8 7 any
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=4, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: iconst_1
newarray 10
dup
iconst_0
iload 4
iastore
astore 6
start local 6 1: aload 0
dup
astore 8
monitorenter
2: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
iload 2
invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
checkcast io.vertx.core.http.impl.VertxHttp2Stream
astore 7
start local 7 3: aload 8
monitorexit
4: goto 7
end local 7 StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int int[] top io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
5: aload 8
monitorexit
6: athrow
start local 7 7: StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int int[] io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
aload 7
ifnull 13
8: 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
9: aload 3
invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
astore 8
start local 8 10: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 8
aload 7
aload 6
invokedynamic handle(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/http/impl/VertxHttp2Stream;[I)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$9(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/http/impl/VertxHttp2Stream;[ILjava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
11: iload 5
ifeq 13
12: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 7
invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)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$10(Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
end local 8 13: StackMap locals:
StackMap stack:
aload 6
iconst_0
iaload
ireturn
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 14 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
0 14 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 14 2 streamId I
0 14 3 data Lio/netty/buffer/ByteBuf;
0 14 4 padding I
0 14 5 endOfStream Z
1 14 6 consumed [I
3 5 7 req Lio/vertx/core/http/impl/VertxHttp2Stream;
7 14 7 req Lio/vertx/core/http/impl/VertxHttp2Stream;
10 13 8 buff Lio/vertx/core/buffer/Buffer;
Exception table:
from to target type
2 4 5 any
5 6 5 any
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 io.vertx.core.http.HttpConnection shutdown(long);
descriptor: (J)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: lload 1
lconst_0
lcmp
ifge 2
1: new java.lang.IllegalArgumentException
dup
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;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: 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
3: aload 0
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.channel:()Lio/netty/channel/Channel;
invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
pop
4: aload 0
areturn
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 timeout J
MethodParameters:
Name Flags
timeout
public io.vertx.core.http.HttpConnection shutdown();
descriptor: ()Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ldc 30000
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.shutdown:(J)Lio/vertx/core/http/HttpConnection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
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 void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: 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 1
start local 1 1: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.flush:(Lio/netty/channel/ChannelPromise;)V
2: aload 1
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$11(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
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
1 4 1 promise Lio/netty/channel/ChannelPromise;
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.http.HttpConnection updateSettings(io.vertx.core.http.Http2Settings);
descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.updateSettings:(Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
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 settings Lio/vertx/core/http/Http2Settings;
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=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: 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 1: 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
2: aload 0
areturn
end local 3 end local 2 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 settings Lio/vertx/core/http/Http2Settings;
0 3 2 completionHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
1 3 3 settingsUpdate Lio/netty/handler/codec/http2/Http2Settings;
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$12(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$13(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.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=3, locals=3, args_size=3
start local 0 start local 1 start local 2 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.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/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$14(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
3: aload 0
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 data Lio/vertx/core/buffer/Buffer;
0 4 2 pongHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<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
private void checkShutdownHandler();
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 1
ifnull 17
16: aload 0
getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
aload 1
invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
17: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lio/vertx/core/http/impl/Http2ConnectionBase;
11 13 1 shutdownHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
15 18 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
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 static void lambda$0(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$1(io.vertx.core.http.impl.VertxHttp2Stream, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onWritabilityChanged:()V
return
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 1 1 v Ljava/lang/Void;
private static void lambda$2(io.vertx.core.http.impl.VertxHttp2Stream, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleClose:()V
return
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 1 1 v Ljava/lang/Void;
private static void lambda$3(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$4(io.vertx.core.http.impl.VertxHttp2Stream, io.vertx.core.http.StreamPriority, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/StreamPriority;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.handlePriorityChange:(Lio/vertx/core/http/StreamPriority;)V
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 1 2 v Ljava/lang/Void;
private static void lambda$5(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 static void lambda$6(long, io.vertx.core.Handler, java.lang.Void);
descriptor: (JLio/vertx/core/Handler;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=5, args_size=3
start local 3 0: invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
lload 0
invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
astore 4
start local 4 1: aload 2
aload 4
invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
end local 4 2: return
end local 3 LocalVariableTable:
Start End Slot Name Signature
0 3 3 v Ljava/lang/Void;
1 2 4 buff Lio/vertx/core/buffer/Buffer;
private static void lambda$7(io.vertx.core.http.impl.VertxHttp2Stream, byte, io.netty.handler.codec.http2.Http2Flags, io.vertx.core.buffer.Buffer, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;BLio/netty/handler/codec/http2/Http2Flags;Lio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=5, args_size=5
start local 4 0: aload 0
iload 1
aload 2
invokevirtual io.netty.handler.codec.http2.Http2Flags.value:()S
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleCustomFrame:(IILio/vertx/core/buffer/Buffer;)V
return
end local 4 LocalVariableTable:
Start End Slot Name Signature
0 1 4 v Ljava/lang/Void;
private static void lambda$8(io.vertx.core.http.impl.VertxHttp2Stream, long, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;JLjava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=4, args_size=3
start local 3 0: aload 0
lload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onResetRead:(J)V
return
end local 3 LocalVariableTable:
Start End Slot Name Signature
0 1 3 v Ljava/lang/Void;
private static void lambda$9(io.vertx.core.buffer.Buffer, io.vertx.core.http.impl.VertxHttp2Stream, int[], java.lang.Void);
descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/http/impl/VertxHttp2Stream;[ILjava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=5, args_size=4
start local 3 0: aload 0
invokeinterface io.vertx.core.buffer.Buffer.length:()I
istore 4
start local 4 1: aload 1
aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onDataRead:(Lio/vertx/core/buffer/Buffer;)Z
ifeq 3
2: aload 2
iconst_0
dup2
iaload
iload 4
iadd
iastore
end local 4 3: StackMap locals:
StackMap stack:
return
end local 3 LocalVariableTable:
Start End Slot Name Signature
0 4 3 v Ljava/lang/Void;
1 3 4 len I
private static void lambda$10(io.vertx.core.http.impl.VertxHttp2Stream, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onEnd:()V
return
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 1 1 v Ljava/lang/Void;
private void lambda$11(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/http/HttpConnection;
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$12(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$13(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$14(io.vertx.core.Handler, io.netty.util.concurrent.Future);
descriptor: (Lio/vertx/core/Handler;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.Handler 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;
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)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 final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
public abstract Entry = java.util.Map$Entry of java.util.Map