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> promise;
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.vertx.core.impl.ContextInternal, java.lang.String, io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Promise<io.vertx.core.http.HttpServerResponse>);
descriptor: (Lio/vertx/core/http/impl/Http2ServerConnection;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Promise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=7
start local 0 start local 2 start local 3 start local 4 start local 5 start local 6 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
invokespecial io.vertx.core.http.impl.Http2ServerStream.<init>:(Lio/vertx/core/http/impl/Http2ServerConnection;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)V
2: aload 0
aload 6
putfield io.vertx.core.http.impl.Http2ServerConnection$Push.promise:Lio/vertx/core/Promise;
3: return
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 4 0 this Lio/vertx/core/http/impl/Http2ServerConnection$Push;
0 4 2 context Lio/vertx/core/impl/ContextInternal;
0 4 3 contentEncoding Ljava/lang/String;
0 4 4 method Lio/vertx/core/http/HttpMethod;
0 4 5 uri Ljava/lang/String;
0 4 6 promise Lio/vertx/core/Promise<Lio/vertx/core/http/HttpServerResponse;>;
Signature: (Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Promise<Lio/vertx/core/http/HttpServerResponse;>;)V
MethodParameters:
Name Flags
this$0 final
context
contentEncoding
method
uri
promise
void dispatch(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
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 handler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerRequest;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerRequest;>;)V
MethodParameters:
Name Flags
handler
void handleWritabilityChanged(boolean);
descriptor: (Z)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;
iload 1
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.handlerWritabilityChanged:(Z)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ServerConnection$Push;
0 2 1 writable Z
MethodParameters:
Name Flags
writable
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.promise: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=3, locals=3, 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.promise: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: 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.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.maxConcurrentStreams:()I
istore 1
start local 1 6: goto 10
7: StackMap locals: int
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 2
start local 2 8: 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
9: aload 2
invokevirtual io.vertx.core.http.impl.Http2ServerConnection$Push.complete:()V
end local 2 10: 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.concurrentStreams:I
iload 1
if_icmpge 11
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 7
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
end local 1 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;
6 12 1 maxConcurrentStreams I
8 10 2 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.promise: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;
}
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