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 final io.netty.channel.ChannelHandlerContext handlerContext;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final io.netty.handler.codec.http2.Http2Stream stream;
descriptor: Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
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 int pendingBytes;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.MultiMap trailers;
descriptor: Lio/vertx/core/MultiMap;
flags: (0x0002) ACC_PRIVATE
private boolean writable;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.http.StreamPriority priority;
descriptor: Lio/vertx/core/http/StreamPriority;
flags: (0x0002) ACC_PRIVATE
private long bytesRead;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private long bytesWritten;
descriptor: J
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new io.vertx.core.http.impl.Http2HeadersAdaptor
dup
getstatic io.netty.handler.codec.http2.EmptyHttp2Headers.INSTANCE:Lio/netty/handler/codec/http2/EmptyHttp2Headers;
invokespecial io.vertx.core.http.impl.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.netty.handler.codec.http2.Http2Stream, );
descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
flags: (0x0000)
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 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 1
getfield io.vertx.core.http.impl.Http2ConnectionBase.handlerContext:Lio/netty/channel/ChannelHandlerContext;
putfield io.vertx.core.http.impl.VertxHttp2Stream.handlerContext:Lio/netty/channel/ChannelHandlerContext;
4: aload 0
aload 2
putfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
5: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
putfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
6: aload 0
iload 3
putfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
7: aload 0
new io.vertx.core.streams.impl.InboundBuffer
dup
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
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;
8: 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;
9: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
aload 0
aload 1
aload 2
invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;)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;Lio/netty/handler/codec/http2/Http2Stream;Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokevirtual io.vertx.core.streams.impl.InboundBuffer.drainHandler:(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;
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$1(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
11: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
invokeinterface io.vertx.core.impl.ContextInternal.exceptionHandler:()Lio/vertx/core/Handler;
invokevirtual io.vertx.core.streams.impl.InboundBuffer.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
pop
12: 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
13: return
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/VertxHttp2Stream<TC;>;
0 14 1 conn TC;
0 14 2 stream Lio/netty/handler/codec/http2/Http2Stream;
0 14 3 writable Z
Signature: (TC;Lio/netty/handler/codec/http2/Http2Stream;Z)V
MethodParameters:
Name Flags
conn
stream
writable
void onResetRead(long);
descriptor: (J)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleReset:(J)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
boolean onDataRead(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Z
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.pending:Lio/vertx/core/streams/impl/InboundBuffer;
aload 1
invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
istore 2
start local 2 1: iload 2
ifne 3
2: aload 0
dup
getfield io.vertx.core.http.impl.VertxHttp2Stream.pendingBytes:I
aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
iadd
putfield io.vertx.core.http.impl.VertxHttp2Stream.pendingBytes:I
3: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 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 data Lio/vertx/core/buffer/Buffer;
1 4 2 read Z
MethodParameters:
Name Flags
data
void onWritabilityChanged();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 1
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 io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: io.vertx.core.http.impl.VertxHttp2Stream
2: iconst_1
StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: io.vertx.core.http.impl.VertxHttp2Stream int
3: putfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
4: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleInterestedOpsChanged:()V
5: aload 1
monitorexit
6: goto 9
StackMap locals:
StackMap stack: java.lang.Throwable
7: aload 1
monitorexit
8: athrow
9: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
Exception table:
from to target type
1 6 7 any
7 8 7 any
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=2, locals=3, 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;
dup
astore 2
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.VertxHttp2Stream.trailers:Lio/vertx/core/MultiMap;
2: aload 2
monitorexit
3: goto 6
StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream io.vertx.core.MultiMap io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pending:Lio/vertx/core/streams/impl/InboundBuffer;
getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
pop
7: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 8 1 map Lio/vertx/core/MultiMap;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
map
int id();
descriptor: ()I
flags: (0x0000)
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
boolean isNotWritable();
descriptor: ()Z
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.writable:Z
ifeq 2
iconst_0
goto 3
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack:
2: iconst_1
StackMap locals:
StackMap stack: int
3: aload 1
monitorexit
4: ireturn
5: StackMap locals:
StackMap stack: java.lang.Throwable
aload 1
monitorexit
6: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
void writeFrame(int, int, io.netty.buffer.ByteBuf);
descriptor: (IILio/netty/buffer/ByteBuf;)V
flags: (0x0000)
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
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: (0x0000)
Code:
stack=8, 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;
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 3
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeHeaders:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/handler/codec/http2/Http2Headers;ZISZLio/vertx/core/Handler;)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 headers Lio/netty/handler/codec/http2/Http2Headers;
0 2 2 end Z
0 2 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<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
void writeData(io.netty.buffer.ByteBuf, boolean);
descriptor: (Lio/netty/buffer/ByteBuf;Z)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iload 2
aconst_null
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.writeData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 2 1 chunk Lio/netty/buffer/ByteBuf;
0 2 2 end Z
MethodParameters:
Name Flags
chunk
end
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: (0x0000)
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
dup
getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
aload 1
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
i2l
ladd
putfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
1: 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 3
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeData:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
2: return
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/VertxHttp2Stream<TC;>;
0 3 1 chunk Lio/netty/buffer/ByteBuf;
0 3 2 end Z
0 3 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
chunk
end
handler
void writeReset(long);
descriptor: (J)V
flags: (0x0000)
Code:
stack=4, locals=3, 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;
invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
lload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeReset:(IJ)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 handleInterestedOpsChanged();
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;>;
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(int, int, io.vertx.core.buffer.Buffer);
descriptor: (IILio/vertx/core/buffer/Buffer;)V
flags: (0x0000)
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/VertxHttp2Stream<TC;>;
0 1 1 type I
0 1 2 flags I
0 1 3 buff Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
type
flags
buff
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=3, 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;
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesWritten:J
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.reportBytesWritten:(J)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 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;
invokeinterface io.netty.handler.codec.http2.Http2Stream.isHeadersSent:()Z
ifeq 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
abstract void handlePriorityChange(io.vertx.core.http.StreamPriority);
descriptor: (Lio/vertx/core/http/StreamPriority;)V
flags: (0x0400) ACC_ABSTRACT
MethodParameters:
Name Flags
streamPriority
private void lambda$0(io.vertx.core.http.impl.Http2ConnectionBase, io.netty.handler.codec.http2.Http2Stream, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=5, args_size=4
start local 0 start local 3 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.pendingBytes:I
istore 4
start local 4 1: aload 0
iconst_0
putfield io.vertx.core.http.impl.VertxHttp2Stream.pendingBytes:I
2: aload 1
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
aload 2
iload 4
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.consume:(Lio/netty/handler/codec/http2/Http2Stream;I)V
end local 4 3: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 4 3 v Ljava/lang/Void;
1 3 4 numBytes I
private void lambda$1(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=4, args_size=3
start local 0 start local 2 0: aload 2
getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
if_acmpne 4
1: aload 1
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.bytesRead:J
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.reportBytesRead:(J)V
2: aload 0
aload 0
getfield io.vertx.core.http.impl.VertxHttp2Stream.trailers:Lio/vertx/core/MultiMap;
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleEnd:(Lio/vertx/core/MultiMap;)V
3: goto 7
4: StackMap locals:
StackMap stack:
aload 2
checkcast io.vertx.core.buffer.Buffer
astore 3
start local 3 5: 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
6: aload 0
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleData:(Lio/vertx/core/buffer/Buffer;)V
end local 3 7: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;
0 8 2 buff Ljava/lang/Object;
5 7 3 data Lio/vertx/core/buffer/Buffer;
}
Signature: <C:Lio/vertx/core/http/impl/Http2ConnectionBase;>Ljava/lang/Object;
SourceFile: "VertxHttp2Stream.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles