abstract class io.vertx.core.http.impl.Http2ClientConnection$Stream extends io.vertx.core.http.impl.VertxHttp2Stream<io.vertx.core.http.impl.Http2ClientConnection>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: io.vertx.core.http.impl.Http2ClientConnection$Stream
super_class: io.vertx.core.http.impl.VertxHttp2Stream
{
private final boolean push;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.vertx.core.http.impl.HttpResponseHead response;
descriptor: Lio/vertx/core/http/impl/HttpResponseHead;
flags: (0x0002) ACC_PRIVATE
protected java.lang.Object metric;
descriptor: Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
protected java.lang.Object trace;
descriptor: Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
private boolean requestEnded;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean responseEnded;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
protected io.vertx.core.Handler<io.vertx.core.http.impl.HttpResponseHead> headHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/impl/HttpResponseHead;>;
protected io.vertx.core.Handler<io.vertx.core.buffer.Buffer> chunkHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
protected io.vertx.core.Handler<io.vertx.core.MultiMap> endHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/Handler<Lio/vertx/core/MultiMap;>;
protected io.vertx.core.Handler<io.vertx.core.http.StreamPriority> priorityHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;
protected io.vertx.core.Handler<java.lang.Void> drainHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
protected io.vertx.core.Handler<java.lang.Void> continueHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
protected io.vertx.core.Handler<io.vertx.core.http.HttpFrame> unknownFrameHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/HttpFrame;>;
protected io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
protected io.vertx.core.Handler<io.vertx.core.http.impl.HttpClientPush> pushHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0004) ACC_PROTECTED
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/impl/HttpClientPush;>;
void <init>(io.vertx.core.http.impl.Http2ClientConnection, io.vertx.core.impl.ContextInternal, boolean);
descriptor: (Lio/vertx/core/http/impl/Http2ClientConnection;Lio/vertx/core/impl/ContextInternal;Z)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokespecial io.vertx.core.http.impl.VertxHttp2Stream.<init>:(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/vertx/core/impl/ContextInternal;)V
1: aload 0
iload 3
putfield io.vertx.core.http.impl.Http2ClientConnection$Stream.push:Z
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/Http2ClientConnection$Stream;
0 3 1 conn Lio/vertx/core/http/impl/Http2ClientConnection;
0 3 2 context Lio/vertx/core/impl/ContextInternal;
0 3 3 push Z
MethodParameters:
Name Flags
conn
context
push
void onContinue();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.context:Lio/vertx/core/impl/ContextInternal;
aconst_null
aload 0
invokedynamic handle(Lio/vertx/core/http/impl/Http2ClientConnection$Stream;)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/Http2ClientConnection$Stream.lambda$0(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/Http2ClientConnection$Stream;
abstract void handleContinue();
descriptor: ()V
flags: (0x0400) ACC_ABSTRACT
public java.lang.Object metric();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.metric:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
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=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
aload 3
invokespecial io.vertx.core.http.impl.VertxHttp2Stream.doWriteData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
1: iload 2
ifeq 3
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.endRequest:()V
3: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
0 4 1 chunk Lio/netty/buffer/ByteBuf;
0 4 2 end Z
0 4 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 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=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
ldc "CONNECT"
aload 1
invokeinterface io.netty.handler.codec.http2.Http2Headers.method:()Ljava/lang/CharSequence;
invokevirtual java.lang.String.contentEquals:(Ljava/lang/CharSequence;)Z
putfield io.vertx.core.http.impl.Http2ClientConnection$Stream.isConnect:Z
1: aload 0
aload 1
iload 2
aload 3
invokespecial io.vertx.core.http.impl.VertxHttp2Stream.doWriteHeaders:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
2: iload 2
ifeq 4
3: aload 0
invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.endRequest:()V
4: StackMap locals:
StackMap stack:
return
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/Http2ClientConnection$Stream;
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;>;>;
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
protected void endRequest();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield io.vertx.core.http.impl.Http2ClientConnection$Stream.requestEnded:Z
1: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ClientConnection
getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
ifnull 3
2: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ClientConnection
getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.metric:Ljava/lang/Object;
aload 0
invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.bytesWritten:()J
invokeinterface io.vertx.core.spi.metrics.ClientMetrics.requestEnd:(Ljava/lang/Object;J)V
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
void onEnd(io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/MultiMap;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ClientConnection
aload 0
invokevirtual io.vertx.core.http.impl.Http2ClientConnection.metricsEnd:(Lio/vertx/core/http/impl/Http2ClientConnection$Stream;)V
1: aload 0
iconst_1
putfield io.vertx.core.http.impl.Http2ClientConnection$Stream.responseEnded:Z
2: aload 0
aload 1
invokespecial io.vertx.core.http.impl.VertxHttp2Stream.onEnd:(Lio/vertx/core/MultiMap;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
0 4 1 trailers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
trailers
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.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ClientConnection
getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
ifnull 2
1: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ClientConnection
getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.metric:Ljava/lang/Object;
invokeinterface io.vertx.core.spi.metrics.ClientMetrics.requestReset:(Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
lload 1
invokespecial io.vertx.core.http.impl.VertxHttp2Stream.onReset:(J)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
0 4 1 code J
MethodParameters:
Name Flags
code
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=9, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 2
1: aload 0
aload 2
invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.priority:(Lio/vertx/core/http/StreamPriority;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.response:Lio/vertx/core/http/impl/HttpResponseHead;
ifnonnull 24
3: aload 1
invokeinterface io.netty.handler.codec.http2.Http2Headers.status:()Ljava/lang/CharSequence;
invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
istore 3
start local 3 4: iload 3
invokestatic io.netty.handler.codec.http.HttpResponseStatus.valueOf:(I)Lio/netty/handler/codec/http/HttpResponseStatus;
invokevirtual io.netty.handler.codec.http.HttpResponseStatus.reasonPhrase:()Ljava/lang/String;
astore 4
start local 4 5: goto 10
end local 4 end local 3 StackMap locals:
StackMap stack: java.lang.Exception
6: astore 5
start local 5 7: aload 0
aload 5
invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.handleException:(Ljava/lang/Throwable;)V
8: aload 0
lconst_1
invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.writeReset:(J)V
9: return
end local 5 start local 3 start local 4 10: StackMap locals: int java.lang.String
StackMap stack:
iload 3
bipush 100
if_icmpne 13
11: aload 0
invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.onContinue:()V
12: return
13: StackMap locals:
StackMap stack:
aload 0
new io.vertx.core.http.impl.HttpResponseHead
dup
14: getstatic io.vertx.core.http.HttpVersion.HTTP_2:Lio/vertx/core/http/HttpVersion;
15: iload 3
16: aload 4
17: new io.vertx.core.http.impl.headers.Http2HeadersAdaptor
dup
aload 1
invokespecial io.vertx.core.http.impl.headers.Http2HeadersAdaptor.<init>:(Lio/netty/handler/codec/http2/Http2Headers;)V
invokespecial io.vertx.core.http.impl.HttpResponseHead.<init>:(Lio/vertx/core/http/HttpVersion;ILjava/lang/String;Lio/vertx/core/MultiMap;)V
18: putfield io.vertx.core.http.impl.Http2ClientConnection$Stream.response:Lio/vertx/core/http/impl/HttpResponseHead;
19: aload 1
ldc ":status"
invokeinterface io.netty.handler.codec.http2.Http2Headers.remove:(Ljava/lang/Object;)Z
pop
20: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ClientConnection
getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
ifnull 22
21: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ClientConnection
getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.metric:Ljava/lang/Object;
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.response:Lio/vertx/core/http/impl/HttpResponseHead;
invokeinterface io.vertx.core.spi.metrics.ClientMetrics.responseBegin:(Ljava/lang/Object;Ljava/lang/Object;)V
22: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.headHandler:Lio/vertx/core/Handler;
ifnull 24
23: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.response:Lio/vertx/core/http/impl/HttpResponseHead;
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.headHandler:Lio/vertx/core/Handler;
invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
end local 4 end local 3 24: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 25 0 this Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
0 25 1 headers Lio/netty/handler/codec/http2/Http2Headers;
0 25 2 streamPriority Lio/vertx/core/http/StreamPriority;
4 6 3 status I
10 24 3 status I
5 6 4 statusMessage Ljava/lang/String;
10 24 4 statusMessage Ljava/lang/String;
7 10 5 e Ljava/lang/Exception;
Exception table:
from to target type
3 5 6 Class java.lang.Exception
MethodParameters:
Name Flags
headers
streamPriority
void onClose();
descriptor: ()V
flags: (0x0000)
Code:
stack=6, locals=3, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ClientConnection
getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
ifnull 3
1: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.requestEnded:Z
ifeq 2
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.responseEnded:Z
ifne 3
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ClientConnection
getfield io.vertx.core.http.impl.Http2ClientConnection.metrics:Lio/vertx/core/spi/metrics/ClientMetrics;
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.metric:Ljava/lang/Object;
invokeinterface io.vertx.core.spi.metrics.ClientMetrics.requestReset:(Ljava/lang/Object;)V
3: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.context:Lio/vertx/core/impl/ContextInternal;
invokeinterface io.vertx.core.impl.ContextInternal.tracer:()Lio/vertx/core/spi/tracing/VertxTracer;
astore 1
start local 1 4: aload 1
ifnull 10
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.trace:Ljava/lang/Object;
ifnull 10
5: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.responseEnded:Z
ifeq 8
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.requestEnded:Z
ifeq 8
6: aconst_null
astore 2
start local 2 7: goto 9
end local 2 8: StackMap locals: io.vertx.core.spi.tracing.VertxTracer
StackMap stack:
getstatic io.vertx.core.net.impl.ConnectionBase.CLOSED_EXCEPTION:Lio/vertx/core/VertxException;
astore 2
start local 2 9: StackMap locals: io.vertx.core.VertxException
StackMap stack:
aload 1
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.context:Lio/vertx/core/impl/ContextInternal;
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.response:Lio/vertx/core/http/impl/HttpResponseHead;
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.trace:Ljava/lang/Object;
aload 2
getstatic io.vertx.core.http.impl.HttpUtils.CLIENT_RESPONSE_TAG_EXTRACTOR:Lio/vertx/core/spi/tracing/TagExtractor;
invokeinterface io.vertx.core.spi.tracing.VertxTracer.receiveResponse:(Lio/vertx/core/Context;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;Lio/vertx/core/spi/tracing/TagExtractor;)V
end local 2 10: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.responseEnded:Z
ifne 12
11: aload 0
getstatic io.vertx.core.http.impl.Http2ClientConnection.CLOSED_EXCEPTION:Lio/vertx/core/VertxException;
invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Stream.onError:(Ljava/lang/Throwable;)V
12: StackMap locals:
StackMap stack:
aload 0
invokespecial io.vertx.core.http.impl.VertxHttp2Stream.onClose:()V
13: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.push:Z
ifne 15
14: aload 0
getfield io.vertx.core.http.impl.Http2ClientConnection$Stream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ClientConnection
invokevirtual io.vertx.core.http.impl.Http2ClientConnection.recycle:()V
15: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
4 16 1 tracer Lio/vertx/core/spi/tracing/VertxTracer;
7 8 2 err Lio/vertx/core/VertxException;
9 10 2 err Lio/vertx/core/VertxException;
private void lambda$0(java.lang.Object);
descriptor: (Ljava/lang/Object;)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.Http2ClientConnection$Stream.handleContinue:()V
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ClientConnection$Stream;
0 1 1 v Ljava/lang/Object;
}
Signature: Lio/vertx/core/http/impl/VertxHttp2Stream<Lio/vertx/core/http/impl/Http2ClientConnection;>;
SourceFile: "Http2ClientConnection.java"
NestHost: io.vertx.core.http.impl.Http2ClientConnection
InnerClasses:
abstract Stream = io.vertx.core.http.impl.Http2ClientConnection$Stream of io.vertx.core.http.impl.Http2ClientConnection
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles