class io.vertx.core.http.impl.Http2ServerConnection$Push extends io.vertx.core.http.impl.Http2ServerStream
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.Http2ServerConnection$Push
super_class: io.vertx.core.http.impl.Http2ServerStream
{
private final io.vertx.core.Promise<io.vertx.core.http.HttpServerResponse> completionHandler;
descriptor: Lio/vertx/core/Promise;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/Promise<Lio/vertx/core/http/HttpServerResponse;>;
final io.vertx.core.http.impl.Http2ServerConnection this$0;
descriptor: Lio/vertx/core/http/impl/Http2ServerConnection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(io.netty.handler.codec.http2.Http2Stream, java.lang.String, io.vertx.core.http.HttpMethod, java.lang.String, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.HttpServerResponse>>);
descriptor: (Lio/vertx/core/http/impl/Http2ServerConnection;Lio/netty/handler/codec/http2/Http2Stream;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;ZLio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=9, args_size=8
start local 0 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
1: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
iload 6
invokespecial io.vertx.core.http.impl.Http2ServerStream.<init>:(Lio/vertx/core/http/impl/Http2ServerConnection;Lio/netty/handler/codec/http2/Http2Stream;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Z)V
2: invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
astore 8
start local 8 3: aload 8
invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
aload 7
invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
pop
4: aload 0
aload 8
putfield io.vertx.core.http.impl.Http2ServerConnection$Push.completionHandler:Lio/vertx/core/Promise;
5: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/Http2ServerConnection$Push;
0 6 2 stream Lio/netty/handler/codec/http2/Http2Stream;
0 6 3 contentEncoding Ljava/lang/String;
0 6 4 method Lio/vertx/core/http/HttpMethod;
0 6 5 uri Ljava/lang/String;
0 6 6 writable Z
0 6 7 completionHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;
3 6 8 promise Lio/vertx/core/Promise<Lio/vertx/core/http/HttpServerResponse;>;
Signature: (Lio/netty/handler/codec/http2/Http2Stream;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;)V
MethodParameters:
Name Flags
this$0 final
stream
contentEncoding
method
uri
writable
completionHandler
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/Http2ServerConnection$Push;
0 1 1 trailers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
trailers
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/Http2ServerConnection$Push;
0 1 1 buf Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
buf
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/Http2ServerConnection$Push;
0 1 1 streamPriority Lio/vertx/core/http/StreamPriority;
MethodParameters:
Name Flags
streamPriority
void handleInterestedOpsChanged();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
ifnull 2
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.writabilityChanged:()V
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/Http2ServerConnection$Push;
void handleReset(long);
descriptor: (J)V
flags: (0x0000)
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.completionHandler:Lio/vertx/core/Promise;
new io.vertx.core.http.StreamResetException
dup
lload 1
invokespecial io.vertx.core.http.StreamResetException.<init>:(J)V
invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
ifne 2
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
lload 1
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.handleReset:(J)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/Http2ServerConnection$Push;
0 3 1 errorCode J
MethodParameters:
Name Flags
errorCode
void handleException(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)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.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
ifnull 2
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
aload 1
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.handleException:(Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/Http2ServerConnection$Push;
0 3 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause
void handleClose();
descriptor: ()V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokespecial io.vertx.core.http.impl.Http2ServerStream.handleClose:()V
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
getfield io.vertx.core.http.impl.Http2ServerConnection.pendingPushes:Ljava/util/ArrayDeque;
aload 0
invokevirtual java.util.ArrayDeque.remove:(Ljava/lang/Object;)Z
ifeq 4
2: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.completionHandler:Lio/vertx/core/Promise;
ldc "Push reset by client"
invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
3: goto 12
4: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
getfield io.vertx.core.http.impl.Http2ServerConnection.concurrentStreams:I
iconst_1
isub
putfield io.vertx.core.http.impl.Http2ServerConnection.concurrentStreams:I
5: goto 9
6: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
getfield io.vertx.core.http.impl.Http2ServerConnection.pendingPushes:Ljava/util/ArrayDeque;
invokevirtual java.util.ArrayDeque.pop:()Ljava/lang/Object;
checkcast io.vertx.core.http.impl.Http2ServerConnection$Push
astore 1
start local 1 7: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
getfield io.vertx.core.http.impl.Http2ServerConnection.concurrentStreams:I
iconst_1
iadd
putfield io.vertx.core.http.impl.Http2ServerConnection.concurrentStreams:I
8: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.context:Lio/vertx/core/impl/ContextInternal;
aload 1
invokedynamic handle(Lio/vertx/core/http/impl/Http2ServerConnection$Push;)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/Http2ServerConnection$Push.lambda$0(Lio/vertx/core/http/impl/Http2ServerConnection$Push;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.runOnContext:(Lio/vertx/core/Handler;)V
end local 1 9: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
getfield io.vertx.core.http.impl.Http2ServerConnection.maxConcurrentStreams:Ljava/lang/Long;
ifnull 10
aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
getfield io.vertx.core.http.impl.Http2ServerConnection.concurrentStreams:I
i2l
aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
getfield io.vertx.core.http.impl.Http2ServerConnection.maxConcurrentStreams:Ljava/lang/Long;
invokevirtual java.lang.Long.longValue:()J
lcmp
ifge 11
StackMap locals:
StackMap stack:
10: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.this$0:Lio/vertx/core/http/impl/Http2ServerConnection;
getfield io.vertx.core.http.impl.Http2ServerConnection.pendingPushes:Ljava/util/ArrayDeque;
invokevirtual java.util.ArrayDeque.size:()I
ifgt 6
11: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.handleClose:()V
12: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/vertx/core/http/impl/Http2ServerConnection$Push;
7 9 1 push Lio/vertx/core/http/impl/Http2ServerConnection$Push;
void complete();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerConnection$Push.registerMetrics:()V
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.completionHandler:Lio/vertx/core/Promise;
aload 0
getfield io.vertx.core.http.impl.Http2ServerConnection$Push.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/Http2ServerConnection$Push;
private static void lambda$0(io.vertx.core.http.impl.Http2ServerConnection$Push, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/Http2ServerConnection$Push;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerConnection$Push.complete:()V
1: return
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 2 1 v Ljava/lang/Void;
}
SourceFile: "Http2ServerConnection.java"
NestHost: io.vertx.core.http.impl.Http2ServerConnection
InnerClasses:
private Push = io.vertx.core.http.impl.Http2ServerConnection$Push of io.vertx.core.http.impl.Http2ServerConnection
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles