abstract class io.vertx.core.http.impl.VertxHttp2Stream<C extends io.vertx.core.http.impl.Http2ConnectionBase>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: io.vertx.core.http.impl.VertxHttp2Stream
super_class: java.lang.Object
{
private static final io.vertx.core.MultiMap EMPTY;
descriptor: Lio/vertx/core/MultiMap;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
protected final C conn;
descriptor: Lio/vertx/core/http/impl/Http2ConnectionBase;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: TC;
protected final io.vertx.core.impl.VertxInternal vertx;
descriptor: Lio/vertx/core/impl/VertxInternal;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final io.vertx.core.impl.ContextInternal context;
descriptor: Lio/vertx/core/impl/ContextInternal;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected io.netty.handler.codec.http2.Http2Stream stream;
descriptor: Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0004) ACC_PROTECTED
private io.vertx.core.http.StreamPriority priority;
descriptor: Lio/vertx/core/http/StreamPriority;
flags: (0x0002) ACC_PRIVATE
private final io.vertx.core.streams.impl.InboundBuffer<java.lang.Object> pending;
descriptor: Lio/vertx/core/streams/impl/InboundBuffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/streams/impl/InboundBuffer<Ljava/lang/Object;>;
private boolean writable;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private long bytesRead;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private long bytesWritten;
descriptor: J
flags: (0x0002) ACC_PRIVATE
protected boolean isConnect;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new io.vertx.core.http.impl.headers.Http2HeadersAdaptor
dup
getstatic io.netty.handler.codec.http2.EmptyHttp2Headers.INSTANCE:Lio/netty/handler/codec/http2/EmptyHttp2Headers;
invokespecial io.vertx.core.http.impl.headers.Http2HeadersAdaptor.<init>:(Lio/netty/handler/codec/http2/Http2Headers;)V
putstatic io.vertx.core.http.impl.VertxHttp2Stream.EMPTY:Lio/vertx/core/MultiMap;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(C, io.vertx.core.impl.ContextInternal);
descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/vertx/core/impl/ContextInternal;)V
flags: (0x0000)
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
2: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.vertx:()Lio/vertx/core/impl/VertxInternal;
putfield io.vertx.core.http.impl.VertxHttp2Stream.vertx:Lio/vertx/core/impl/VertxInternal;
3: aload 0
aload 2
putfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
4: aload 0
new io.vertx.core.streams.impl.InboundBuffer
dup
aload 2
ldc 5
invokespecial io.vertx.core.streams.impl.InboundBuffer.<init>:(Lio/vertx/core/Context;J)V
putfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
5: aload 0
getstatic io.vertx.core.http.impl.HttpUtils.DEFAULT_STREAM_PRIORITY:Lio/vertx/core/http/StreamPriority;
putfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
6: aload 0
iconst_1
putfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
7: aload 0
iconst_0
putfield io.vertx.core.http.impl.VertxHttp2Stream.isConnect:Z
8: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
aload 0
aload 1
invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/impl/Http2ConnectionBase;)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/VertxHttp2Stream.lambda$0(Lio/vertx/core/http/impl/Http2ConnectionBase;Ljava/lang/Object;)V (7)
(Ljava/lang/Object;)V
invokevirtual io.vertx.core.streams.impl.InboundBuffer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
pop
9: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
aload 2
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic handle(Lio/vertx/core/impl/ContextInternal;)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/impl/ContextInternal.reportException(Ljava/lang/Throwable;)V (9 itf)
(Ljava/lang/Throwable;)V
invokevirtual io.vertx.core.streams.impl.InboundBuffer.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
pop
10: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
invokevirtual io.vertx.core.streams.impl.InboundBuffer.resume:()Z
pop
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/VertxHttp2Stream<TC;>;
0 12 1 conn TC;
0 12 2 context Lio/vertx/core/impl/ContextInternal;
Signature: (TC;Lio/vertx/core/impl/ContextInternal;)V
MethodParameters:
Name Flags
conn
context
void init(io.netty.handler.codec.http2.Http2Stream);
descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dup
astore 2
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
2: aload 0
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
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.flowController:()Lio/netty/handler/codec/http2/Http2RemoteFlowController;
aload 1
invokeinterface io.netty.handler.codec.http2.Http2RemoteFlowController.isWritable:(Lio/netty/handler/codec/http2/Http2Stream;)Z
putfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
3: aload 2
monitorexit
4: goto 7
StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream io.netty.handler.codec.http2.Http2Stream io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack: java.lang.Throwable
5: aload 2
monitorexit
6: athrow
7: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
getfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
aload 0
invokeinterface io.netty.handler.codec.http2.Http2Stream.setProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;Ljava/lang/Object;)Ljava/lang/Object;
pop
8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 9 1 stream Lio/netty/handler/codec/http2/Http2Stream;
Exception table:
from to target type
1 4 5 any
5 6 5 any
MethodParameters:
Name Flags
stream
void onClose();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.flushBytesWritten:()V
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 0
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/VertxHttp2Stream.lambda$3(Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.execute:(Lio/vertx/core/Handler;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 0
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/VertxHttp2Stream.handleException(Ljava/lang/Throwable;)V (5)
(Ljava/lang/Throwable;)V
invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 2 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause
void onReset(long);
descriptor: (J)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
lload 1
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aload 0
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/VertxHttp2Stream.handleReset(J)V (5)
(Ljava/lang/Long;)V
invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 2 1 code J
MethodParameters:
Name Flags
code
void onPriorityChange(io.vertx.core.http.StreamPriority);
descriptor: (Lio/vertx/core/http/StreamPriority;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 0
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/VertxHttp2Stream.lambda$6(Lio/vertx/core/http/StreamPriority;)V (7)
(Lio/vertx/core/http/StreamPriority;)V
invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 2 1 newPriority Lio/vertx/core/http/StreamPriority;
MethodParameters:
Name Flags
newPriority
void onCustomFrame(io.vertx.core.http.HttpFrame);
descriptor: (Lio/vertx/core/http/HttpFrame;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 0
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/VertxHttp2Stream.handleCustomFrame(Lio/vertx/core/http/HttpFrame;)V (5)
(Lio/vertx/core/http/HttpFrame;)V
invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 2 1 frame Lio/vertx/core/http/HttpFrame;
MethodParameters:
Name Flags
frame
void onHeaders(io.netty.handler.codec.http2.Http2Headers, io.vertx.core.http.StreamPriority);
descriptor: (Lio/netty/handler/codec/http2/Http2Headers;Lio/vertx/core/http/StreamPriority;)V
flags: (0x0000)
Code:
stack=0, locals=3, args_size=3
start local 0 start local 1 start local 2 0: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 1 1 headers Lio/netty/handler/codec/http2/Http2Headers;
0 1 2 streamPriority Lio/vertx/core/http/StreamPriority;
MethodParameters:
Name Flags
headers
streamPriority
void onData(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
i2l
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.reportBytesRead:(J)V
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic handle(Lio/vertx/core/streams/impl/InboundBuffer;)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/streams/impl/InboundBuffer.write(Ljava/lang/Object;)Z (5)
(Lio/vertx/core/buffer/Buffer;)V
invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 3 1 data Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
data
void onWritabilityChanged();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
aconst_null
aload 0
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/VertxHttp2Stream.lambda$9(Ljava/lang/Object;)V (7)
(Ljava/lang/Object;)V
invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
void onEnd();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic io.vertx.core.http.impl.VertxHttp2Stream.EMPTY:Lio/vertx/core/MultiMap;
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onEnd:(Lio/vertx/core/MultiMap;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
void onEnd(io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/MultiMap;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.flushBytesRead:()V
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic handle(Lio/vertx/core/streams/impl/InboundBuffer;)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/streams/impl/InboundBuffer.write(Ljava/lang/Object;)Z (5)
(Lio/vertx/core/MultiMap;)V
invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
2: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.isConnect:Z
ifeq 4
3: aload 0
getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
iconst_1
aconst_null
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 5 1 trailers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
trailers
public int id();
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.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
long bytesWritten();
descriptor: ()J
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
long bytesRead();
descriptor: ()J
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesRead:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
public void doPause();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
invokevirtual io.vertx.core.streams.impl.InboundBuffer.pause:()Lio/vertx/core/streams/impl/InboundBuffer;
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
public void doFetch(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
lload 1
invokevirtual io.vertx.core.streams.impl.InboundBuffer.fetch:(J)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 2 1 amount J
MethodParameters:
Name Flags
amount
public synchronized boolean isNotWritable();
descriptor: ()Z
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.VertxHttp2Stream.writable:Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
public final void writeFrame(int, int, io.netty.buffer.ByteBuf);
descriptor: (IILio/netty/buffer/ByteBuf;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
astore 4
start local 4 1: aload 4
invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
ifeq 4
2: aload 0
iload 1
iload 2
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteFrame:(IILio/netty/buffer/ByteBuf;)V
3: goto 5
4: StackMap locals: io.netty.channel.EventLoop
StackMap stack:
aload 4
aload 0
iload 1
iload 2
aload 3
invokedynamic run(Lio/vertx/core/http/impl/VertxHttp2Stream;IILio/netty/buffer/ByteBuf;)Ljava/lang/Runnable;
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:
()V
io/vertx/core/http/impl/VertxHttp2Stream.lambda$11(IILio/netty/buffer/ByteBuf;)V (7)
()V
invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
5: 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 6 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 6 1 type I
0 6 2 flags I
0 6 3 payload Lio/netty/buffer/ByteBuf;
1 6 4 eventLoop Lio/netty/channel/EventLoop;
MethodParameters:
Name Flags
type
flags
payload
private void doWriteFrame(int, int, io.netty.buffer.ByteBuf);
descriptor: (IILio/netty/buffer/ByteBuf;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
iload 1
i2b
iload 2
i2s
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeFrame:(Lio/netty/handler/codec/http2/Http2Stream;BSLio/netty/buffer/ByteBuf;)V
1: return
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/VertxHttp2Stream<TC;>;
0 2 1 type I
0 2 2 flags I
0 2 3 payload Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
type
flags
payload
final void writeHeaders(io.netty.handler.codec.http2.Http2Headers, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
flags: (0x0010) ACC_FINAL
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
astore 4
start local 4 1: aload 4
invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
ifeq 4
2: aload 0
aload 1
iload 2
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteHeaders:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
3: goto 5
4: StackMap locals: io.netty.channel.EventLoop
StackMap stack:
aload 4
aload 0
aload 1
iload 2
aload 3
invokedynamic run(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)Ljava/lang/Runnable;
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:
()V
io/vertx/core/http/impl/VertxHttp2Stream.lambda$12(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V (7)
()V
invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
5: 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 6 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 6 1 headers Lio/netty/handler/codec/http2/Http2Headers;
0 6 2 end Z
0 6 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
1 6 4 eventLoop Lio/netty/channel/EventLoop;
Signature: (Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
headers
end
handler
void doWriteHeaders(io.netty.handler.codec.http2.Http2Headers, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=8, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 3
ifnonnull 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 3
invokeinterface io.vertx.core.impl.ContextInternal.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
StackMap locals:
StackMap stack: io.vertx.core.impl.future.PromiseInternal
2: astore 4
start local 4 3: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
aload 1
iload 2
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
invokevirtual io.vertx.core.http.StreamPriority.getDependency:()I
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
invokevirtual io.vertx.core.http.StreamPriority.getWeight:()S
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
invokevirtual io.vertx.core.http.StreamPriority.isExclusive:()Z
aload 4
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeHeaders:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/handler/codec/http2/Http2Headers;ZISZLio/netty/util/concurrent/FutureListener;)V
4: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 5 1 headers Lio/netty/handler/codec/http2/Http2Headers;
0 5 2 end Z
0 5 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
3 5 4 promise Lio/netty/util/concurrent/FutureListener<Ljava/lang/Void;>;
Signature: (Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
headers
end
handler
private void writePriorityFrame(io.vertx.core.http.StreamPriority);
descriptor: (Lio/vertx/core/http/StreamPriority;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
aload 1
invokevirtual io.vertx.core.http.StreamPriority.getDependency:()I
aload 1
invokevirtual io.vertx.core.http.StreamPriority.getWeight:()S
aload 1
invokevirtual io.vertx.core.http.StreamPriority.isExclusive:()Z
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writePriority:(Lio/netty/handler/codec/http2/Http2Stream;ISZ)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 2 1 priority Lio/vertx/core/http/StreamPriority;
MethodParameters:
Name Flags
priority
final void writeData(io.netty.buffer.ByteBuf, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
flags: (0x0010) ACC_FINAL
Code:
stack=5, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
astore 4
start local 4 1: aload 4
invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
astore 5
start local 5 2: aload 5
invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
ifeq 5
3: aload 0
aload 1
iload 2
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
4: goto 6
5: StackMap locals: io.vertx.core.impl.ContextInternal io.netty.channel.EventLoop
StackMap stack:
aload 5
aload 0
aload 1
iload 2
aload 3
invokedynamic run(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)Ljava/lang/Runnable;
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:
()V
io/vertx/core/http/impl/VertxHttp2Stream.lambda$13(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V (7)
()V
invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
6: StackMap locals:
StackMap stack:
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 7 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 7 1 chunk Lio/netty/buffer/ByteBuf;
0 7 2 end Z
0 7 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
1 7 4 ctx Lio/vertx/core/impl/ContextInternal;
2 7 5 eventLoop Lio/netty/channel/EventLoop;
Signature: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
chunk
end
handler
void doWriteData(io.netty.buffer.ByteBuf, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=5, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 3
iload 2
ifeq 3
1: getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
astore 4
start local 4 2: goto 4
end local 4 3: StackMap locals:
StackMap stack:
aload 1
astore 4
start local 4 4: StackMap locals: io.netty.buffer.ByteBuf
StackMap stack:
aload 4
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
istore 5
start local 5 5: aload 0
dup
getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
iload 5
i2l
ladd
putfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
6: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
iload 5
i2l
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.reportBytesWritten:(J)V
7: aload 3
ifnonnull 8
aconst_null
goto 9
StackMap locals: int
StackMap stack:
8: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 3
invokeinterface io.vertx.core.impl.ContextInternal.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
StackMap locals:
StackMap stack: io.vertx.core.impl.future.PromiseInternal
9: astore 6
start local 6 10: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
aload 4
iload 2
aload 6
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeData:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/buffer/ByteBuf;ZLio/netty/util/concurrent/FutureListener;)V
11: 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 12 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 12 1 buf Lio/netty/buffer/ByteBuf;
0 12 2 end Z
0 12 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
2 3 4 chunk Lio/netty/buffer/ByteBuf;
4 12 4 chunk Lio/netty/buffer/ByteBuf;
5 12 5 numOfBytes I
10 12 6 promise Lio/netty/util/concurrent/FutureListener<Ljava/lang/Void;>;
Signature: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
buf
end
handler
final void writeReset(long);
descriptor: (J)V
flags: (0x0010) ACC_FINAL
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
astore 3
start local 3 1: aload 3
invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
ifeq 4
2: aload 0
lload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteReset:(J)V
3: goto 5
4: StackMap locals: io.netty.channel.EventLoop
StackMap stack:
aload 3
aload 0
lload 1
invokedynamic run(Lio/vertx/core/http/impl/VertxHttp2Stream;J)Ljava/lang/Runnable;
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:
()V
io/vertx/core/http/impl/VertxHttp2Stream.lambda$14(J)V (7)
()V
invokeinterface io.netty.channel.EventLoop.execute:(Ljava/lang/Runnable;)V
5: StackMap locals:
StackMap stack:
return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 6 1 code J
1 6 3 eventLoop Lio/netty/channel/EventLoop;
MethodParameters:
Name Flags
code
private void doWriteReset(long);
descriptor: (J)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 0
dup
astore 4
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
ifnull 2
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
goto 3
StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream long top io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack:
2: iconst_m1
StackMap locals:
StackMap stack: int
3: istore 3
start local 3 4: aload 4
monitorexit
5: goto 8
end local 3 StackMap locals:
StackMap stack: java.lang.Throwable
6: aload 4
monitorexit
7: athrow
start local 3 8: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream long int
StackMap stack:
iload 3
iconst_m1
if_icmpeq 11
9: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
iload 3
lload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeReset:(IJ)V
10: goto 12
11: StackMap locals:
StackMap stack:
aload 0
lload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleReset:(J)V
12: StackMap locals:
StackMap stack:
return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 13 1 code J
4 6 3 streamId I
8 13 3 streamId I
Exception table:
from to target type
1 5 6 any
6 7 6 any
MethodParameters:
Name Flags
code
void handleWritabilityChanged(boolean);
descriptor: (Z)V
flags: (0x0000)
Code:
stack=0, locals=2, 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/VertxHttp2Stream<TC;>;
0 1 1 writable Z
MethodParameters:
Name Flags
writable
void handleData(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)V
flags: (0x0000)
Code:
stack=0, locals=2, 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/VertxHttp2Stream<TC;>;
0 1 1 buf Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
buf
void handleCustomFrame(io.vertx.core.http.HttpFrame);
descriptor: (Lio/vertx/core/http/HttpFrame;)V
flags: (0x0000)
Code:
stack=0, locals=2, 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/VertxHttp2Stream<TC;>;
0 1 1 frame Lio/vertx/core/http/HttpFrame;
MethodParameters:
Name Flags
frame
void handleEnd(io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/MultiMap;)V
flags: (0x0000)
Code:
stack=0, locals=2, 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/VertxHttp2Stream<TC;>;
0 1 1 trailers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
trailers
void handleReset(long);
descriptor: (J)V
flags: (0x0000)
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/VertxHttp2Stream<TC;>;
0 1 1 errorCode J
MethodParameters:
Name Flags
errorCode
void handleException(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=0, locals=2, 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/VertxHttp2Stream<TC;>;
0 1 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause
void handleClose();
descriptor: ()V
flags: (0x0000)
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/VertxHttp2Stream<TC;>;
synchronized void priority(io.vertx.core.http.StreamPriority);
descriptor: (Lio/vertx/core/http/StreamPriority;)V
flags: (0x0020) 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.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 2 1 streamPriority Lio/vertx/core/http/StreamPriority;
MethodParameters:
Name Flags
streamPriority
synchronized io.vertx.core.http.StreamPriority priority();
descriptor: ()Lio/vertx/core/http/StreamPriority;
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
synchronized void updatePriority(io.vertx.core.http.StreamPriority);
descriptor: (Lio/vertx/core/http/StreamPriority;)V
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
aload 1
invokevirtual io.vertx.core.http.StreamPriority.equals:(Ljava/lang/Object;)Z
ifne 4
1: aload 0
aload 1
putfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
2: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
ifnull 4
3: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.writePriorityFrame:(Lio/vertx/core/http/StreamPriority;)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 5 1 priority Lio/vertx/core/http/StreamPriority;
MethodParameters:
Name Flags
priority
void handlePriorityChange(io.vertx.core.http.StreamPriority);
descriptor: (Lio/vertx/core/http/StreamPriority;)V
flags: (0x0000)
Code:
stack=0, locals=2, 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/VertxHttp2Stream<TC;>;
0 1 1 newPriority Lio/vertx/core/http/StreamPriority;
MethodParameters:
Name Flags
newPriority
private void lambda$0(io.vertx.core.http.impl.Http2ConnectionBase, java.lang.Object);
descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;Ljava/lang/Object;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=3
start local 0 start local 2 0: aload 2
instanceof io.vertx.core.MultiMap
ifeq 3
1: aload 0
aload 2
checkcast io.vertx.core.MultiMap
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleEnd:(Lio/vertx/core/MultiMap;)V
2: goto 8
3: StackMap locals:
StackMap stack:
aload 2
checkcast io.vertx.core.buffer.Buffer
astore 3
start local 3 4: aload 3
invokeinterface io.vertx.core.buffer.Buffer.length:()I
istore 4
start local 4 5: aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
aconst_null
aload 0
aload 1
iload 4
invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/impl/Http2ConnectionBase;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/VertxHttp2Stream.lambda$1(Lio/vertx/core/http/impl/Http2ConnectionBase;ILjava/lang/Object;)V (7)
(Ljava/lang/Object;)V
invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
6: aload 0
dup
getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesRead:J
aload 3
invokeinterface io.vertx.core.buffer.Buffer.length:()I
i2l
ladd
putfield io.vertx.core.http.impl.VertxHttp2Stream.bytesRead:J
7: aload 0
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleData:(Lio/vertx/core/buffer/Buffer;)V
end local 4 end local 3 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/VertxHttp2Stream<TC;>;
0 9 2 item Ljava/lang/Object;
4 8 3 data Lio/vertx/core/buffer/Buffer;
5 8 4 len I
private void lambda$3(java.lang.Void);
descriptor: (Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleClose:()V
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 1 1 v Ljava/lang/Void;
private void lambda$6(io.vertx.core.http.StreamPriority);
descriptor: (Lio/vertx/core/http/StreamPriority;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
aload 1
invokevirtual io.vertx.core.http.StreamPriority.equals:(Ljava/lang/Object;)Z
ifne 3
1: aload 0
aload 1
putfield io.vertx.core.http.impl.VertxHttp2Stream.priority:Lio/vertx/core/http/StreamPriority;
2: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handlePriorityChange:(Lio/vertx/core/http/StreamPriority;)V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 4 1 priority Lio/vertx/core/http/StreamPriority;
private void lambda$9(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
dup
astore 3
monitorenter
1: aload 0
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
ifeq 2
iconst_0
goto 3
StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream java.lang.Object top io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack: io.vertx.core.http.impl.VertxHttp2Stream
2: iconst_1
StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream java.lang.Object top io.vertx.core.http.impl.VertxHttp2Stream
StackMap stack: io.vertx.core.http.impl.VertxHttp2Stream int
3: putfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
4: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
istore 2
start local 2 5: aload 3
monitorexit
6: goto 9
end local 2 StackMap locals:
StackMap stack: java.lang.Throwable
7: aload 3
monitorexit
8: athrow
start local 2 9: StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream java.lang.Object int
StackMap stack:
aload 0
iload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleWritabilityChanged:(Z)V
end local 2 10: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 11 1 v Ljava/lang/Object;
5 7 2 w Z
9 10 2 w Z
Exception table:
from to target type
1 6 7 any
7 8 7 any
private void lambda$11(int, int, io.netty.buffer.ByteBuf);
descriptor: (IILio/netty/buffer/ByteBuf;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
start local 0 0: aload 0
iload 1
iload 2
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteFrame:(IILio/netty/buffer/ByteBuf;)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
private void lambda$12(io.netty.handler.codec.http2.Http2Headers, boolean, io.vertx.core.Handler);
descriptor: (Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
start local 0 0: aload 0
aload 1
iload 2
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteHeaders:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
private void lambda$13(io.netty.buffer.ByteBuf, boolean, io.vertx.core.Handler);
descriptor: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
start local 0 0: aload 0
aload 1
iload 2
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
private void lambda$14(long);
descriptor: (J)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
start local 0 0: aload 0
lload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.doWriteReset:(J)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
private void lambda$1(io.vertx.core.http.impl.Http2ConnectionBase, int, java.lang.Object);
descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;ILjava/lang/Object;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 1
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
iload 2
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.consumeCredits:(Lio/netty/handler/codec/http2/Http2Stream;I)V
return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 1 3 v Ljava/lang/Object;
}
Signature: <C:Lio/vertx/core/http/impl/Http2ConnectionBase;>Ljava/lang/Object;
SourceFile: "VertxHttp2Stream.java"
InnerClasses:
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