abstract class io.vertx.core.http.impl.Http2ServerStream extends io.vertx.core.http.impl.VertxHttp2Stream<io.vertx.core.http.impl.Http2ServerConnection>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: io.vertx.core.http.impl.Http2ServerStream
super_class: io.vertx.core.http.impl.VertxHttp2Stream
{
protected final java.lang.String rawMethod;
descriptor: Ljava/lang/String;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final io.vertx.core.http.HttpMethod method;
descriptor: Lio/vertx/core/http/HttpMethod;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.lang.String uri;
descriptor: Ljava/lang/String;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.lang.String contentEncoding;
descriptor: Ljava/lang/String;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.lang.String host;
descriptor: Ljava/lang/String;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final io.vertx.core.http.impl.Http2ServerResponseImpl response;
descriptor: Lio/vertx/core/http/impl/Http2ServerResponseImpl;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
private java.lang.Object metric;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
void <init>(io.vertx.core.http.impl.Http2ServerConnection, io.netty.handler.codec.http2.Http2Stream, java.lang.String, io.vertx.core.http.HttpMethod, java.lang.String, boolean);
descriptor: (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
flags: (0x0000)
Code:
stack=9, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
iload 6
invokespecial io.vertx.core.http.impl.VertxHttp2Stream.<init>:(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
1: aload 0
aload 4
putfield io.vertx.core.http.impl.Http2ServerStream.method:Lio/vertx/core/http/HttpMethod;
2: aload 0
aload 4
invokevirtual io.vertx.core.http.HttpMethod.name:()Ljava/lang/String;
putfield io.vertx.core.http.impl.Http2ServerStream.rawMethod:Ljava/lang/String;
3: aload 0
aload 3
putfield io.vertx.core.http.impl.Http2ServerStream.contentEncoding:Ljava/lang/String;
4: aload 0
aload 5
putfield io.vertx.core.http.impl.Http2ServerStream.uri:Ljava/lang/String;
5: aload 0
aconst_null
putfield io.vertx.core.http.impl.Http2ServerStream.host:Ljava/lang/String;
6: aload 0
new io.vertx.core.http.impl.Http2ServerResponseImpl
dup
aload 1
aload 0
aload 4
iconst_1
aload 3
aconst_null
invokespecial io.vertx.core.http.impl.Http2ServerResponseImpl.<init>:(Lio/vertx/core/http/impl/Http2ServerConnection;Lio/vertx/core/http/impl/Http2ServerStream;Lio/vertx/core/http/HttpMethod;ZLjava/lang/String;Ljava/lang/String;)V
putfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
7: 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 8 0 this Lio/vertx/core/http/impl/Http2ServerStream;
0 8 1 conn Lio/vertx/core/http/impl/Http2ServerConnection;
0 8 2 stream Lio/netty/handler/codec/http2/Http2Stream;
0 8 3 contentEncoding Ljava/lang/String;
0 8 4 method Lio/vertx/core/http/HttpMethod;
0 8 5 uri Ljava/lang/String;
0 8 6 writable Z
MethodParameters:
Name Flags
conn
stream
contentEncoding
method
uri
writable
void <init>(io.vertx.core.http.impl.Http2ServerConnection, io.netty.handler.codec.http2.Http2Stream, io.netty.handler.codec.http2.Http2Headers, java.lang.String, java.lang.String, boolean);
descriptor: (Lio/vertx/core/http/impl/Http2ServerConnection;Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/handler/codec/http2/Http2Headers;Ljava/lang/String;Ljava/lang/String;Z)V
flags: (0x0000)
Code:
stack=9, locals=9, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
iload 6
invokespecial io.vertx.core.http.impl.VertxHttp2Stream.<init>:(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
1: aload 3
ldc ":authority"
invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
ifnull 2
aload 3
ldc ":authority"
invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.CharSequence
invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
goto 3
StackMap locals: io.vertx.core.http.impl.Http2ServerStream io.vertx.core.http.impl.Http2ServerConnection io.netty.handler.codec.http2.Http2Stream io.netty.handler.codec.http2.Http2Headers java.lang.String java.lang.String int
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: java.lang.String
3: astore 7
start local 7 4: aload 7
ifnonnull 7
5: aload 5
ldc "://"
invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
istore 8
start local 8 6: aload 5
iload 8
iconst_3
iadd
invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
astore 7
end local 8 7: StackMap locals: java.lang.String
StackMap stack:
aload 0
aload 7
putfield io.vertx.core.http.impl.Http2ServerStream.host:Ljava/lang/String;
8: aload 0
aload 4
putfield io.vertx.core.http.impl.Http2ServerStream.contentEncoding:Ljava/lang/String;
9: aload 0
aload 3
ldc ":path"
invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
ifnull 10
aload 3
ldc ":path"
invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.CharSequence
invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
goto 11
StackMap locals:
StackMap stack: io.vertx.core.http.impl.Http2ServerStream
10: aconst_null
StackMap locals: io.vertx.core.http.impl.Http2ServerStream io.vertx.core.http.impl.Http2ServerConnection io.netty.handler.codec.http2.Http2Stream io.netty.handler.codec.http2.Http2Headers java.lang.String java.lang.String int java.lang.String
StackMap stack: io.vertx.core.http.impl.Http2ServerStream java.lang.String
11: putfield io.vertx.core.http.impl.Http2ServerStream.uri:Ljava/lang/String;
12: aload 0
aload 3
ldc ":method"
invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
ifnull 13
aload 3
ldc ":method"
invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.CharSequence
invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
goto 14
StackMap locals:
StackMap stack: io.vertx.core.http.impl.Http2ServerStream
13: aconst_null
StackMap locals: io.vertx.core.http.impl.Http2ServerStream io.vertx.core.http.impl.Http2ServerConnection io.netty.handler.codec.http2.Http2Stream io.netty.handler.codec.http2.Http2Headers java.lang.String java.lang.String int java.lang.String
StackMap stack: io.vertx.core.http.impl.Http2ServerStream java.lang.String
14: putfield io.vertx.core.http.impl.Http2ServerStream.rawMethod:Ljava/lang/String;
15: aload 0
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.rawMethod:Ljava/lang/String;
invokestatic io.vertx.core.http.impl.HttpUtils.toVertxMethod:(Ljava/lang/String;)Lio/vertx/core/http/HttpMethod;
putfield io.vertx.core.http.impl.Http2ServerStream.method:Lio/vertx/core/http/HttpMethod;
16: aload 0
new io.vertx.core.http.impl.Http2ServerResponseImpl
dup
aload 1
aload 0
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.method:Lio/vertx/core/http/HttpMethod;
iconst_0
aload 4
aload 7
invokespecial io.vertx.core.http.impl.Http2ServerResponseImpl.<init>:(Lio/vertx/core/http/impl/Http2ServerConnection;Lio/vertx/core/http/impl/Http2ServerStream;Lio/vertx/core/http/HttpMethod;ZLjava/lang/String;Ljava/lang/String;)V
putfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
17: return
end local 7 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 18 0 this Lio/vertx/core/http/impl/Http2ServerStream;
0 18 1 conn Lio/vertx/core/http/impl/Http2ServerConnection;
0 18 2 stream Lio/netty/handler/codec/http2/Http2Stream;
0 18 3 headers Lio/netty/handler/codec/http2/Http2Headers;
0 18 4 contentEncoding Ljava/lang/String;
0 18 5 serverOrigin Ljava/lang/String;
0 18 6 writable Z
4 18 7 host Ljava/lang/String;
6 7 8 idx I
MethodParameters:
Name Flags
conn
stream
headers
contentEncoding
serverOrigin
writable
void registerMetrics();
descriptor: ()V
flags: (0x0000)
Code:
stack=6, locals=2, args_size=1
start local 0 0: getstatic io.vertx.core.spi.metrics.Metrics.METRICS_ENABLED:Z
ifeq 7
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ServerConnection
invokevirtual io.vertx.core.http.impl.Http2ServerConnection.metrics:()Lio/vertx/core/spi/metrics/HttpServerMetrics;
astore 1
start local 1 2: aload 1
ifnull 7
3: aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.isPush:()Z
ifeq 6
4: aload 0
aload 1
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ServerConnection
invokevirtual io.vertx.core.http.impl.Http2ServerConnection.metric:()Ljava/lang/Object;
aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerStream.method:()Lio/vertx/core/http/HttpMethod;
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.uri:Ljava/lang/String;
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.responsePushed:(Ljava/lang/Object;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/http/HttpServerResponse;)Ljava/lang/Object;
putfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
5: goto 7
6: StackMap locals: io.vertx.core.spi.metrics.HttpServerMetrics
StackMap stack:
aload 0
aload 1
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ServerConnection
invokevirtual io.vertx.core.http.impl.Http2ServerConnection.metric:()Ljava/lang/Object;
aload 0
checkcast io.vertx.core.http.HttpServerRequest
invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.requestBegin:(Ljava/lang/Object;Lio/vertx/core/http/HttpServerRequest;)Ljava/lang/Object;
putfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
end local 1 7: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/Http2ServerStream;
2 7 1 metrics Lio/vertx/core/spi/metrics/HttpServerMetrics;
void writeHead(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: getstatic io.vertx.core.spi.metrics.Metrics.METRICS_ENABLED:Z
ifeq 2
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
ifnull 2
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ServerConnection
invokevirtual io.vertx.core.http.impl.Http2ServerConnection.metrics:()Lio/vertx/core/spi/metrics/HttpServerMetrics;
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.responseBegin:(Ljava/lang/Object;Lio/vertx/core/http/HttpServerResponse;)V
2: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 2
aload 3
invokevirtual io.vertx.core.http.impl.Http2ServerStream.writeHeaders:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
3: 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/Http2ServerStream;
0 4 1 headers Lio/netty/handler/codec/http2/Http2Headers;
0 4 2 end Z
0 4 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
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.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
ifnull 2
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.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/Http2ServerStream;
public io.vertx.core.http.HttpMethod method();
descriptor: ()Lio/vertx/core/http/HttpMethod;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.method:Lio/vertx/core/http/HttpMethod;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ServerStream;
public java.lang.String rawMethod();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.rawMethod:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ServerStream;
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.VertxHttp2Stream.handleClose:()V
1: getstatic io.vertx.core.spi.metrics.Metrics.METRICS_ENABLED:Z
ifeq 11
2: aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
checkcast io.vertx.core.http.impl.Http2ServerConnection
invokevirtual io.vertx.core.http.impl.Http2ServerConnection.metrics:()Lio/vertx/core/spi/metrics/HttpServerMetrics;
astore 1
start local 1 3: aload 1
ifnull 11
4: aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.ended:()Z
ifeq 5
iconst_0
goto 6
StackMap locals: io.vertx.core.spi.metrics.HttpServerMetrics
StackMap stack:
5: iconst_1
StackMap locals:
StackMap stack: int
6: istore 2
start local 2 7: iload 2
ifeq 10
8: aload 1
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.requestReset:(Ljava/lang/Object;)V
9: goto 11
10: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.metric:Ljava/lang/Object;
aload 0
getfield io.vertx.core.http.impl.Http2ServerStream.response:Lio/vertx/core/http/impl/Http2ServerResponseImpl;
invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.responseEnd:(Ljava/lang/Object;Lio/vertx/core/http/HttpServerResponse;)V
end local 2 end local 1 11: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/vertx/core/http/impl/Http2ServerStream;
3 11 1 metrics Lio/vertx/core/spi/metrics/HttpServerMetrics;
7 11 2 failed Z
}
Signature: Lio/vertx/core/http/impl/VertxHttp2Stream<Lio/vertx/core/http/impl/Http2ServerConnection;>;
SourceFile: "Http2ServerStream.java"