public class io.vertx.core.http.impl.Http2ServerResponseImpl implements io.vertx.core.http.HttpServerResponse
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.http.impl.Http2ServerResponseImpl
super_class: java.lang.Object
{
private static final io.vertx.core.logging.Logger log;
descriptor: Lio/vertx/core/logging/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final io.vertx.core.http.impl.Http2ServerStream stream;
descriptor: Lio/vertx/core/http/impl/Http2ServerStream;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.netty.channel.ChannelHandlerContext ctx;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.http.impl.Http2ServerConnection conn;
descriptor: Lio/vertx/core/http/impl/Http2ServerConnection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean head;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean push;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String host;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.netty.handler.codec.http2.Http2Headers headers;
descriptor: Lio/netty/handler/codec/http2/Http2Headers;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.http.impl.Http2HeadersAdaptor ;
descriptor: Lio/vertx/core/http/impl/Http2HeadersAdaptor;
flags: (0x0002) ACC_PRIVATE
private io.netty.handler.codec.http2.Http2Headers trailers;
descriptor: Lio/netty/handler/codec/http2/Http2Headers;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.http.impl.Http2HeadersAdaptor ;
descriptor: Lio/vertx/core/http/impl/Http2HeadersAdaptor;
flags: (0x0002) ACC_PRIVATE
private boolean chunked;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean headWritten;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean ended;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean closed;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private io.netty.handler.codec.http.HttpResponseStatus status;
descriptor: Lio/netty/handler/codec/http/HttpResponseStatus;
flags: (0x0002) ACC_PRIVATE
private java.lang.String statusMessage;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.Handler<java.lang.Void> drainHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
private io.vertx.core.Handler<java.lang.Void> headersEndHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Void> bodyEndHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Void> closeHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Void> endHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.net.NetSocket netSocket;
descriptor: Lio/vertx/core/net/NetSocket;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/vertx/core/http/impl/Http2ServerResponseImpl;
invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
putstatic io.vertx.core.http.impl.Http2ServerResponseImpl.log:Lio/vertx/core/logging/Logger;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(io.vertx.core.http.impl.Http2ServerConnection, io.vertx.core.http.impl.Http2ServerStream, io.vertx.core.http.HttpMethod, boolean, java.lang.String, java.lang.String);
descriptor: (Lio/vertx/core/http/impl/Http2ServerConnection;Lio/vertx/core/http/impl/Http2ServerStream;Lio/vertx/core/http/HttpMethod;ZLjava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, 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
invokespecial java.lang.Object.<init>:()V
1: aload 0
new io.netty.handler.codec.http2.DefaultHttp2Headers
dup
invokespecial io.netty.handler.codec.http2.DefaultHttp2Headers.<init>:()V
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
2: aload 0
getstatic io.netty.handler.codec.http.HttpResponseStatus.OK:Lio/netty/handler/codec/http/HttpResponseStatus;
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
3: aload 0
aload 2
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
4: aload 0
aload 1
getfield io.vertx.core.http.impl.Http2ServerConnection.handlerContext:Lio/netty/channel/ChannelHandlerContext;
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.ctx:Lio/netty/channel/ChannelHandlerContext;
5: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
6: aload 0
aload 3
getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
if_acmpne 7
iconst_1
goto 8
StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.http.impl.Http2ServerConnection io.vertx.core.http.impl.Http2ServerStream io.vertx.core.http.HttpMethod int java.lang.String java.lang.String
StackMap stack: io.vertx.core.http.impl.Http2ServerResponseImpl
7: iconst_0
StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.http.impl.Http2ServerConnection io.vertx.core.http.impl.Http2ServerStream io.vertx.core.http.HttpMethod int java.lang.String java.lang.String
StackMap stack: io.vertx.core.http.impl.Http2ServerResponseImpl int
8: putfield io.vertx.core.http.impl.Http2ServerResponseImpl.head:Z
9: aload 0
iload 4
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.push:Z
10: aload 0
aload 6
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.host:Ljava/lang/String;
11: aload 5
ifnull 13
12: aload 0
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_ENCODING:Lio/netty/util/AsciiString;
aload 5
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.putHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpServerResponse;
pop
13: StackMap locals:
StackMap stack:
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 14 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 14 1 conn Lio/vertx/core/http/impl/Http2ServerConnection;
0 14 2 stream Lio/vertx/core/http/impl/Http2ServerStream;
0 14 3 method Lio/vertx/core/http/HttpMethod;
0 14 4 push Z
0 14 5 contentEncoding Ljava/lang/String;
0 14 6 host Ljava/lang/String;
MethodParameters:
Name Flags
conn
stream
method
push
contentEncoding
host
boolean isPush();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.push:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
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
new io.vertx.core.http.StreamResetException
dup
lload 1
invokespecial io.vertx.core.http.StreamResetException.<init>:(J)V
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.handleException:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 2 1 code J
MethodParameters:
Name Flags
code
void handleException(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 3
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.exceptionHandler:Lio/vertx/core/Handler;
astore 2
start local 2 2: aload 3
monitorexit
3: goto 6
end local 2 StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.Throwable top io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
4: aload 3
monitorexit
5: athrow
start local 2 6: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.Throwable io.vertx.core.Handler
StackMap stack:
aload 2
ifnull 8
7: aload 2
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 9 1 cause Ljava/lang/Throwable;
2 4 2 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
6 9 2 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
cause
void handleClose();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=6, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 4
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ended:Z
ifeq 2
iconst_0
goto 3
StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl top top top io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
2: iconst_1
StackMap locals:
StackMap stack: int
3: istore 5
start local 5 4: aload 0
iconst_1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.closed:Z
5: iload 5
ifeq 6
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.exceptionHandler:Lio/vertx/core/Handler;
goto 7
StackMap locals: int
StackMap stack:
6: aconst_null
StackMap locals:
StackMap stack: io.vertx.core.Handler
7: astore 1
start local 1 8: iload 5
ifeq 9
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.endHandler:Lio/vertx/core/Handler;
goto 10
StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.Handler top top io.vertx.core.http.impl.Http2ServerConnection int
StackMap stack:
9: aconst_null
StackMap locals:
StackMap stack: io.vertx.core.Handler
10: astore 2
start local 2 11: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.closeHandler:Lio/vertx/core/Handler;
astore 3
end local 5 start local 3 12: aload 4
monitorexit
13: goto 16
end local 3 end local 2 end local 1 StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl top top top io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
14: aload 4
monitorexit
15: athrow
start local 1 start local 2 start local 3 16: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.Handler io.vertx.core.Handler io.vertx.core.Handler
StackMap stack:
aload 1
ifnull 18
17: aload 1
getstatic io.vertx.core.net.impl.ConnectionBase.CLOSED_EXCEPTION:Lio/vertx/core/VertxException;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
18: StackMap locals:
StackMap stack:
aload 2
ifnull 20
19: aload 2
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
20: StackMap locals:
StackMap stack:
aload 3
ifnull 22
21: aload 3
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
22: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
8 14 1 exceptionHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
16 23 1 exceptionHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
11 14 2 endHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
16 23 2 endHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
12 14 3 closeHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
16 23 3 closeHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
4 12 5 failed Z
Exception table:
from to target type
1 13 14 any
14 15 14 any
private void checkHeadWritten();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headWritten:Z
ifeq 2
1: new java.lang.IllegalStateException
dup
ldc "Header already sent"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
public io.vertx.core.http.HttpServerResponse exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
3: StackMap locals: io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.exceptionHandler:Lio/vertx/core/Handler;
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 8 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
handler
public int getStatusCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
invokevirtual io.netty.handler.codec.http.HttpResponseStatus.code:()I
aload 1
monitorexit
2: ireturn
3: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public io.vertx.core.http.HttpServerResponse setStatusCode(int);
descriptor: (I)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: iload 1
ifge 2
1: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "code: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " (expected: 0+)"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 2
monitorenter
3: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkHeadWritten:()V
4: aload 0
iload 1
invokestatic io.netty.handler.codec.http.HttpResponseStatus.valueOf:(I)Lio/netty/handler/codec/http/HttpResponseStatus;
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
5: aload 0
aload 2
monitorexit
6: areturn
7: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl int io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 2
monitorexit
8: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 9 1 statusCode I
Exception table:
from to target type
3 6 7 any
7 8 7 any
MethodParameters:
Name Flags
statusCode
public java.lang.String getStatusMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.statusMessage:Ljava/lang/String;
ifnonnull 4
2: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
invokevirtual io.netty.handler.codec.http.HttpResponseStatus.reasonPhrase:()Ljava/lang/String;
aload 1
monitorexit
3: areturn
4: StackMap locals: io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.statusMessage:Ljava/lang/String;
aload 1
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 1
monitorexit
7: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
Exception table:
from to target type
1 3 6 any
4 5 6 any
6 7 6 any
public io.vertx.core.http.HttpServerResponse setStatusMessage(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 2
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkHeadWritten:()V
2: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.statusMessage:Ljava/lang/String;
3: aload 0
aload 2
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.String io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 2
monitorexit
6: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 statusMessage Ljava/lang/String;
Exception table:
from to target type
1 4 5 any
5 6 5 any
MethodParameters:
Name Flags
statusMessage
public io.vertx.core.http.HttpServerResponse setChunked(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 2
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkHeadWritten:()V
2: aload 0
iconst_1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.chunked:Z
3: aload 0
aload 2
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl int io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 2
monitorexit
6: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 chunked Z
Exception table:
from to target type
1 4 5 any
5 6 5 any
MethodParameters:
Name Flags
chunked
public boolean isChunked();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.chunked:Z
aload 1
monitorexit
2: ireturn
3: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public io.vertx.core.MultiMap ();
descriptor: ()Lio/vertx/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headersMap:Lio/vertx/core/http/impl/Http2HeadersAdaptor;
ifnonnull 3
2: aload 0
new io.vertx.core.http.impl.Http2HeadersAdaptor
dup
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
invokespecial io.vertx.core.http.impl.Http2HeadersAdaptor.<init>:(Lio/netty/handler/codec/http2/Http2Headers;)V
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.headersMap:Lio/vertx/core/http/impl/Http2HeadersAdaptor;
3: StackMap locals: io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headersMap:Lio/vertx/core/http/impl/Http2HeadersAdaptor;
aload 1
monitorexit
4: areturn
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/Http2ServerResponseImpl;
Exception table:
from to target type
1 4 5 any
5 6 5 any
public io.vertx.core.http.HttpServerResponse (java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkHeadWritten:()V
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.headers:()Lio/vertx/core/MultiMap;
aload 1
aload 2
invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
pop
3: aload 0
aload 3
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.String java.lang.String io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 name Ljava/lang/String;
0 7 2 value Ljava/lang/String;
Exception table:
from to target type
1 4 5 any
5 6 5 any
MethodParameters:
Name Flags
name
value
public io.vertx.core.http.HttpServerResponse (java.lang.CharSequence, java.lang.CharSequence);
descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkHeadWritten:()V
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.headers:()Lio/vertx/core/MultiMap;
aload 1
aload 2
invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
pop
3: aload 0
aload 3
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.CharSequence java.lang.CharSequence io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 name Ljava/lang/CharSequence;
0 7 2 value Ljava/lang/CharSequence;
Exception table:
from to target type
1 4 5 any
5 6 5 any
MethodParameters:
Name Flags
name
value
public io.vertx.core.http.HttpServerResponse putHeader(java.lang.String, java.lang.Iterable<java.lang.String>);
descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkHeadWritten:()V
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.headers:()Lio/vertx/core/MultiMap;
aload 1
aload 2
invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
pop
3: aload 0
aload 3
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.String java.lang.Iterable io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 name Ljava/lang/String;
0 7 2 values Ljava/lang/Iterable<Ljava/lang/String;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
name
values
public io.vertx.core.http.HttpServerResponse putHeader(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkHeadWritten:()V
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.headers:()Lio/vertx/core/MultiMap;
aload 1
aload 2
invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
pop
3: aload 0
aload 3
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.CharSequence java.lang.Iterable io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 name Ljava/lang/CharSequence;
0 7 2 values Ljava/lang/Iterable<Ljava/lang/CharSequence;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
name
values
public io.vertx.core.MultiMap trailers();
descriptor: ()Lio/vertx/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.trailedMap:Lio/vertx/core/http/impl/Http2HeadersAdaptor;
ifnonnull 3
2: aload 0
new io.vertx.core.http.impl.Http2HeadersAdaptor
dup
aload 0
new io.netty.handler.codec.http2.DefaultHttp2Headers
dup
invokespecial io.netty.handler.codec.http2.DefaultHttp2Headers.<init>:()V
dup_x1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.trailers:Lio/netty/handler/codec/http2/Http2Headers;
invokespecial io.vertx.core.http.impl.Http2HeadersAdaptor.<init>:(Lio/netty/handler/codec/http2/Http2Headers;)V
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.trailedMap:Lio/vertx/core/http/impl/Http2HeadersAdaptor;
3: StackMap locals: io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.trailedMap:Lio/vertx/core/http/impl/Http2HeadersAdaptor;
aload 1
monitorexit
4: areturn
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/Http2ServerResponseImpl;
Exception table:
from to target type
1 4 5 any
5 6 5 any
public io.vertx.core.http.HttpServerResponse putTrailer(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.trailers:()Lio/vertx/core/MultiMap;
aload 1
aload 2
invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
pop
3: aload 0
aload 3
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.String java.lang.String io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 name Ljava/lang/String;
0 7 2 value Ljava/lang/String;
Exception table:
from to target type
1 4 5 any
5 6 5 any
MethodParameters:
Name Flags
name
value
public io.vertx.core.http.HttpServerResponse putTrailer(java.lang.CharSequence, java.lang.CharSequence);
descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.trailers:()Lio/vertx/core/MultiMap;
aload 1
aload 2
invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
pop
3: aload 0
aload 3
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.CharSequence java.lang.CharSequence io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 name Ljava/lang/CharSequence;
0 7 2 value Ljava/lang/CharSequence;
Exception table:
from to target type
1 4 5 any
5 6 5 any
MethodParameters:
Name Flags
name
value
public io.vertx.core.http.HttpServerResponse putTrailer(java.lang.String, java.lang.Iterable<java.lang.String>);
descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.trailers:()Lio/vertx/core/MultiMap;
aload 1
aload 2
invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
pop
3: aload 0
aload 3
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.String java.lang.Iterable io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 name Ljava/lang/String;
0 7 2 values Ljava/lang/Iterable<Ljava/lang/String;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
name
values
public io.vertx.core.http.HttpServerResponse putTrailer(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.trailers:()Lio/vertx/core/MultiMap;
aload 1
aload 2
invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
pop
3: aload 0
aload 3
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.CharSequence java.lang.Iterable io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 name Ljava/lang/CharSequence;
0 7 2 value Ljava/lang/Iterable<Ljava/lang/CharSequence;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
name
value
public io.vertx.core.http.HttpServerResponse closeHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
3: StackMap locals: io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.closeHandler:Lio/vertx/core/Handler;
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 8 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpServerResponse endHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
3: StackMap locals: io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.endHandler:Lio/vertx/core/Handler;
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 8 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpServerResponse;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpServerResponse writeContinue();
descriptor: ()Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 1
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkHeadWritten:()V
2: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
new io.netty.handler.codec.http2.DefaultHttp2Headers
dup
invokespecial io.netty.handler.codec.http2.DefaultHttp2Headers.<init>:()V
ldc "100"
invokevirtual io.netty.handler.codec.http2.DefaultHttp2Headers.status:(Ljava/lang/CharSequence;)Lio/netty/handler/codec/http2/Http2Headers;
iconst_0
aconst_null
invokevirtual io.vertx.core.http.impl.Http2ServerStream.writeHeaders:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
3: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
pop
4: aload 0
aload 1
monitorexit
5: areturn
6: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 1
monitorexit
7: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
Exception table:
from to target type
1 5 6 any
6 7 6 any
public io.vertx.core.http.HttpServerResponse write(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
astore 2
start local 2 1: aload 0
aload 2
iconst_0
aconst_null
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.write:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 3 1 chunk Lio/vertx/core/buffer/Buffer;
1 3 2 buf Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
chunk
public io.vertx.core.http.HttpServerResponse write(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
astore 3
start local 3 1: aload 0
aload 3
iconst_0
aload 2
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.write:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
2: aload 0
areturn
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/Http2ServerResponseImpl;
0 3 1 chunk Lio/vertx/core/buffer/Buffer;
0 3 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
1 3 3 buf Lio/netty/buffer/ByteBuf;
Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
chunk
handler
public io.vertx.core.http.HttpServerResponse write(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.write:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/http/impl/Http2ServerResponseImpl;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 1 1 chunk Ljava/lang/String;
0 1 2 enc Ljava/lang/String;
MethodParameters:
Name Flags
chunk
enc
public io.vertx.core.http.HttpServerResponse write(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
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
aload 2
invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
iconst_0
aload 3
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.write:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
1: aload 0
areturn
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/Http2ServerResponseImpl;
0 2 1 chunk Ljava/lang/String;
0 2 2 enc Ljava/lang/String;
0 2 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
chunk
enc
handler
public io.vertx.core.http.HttpServerResponse write(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.write:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/http/impl/Http2ServerResponseImpl;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 1 1 chunk Ljava/lang/String;
MethodParameters:
Name Flags
chunk
public io.vertx.core.http.HttpServerResponse write(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
iconst_0
aload 2
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.write:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 2 1 chunk Ljava/lang/String;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
chunk
handler
private io.vertx.core.http.impl.Http2ServerResponseImpl write(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/vertx/core/http/impl/Http2ServerResponseImpl;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_0
aconst_null
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.write:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 2 1 chunk Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
chunk
public void end(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:(Lio/vertx/core/buffer/Buffer;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 2 1 chunk Ljava/lang/String;
MethodParameters:
Name Flags
chunk
public void end(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
aload 2
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:(Lio/vertx/core/buffer/Buffer;Lio/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/Http2ServerResponseImpl;
0 2 1 chunk Ljava/lang/String;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
chunk
handler
public void end(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:(Lio/vertx/core/buffer/Buffer;)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/Http2ServerResponseImpl;
0 2 1 chunk Ljava/lang/String;
0 2 2 enc Ljava/lang/String;
MethodParameters:
Name Flags
chunk
enc
public void end(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
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
invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:(Lio/vertx/core/buffer/Buffer;)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/Http2ServerResponseImpl;
0 2 1 chunk Ljava/lang/String;
0 2 2 enc Ljava/lang/String;
0 2 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
chunk
enc
handler
public void end(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
aconst_null
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:(Lio/netty/buffer/ByteBuf;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 2 1 chunk Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
chunk
public void end(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
aload 2
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:(Lio/netty/buffer/ByteBuf;Lio/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/Http2ServerResponseImpl;
0 2 1 chunk Lio/vertx/core/buffer/Buffer;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
chunk
handler
public void end();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
aconst_null
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:(Lio/netty/buffer/ByteBuf;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/Http2ServerResponseImpl;
public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aconst_null
aload 1
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:(Lio/netty/buffer/ByteBuf;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
handler
io.vertx.core.net.NetSocket netSocket();
descriptor: ()Lio/vertx/core/net/NetSocket;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 1
monitorenter
2: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.netSocket:Lio/vertx/core/net/NetSocket;
ifnull 5
3: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.netSocket:Lio/vertx/core/net/NetSocket;
aload 1
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
aload 0
getstatic io.netty.handler.codec.http.HttpResponseStatus.OK:Lio/netty/handler/codec/http/HttpResponseStatus;
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
6: aload 0
iconst_0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkSendHeaders:(Z)Z
ifne 8
7: new java.lang.IllegalStateException
dup
ldc "Response for CONNECT already sent"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
pop
9: aload 0
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
invokevirtual io.vertx.core.http.impl.Http2ServerConnection.toNetSocket:(Lio/vertx/core/http/impl/VertxHttp2Stream;)Lio/vertx/core/net/NetSocket;
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.netSocket:Lio/vertx/core/net/NetSocket;
10: aload 1
monitorexit
11: goto 14
StackMap locals:
StackMap stack: java.lang.Throwable
12: aload 1
monitorexit
13: athrow
14: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.netSocket:Lio/vertx/core/net/NetSocket;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
Exception table:
from to target type
2 4 12 any
5 11 12 any
12 13 12 any
private void end(io.netty.buffer.ByteBuf, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/netty/buffer/ByteBuf;Lio/vertx/core/Handler;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iconst_1
aload 2
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.write:(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/Http2ServerResponseImpl;
0 2 1 chunk Lio/netty/buffer/ByteBuf;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/netty/buffer/ByteBuf;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
chunk
handler
private void ();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.head:Z
ifne 1
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
getstatic io.netty.handler.codec.http.HttpResponseStatus.NOT_MODIFIED:Lio/netty/handler/codec/http/HttpResponseStatus;
if_acmpne 3
1: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
getstatic io.vertx.core.http.HttpHeaders.TRANSFER_ENCODING:Ljava/lang/CharSequence;
invokeinterface io.netty.handler.codec.http2.Http2Headers.remove:(Ljava/lang/Object;)Z
pop
2: goto 10
StackMap locals:
StackMap stack:
3: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
getstatic io.netty.handler.codec.http.HttpResponseStatus.RESET_CONTENT:Lio/netty/handler/codec/http/HttpResponseStatus;
if_acmpne 7
4: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
getstatic io.vertx.core.http.HttpHeaders.TRANSFER_ENCODING:Ljava/lang/CharSequence;
invokeinterface io.netty.handler.codec.http2.Http2Headers.remove:(Ljava/lang/Object;)Z
pop
5: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
getstatic io.vertx.core.http.HttpHeaders.CONTENT_LENGTH:Ljava/lang/CharSequence;
ldc "0"
invokeinterface io.netty.handler.codec.http2.Http2Headers.set:(Ljava/lang/Object;Ljava/lang/Object;)Lio/netty/handler/codec/Headers;
pop
6: goto 10
StackMap locals:
StackMap stack:
7: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
invokevirtual io.netty.handler.codec.http.HttpResponseStatus.codeClass:()Lio/netty/handler/codec/http/HttpStatusClass;
getstatic io.netty.handler.codec.http.HttpStatusClass.INFORMATIONAL:Lio/netty/handler/codec/http/HttpStatusClass;
if_acmpeq 8
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
getstatic io.netty.handler.codec.http.HttpResponseStatus.NO_CONTENT:Lio/netty/handler/codec/http/HttpResponseStatus;
if_acmpne 10
8: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
getstatic io.vertx.core.http.HttpHeaders.TRANSFER_ENCODING:Ljava/lang/CharSequence;
invokeinterface io.netty.handler.codec.http2.Http2Headers.remove:(Ljava/lang/Object;)Z
pop
9: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
getstatic io.vertx.core.http.HttpHeaders.CONTENT_LENGTH:Ljava/lang/CharSequence;
invokeinterface io.netty.handler.codec.http2.Http2Headers.remove:(Ljava/lang/Object;)Z
pop
10: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
private boolean (boolean);
descriptor: (Z)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headWritten:Z
ifne 10
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headersEndHandler:Lio/vertx/core/Handler;
ifnull 3
2: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headersEndHandler:Lio/vertx/core/Handler;
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.sanitizeHeaders:()V
4: aload 0
iconst_1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.headWritten:Z
5: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
invokevirtual io.netty.handler.codec.http.HttpResponseStatus.code:()I
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
invokeinterface io.netty.handler.codec.http2.Http2Headers.status:(Ljava/lang/CharSequence;)Lio/netty/handler/codec/http2/Http2Headers;
pop
6: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
iload 1
aconst_null
invokevirtual io.vertx.core.http.impl.Http2ServerStream.writeHead:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
7: iload 1
ifeq 9
8: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
pop
9: StackMap locals:
StackMap stack:
iconst_1
ireturn
10: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 11 1 end Z
MethodParameters:
Name Flags
end
void write(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=9, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 6
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ended:Z
ifeq 3
2: new java.lang.IllegalStateException
dup
ldc "Response has already been written"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.netty.buffer.ByteBuf int io.vertx.core.Handler top top io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
aload 0
dup
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ended:Z
iload 2
ior
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.ended:Z
4: iconst_0
istore 7
start local 7 5: aload 1
ifnull 8
6: iconst_1
istore 7
7: goto 9
8: StackMap locals: int
StackMap stack:
getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
astore 1
9: StackMap locals:
StackMap stack:
iload 2
ifeq 12
10: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headWritten:Z
ifne 12
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.head:Z
ifne 12
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.status:Lio/netty/handler/codec/http/HttpResponseStatus;
getstatic io.netty.handler.codec.http.HttpResponseStatus.NOT_MODIFIED:Lio/netty/handler/codec/http/HttpResponseStatus;
if_acmpeq 12
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
invokeinterface io.netty.handler.codec.http2.Http2Headers.contains:(Ljava/lang/Object;)Z
ifne 12
11: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.headers:()Lio/vertx/core/MultiMap;
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
aload 1
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
pop
12: StackMap locals:
StackMap stack:
aload 0
iload 2
ifeq 13
iload 7
ifne 13
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.trailers:Lio/netty/handler/codec/http2/Http2Headers;
ifnonnull 13
iconst_1
goto 14
StackMap locals:
StackMap stack: io.vertx.core.http.impl.Http2ServerResponseImpl
13: iconst_0
StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.netty.buffer.ByteBuf int io.vertx.core.Handler top top io.vertx.core.http.impl.Http2ServerConnection int
StackMap stack: io.vertx.core.http.impl.Http2ServerResponseImpl int
14: invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkSendHeaders:(Z)Z
istore 8
start local 8 15: iload 7
ifne 16
iload 8
ifne 19
iload 2
ifeq 19
16: StackMap locals: int
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
aload 1
iload 2
ifeq 17
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.trailers:Lio/netty/handler/codec/http2/Http2Headers;
ifnonnull 17
iconst_1
goto 18
StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.netty.buffer.ByteBuf int io.vertx.core.Handler top top io.vertx.core.http.impl.Http2ServerConnection int int
StackMap stack: io.vertx.core.http.impl.Http2ServerStream io.netty.buffer.ByteBuf
17: iconst_0
StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.netty.buffer.ByteBuf int io.vertx.core.Handler top top io.vertx.core.http.impl.Http2ServerConnection int int
StackMap stack: io.vertx.core.http.impl.Http2ServerStream io.netty.buffer.ByteBuf int
18: aload 3
invokevirtual io.vertx.core.http.impl.Http2ServerStream.writeData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
19: StackMap locals:
StackMap stack:
iload 2
ifeq 21
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.trailers:Lio/netty/handler/codec/http2/Http2Headers;
ifnull 21
20: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.trailers:Lio/netty/handler/codec/http2/Http2Headers;
iconst_1
aconst_null
invokevirtual io.vertx.core.http.impl.Http2ServerStream.writeHeaders:(Lio/netty/handler/codec/http2/Http2Headers;ZLio/vertx/core/Handler;)V
21: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.bodyEndHandler:Lio/vertx/core/Handler;
astore 4
start local 4 22: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.endHandler:Lio/vertx/core/Handler;
astore 5
end local 8 end local 7 start local 5 23: aload 6
monitorexit
24: goto 27
end local 5 end local 4 StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.netty.buffer.ByteBuf int io.vertx.core.Handler top top io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
25: aload 6
monitorexit
26: athrow
start local 4 start local 5 27: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.netty.buffer.ByteBuf int io.vertx.core.Handler io.vertx.core.Handler io.vertx.core.Handler
StackMap stack:
iload 2
ifeq 32
28: aload 4
ifnull 30
29: aload 4
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
30: StackMap locals:
StackMap stack:
aload 5
ifnull 32
31: aload 5
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
32: StackMap locals:
StackMap stack:
return
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 33 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 33 1 chunk Lio/netty/buffer/ByteBuf;
0 33 2 end Z
0 33 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
22 25 4 bodyEndHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
27 33 4 bodyEndHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
23 25 5 endHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
27 33 5 endHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
5 23 7 hasBody Z
15 23 8 sent Z
Exception table:
from to target type
1 24 25 any
25 26 25 any
Signature: (Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
chunk
end
handler
public io.vertx.core.http.HttpServerResponse writeCustomFrame(int, int, io.vertx.core.buffer.Buffer);
descriptor: (IILio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 4
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
2: aload 0
iconst_0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkSendHeaders:(Z)Z
pop
3: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
iload 1
iload 2
aload 3
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
invokevirtual io.vertx.core.http.impl.Http2ServerStream.writeFrame:(IILio/netty/buffer/ByteBuf;)V
4: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
pop
5: aload 0
aload 4
monitorexit
6: areturn
7: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl int int io.vertx.core.buffer.Buffer io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 4
monitorexit
8: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 9 1 type I
0 9 2 flags I
0 9 3 payload Lio/vertx/core/buffer/Buffer;
Exception table:
from to target type
1 6 7 any
7 8 7 any
MethodParameters:
Name Flags
type
flags
payload
private void checkValid();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ended:Z
ifeq 2
1: new java.lang.IllegalStateException
dup
ldc "Response has already been written"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.closed:Z
ifeq 4
3: new java.lang.IllegalStateException
dup
ldc "Response is closed"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
void writabilityChanged();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ended:Z
ifne 2
aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.writeQueueFull:()Z
ifne 2
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.drainHandler:Lio/vertx/core/Handler;
ifnull 2
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.drainHandler:Lio/vertx/core/Handler;
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)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/Http2ServerResponseImpl;
public boolean writeQueueFull();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 1
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
2: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
invokevirtual io.vertx.core.http.impl.Http2ServerStream.isNotWritable:()Z
aload 1
monitorexit
3: ireturn
4: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 1
monitorexit
5: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
Exception table:
from to target type
1 3 4 any
4 5 4 any
public io.vertx.core.http.HttpServerResponse setWriteQueueMaxSize(int);
descriptor: (I)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 2
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
2: aload 2
monitorexit
3: goto 6
StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl int io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 7 1 maxSize I
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
maxSize
public io.vertx.core.http.HttpServerResponse drainHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
3: StackMap locals: io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.drainHandler:Lio/vertx/core/Handler;
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 8 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpServerResponse sendFile(java.lang.String, long, long);
descriptor: (Ljava/lang/String;JJ)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
aload 1
lload 2
lload 4
aconst_null
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.sendFile:(Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
areturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 1 1 filename Ljava/lang/String;
0 1 2 offset J
0 1 4 length J
MethodParameters:
Name Flags
filename
offset
length
public io.vertx.core.http.HttpServerResponse sendFile(java.lang.String, long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=15, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 7
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
2: aload 6
ifnull 3
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
getfield io.vertx.core.http.impl.Http2ServerStream.vertx:Lio/vertx/core/impl/VertxInternal;
invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
goto 4
StackMap locals: io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
3: aconst_null
StackMap locals:
StackMap stack: io.vertx.core.impl.ContextInternal
4: astore 8
start local 8 5: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
getfield io.vertx.core.http.impl.Http2ServerStream.vertx:Lio/vertx/core/impl/VertxInternal;
aload 1
invokeinterface io.vertx.core.impl.VertxInternal.resolveFile:(Ljava/lang/String;)Ljava/io/File;
astore 9
start local 9 6: aload 9
invokevirtual java.io.File.exists:()Z
ifne 13
7: aload 6
ifnull 10
8: aload 8
aload 6
invokedynamic handle(Lio/vertx/core/Handler;)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/Http2ServerResponseImpl.lambda$0(Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
9: goto 11
10: StackMap locals: io.vertx.core.Context java.io.File
StackMap stack:
getstatic io.vertx.core.http.impl.Http2ServerResponseImpl.log:Lio/vertx/core/logging/Logger;
new java.lang.StringBuilder
dup
ldc "File not found: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;)V
11: StackMap locals:
StackMap stack:
aload 0
aload 7
monitorexit
12: areturn
13: StackMap locals:
StackMap stack:
new java.io.RandomAccessFile
dup
aload 9
ldc "r"
invokespecial java.io.RandomAccessFile.<init>:(Ljava/io/File;Ljava/lang/String;)V
astore 10
start local 10 14: goto 22
end local 10 StackMap locals:
StackMap stack: java.io.IOException
15: astore 11
start local 11 16: aload 6
ifnull 19
17: aload 8
aload 6
aload 11
invokedynamic handle(Lio/vertx/core/Handler;Ljava/io/IOException;)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/Http2ServerResponseImpl.lambda$1(Lio/vertx/core/Handler;Ljava/io/IOException;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
18: goto 20
19: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.String long long io.vertx.core.Handler io.vertx.core.http.impl.Http2ServerConnection io.vertx.core.Context java.io.File top java.io.IOException
StackMap stack:
getstatic io.vertx.core.http.impl.Http2ServerResponseImpl.log:Lio/vertx/core/logging/Logger;
ldc "Failed to send file"
aload 11
invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
20: StackMap locals:
StackMap stack:
aload 0
aload 7
monitorexit
21: areturn
end local 11 start local 10 22: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.String long long io.vertx.core.Handler io.vertx.core.http.impl.Http2ServerConnection io.vertx.core.Context java.io.File java.io.RandomAccessFile
StackMap stack:
lload 4
aload 9
invokevirtual java.io.File.length:()J
lload 2
lsub
invokestatic java.lang.Math.min:(JJ)J
lstore 11
start local 11 23: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
ifnonnull 25
24: aload 0
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
lload 11
invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.putHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpServerResponse;
pop
25: StackMap locals: long
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headers:Lio/netty/handler/codec/http2/Http2Headers;
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_TYPE:Lio/netty/util/AsciiString;
invokeinterface io.netty.handler.codec.http2.Http2Headers.get:(Ljava/lang/Object;)Ljava/lang/Object;
ifnonnull 29
26: aload 1
invokestatic io.vertx.core.http.impl.MimeMapping.getMimeTypeForFilename:(Ljava/lang/String;)Ljava/lang/String;
astore 13
start local 13 27: aload 13
ifnull 29
28: aload 0
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_TYPE:Lio/netty/util/AsciiString;
aload 13
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.putHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpServerResponse;
pop
end local 13 29: StackMap locals:
StackMap stack:
aload 0
iconst_0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkSendHeaders:(Z)Z
pop
30: invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
astore 13
start local 13 31: aload 13
invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
aload 0
aload 6
aload 8
invokedynamic handle(Lio/vertx/core/http/impl/Http2ServerResponseImpl;Lio/vertx/core/Handler;Lio/vertx/core/Context;)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/Http2ServerResponseImpl.lambda$2(Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/core/AsyncResult;)V (7)
(Lio/vertx/core/AsyncResult;)V
invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
pop
32: new io.vertx.core.http.impl.FileStreamChannel
dup
aload 13
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
lload 2
lload 11
invokespecial io.vertx.core.http.impl.FileStreamChannel.<init>:(Lio/vertx/core/Promise;Lio/vertx/core/http/impl/VertxHttp2Stream;JJ)V
astore 14
start local 14 33: aload 0
aload 14
getfield io.vertx.core.http.impl.FileStreamChannel.drainHandler:Lio/vertx/core/Handler;
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
pop
34: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
35: invokeinterface io.netty.channel.Channel.eventLoop:()Lio/netty/channel/EventLoop;
36: aload 14
invokeinterface io.netty.channel.EventLoop.register:(Lio/netty/channel/Channel;)Lio/netty/channel/ChannelFuture;
37: aload 14
aload 10
aload 13
invokedynamic operationComplete(Lio/vertx/core/http/impl/FileStreamChannel;Ljava/io/RandomAccessFile;Lio/vertx/core/Promise;)Lio/netty/channel/ChannelFutureListener;
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:
(Lio/netty/util/concurrent/Future;)V
io/vertx/core/http/impl/Http2ServerResponseImpl.lambda$4(Lio/vertx/core/http/impl/FileStreamChannel;Ljava/io/RandomAccessFile;Lio/vertx/core/Promise;Lio/netty/channel/ChannelFuture;)V (6)
(Lio/netty/channel/ChannelFuture;)V
invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
pop
end local 14 end local 13 end local 11 end local 10 end local 9 end local 8 38: aload 7
monitorexit
39: goto 42
StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl java.lang.String long long io.vertx.core.Handler io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
40: aload 7
monitorexit
41: athrow
42: StackMap locals:
StackMap stack:
aload 0
areturn
end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 43 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 43 1 filename Ljava/lang/String;
0 43 2 offset J
0 43 4 length J
0 43 6 resultHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
5 38 8 resultCtx Lio/vertx/core/Context;
6 38 9 file Ljava/io/File;
14 15 10 raf Ljava/io/RandomAccessFile;
22 38 10 raf Ljava/io/RandomAccessFile;
16 22 11 e Ljava/io/IOException;
23 38 11 contentLength J
27 29 13 contentType Ljava/lang/String;
31 38 13 result Lio/vertx/core/Promise<Ljava/lang/Long;>;
33 38 14 fileChannel Lio/vertx/core/http/impl/FileStreamChannel;
Exception table:
from to target type
13 14 15 Class java.io.IOException
1 12 40 any
13 21 40 any
22 39 40 any
40 41 40 any
Signature: (Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
filename
offset
length
resultHandler
public void close();
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.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
invokevirtual io.vertx.core.http.impl.Http2ServerConnection.close:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
public boolean ended();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ended:Z
aload 1
monitorexit
2: ireturn
3: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public boolean closed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
invokevirtual io.vertx.core.http.impl.Http2ServerConnection.isClosed:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
public boolean headWritten();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.headWritten:Z
aload 1
monitorexit
2: ireturn
3: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public io.vertx.core.http.HttpServerResponse headersEndHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 2
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.headersEndHandler:Lio/vertx/core/Handler;
2: aload 0
aload 2
monitorexit
3: areturn
4: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.Handler io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 2
monitorexit
5: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 6 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpServerResponse;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpServerResponse bodyEndHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 2
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2ServerResponseImpl.bodyEndHandler:Lio/vertx/core/Handler;
2: aload 0
aload 2
monitorexit
3: areturn
4: StackMap locals: io.vertx.core.http.impl.Http2ServerResponseImpl io.vertx.core.Handler io.vertx.core.http.impl.Http2ServerConnection
StackMap stack: java.lang.Throwable
aload 2
monitorexit
5: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 6 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpServerResponse;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
handler
public long bytesWritten();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
invokevirtual io.vertx.core.http.impl.Http2ServerStream.bytesWritten:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
public int streamId();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
invokevirtual io.vertx.core.http.impl.Http2ServerStream.id:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
public void reset(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
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
lload 1
invokevirtual io.vertx.core.http.impl.Http2ServerStream.writeReset:(J)V
2: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 4 1 code J
MethodParameters:
Name Flags
code
public io.vertx.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.HttpServerResponse>>);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aconst_null
aload 4
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
areturn
end local 4 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/Http2ServerResponseImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 host Ljava/lang/String;
0 1 3 path Ljava/lang/String;
0 1 4 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;
Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
method
host
path
handler
public io.vertx.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.HttpServerResponse>>);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aconst_null
aload 2
aload 3
aload 4
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
areturn
end local 4 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/Http2ServerResponseImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 path Ljava/lang/String;
0 1 3 headers Lio/vertx/core/MultiMap;
0 1 4 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;
Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
method
path
headers
handler
public io.vertx.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.HttpServerResponse>>);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
dup
astore 6
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.push:Z
ifeq 3
2: new java.lang.IllegalStateException
dup
ldc "A push response cannot promise another push"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.vertx.core.http.impl.Http2ServerConnection
StackMap stack:
aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.checkValid:()V
4: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.conn:Lio/vertx/core/http/impl/Http2ServerConnection;
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
invokevirtual io.vertx.core.http.impl.Http2ServerStream.id:()I
aload 2
aload 1
aload 4
aload 3
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
invokevirtual io.vertx.core.http.impl.Http2ServerStream.priority:()Lio/vertx/core/http/StreamPriority;
aload 5
invokevirtual io.vertx.core.http.impl.Http2ServerConnection.sendPush:(ILjava/lang/String;Lio/vertx/core/http/HttpMethod;Lio/vertx/core/MultiMap;Ljava/lang/String;Lio/vertx/core/http/StreamPriority;Lio/vertx/core/Handler;)V
5: aload 0
aload 6
monitorexit
6: areturn
7: StackMap locals:
StackMap stack: java.lang.Throwable
aload 6
monitorexit
8: athrow
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 9 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 9 1 method Lio/vertx/core/http/HttpMethod;
0 9 2 host Ljava/lang/String;
0 9 3 path Ljava/lang/String;
0 9 4 headers Lio/vertx/core/MultiMap;
0 9 5 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;
Exception table:
from to target type
1 6 7 any
7 8 7 any
Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
method
host
path
headers
handler
public io.vertx.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.HttpServerResponse>>);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.host:Ljava/lang/String;
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
areturn
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/Http2ServerResponseImpl;
0 1 1 method Lio/vertx/core/http/HttpMethod;
0 1 2 path Ljava/lang/String;
0 1 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;
Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpServerResponse;>;>;)Lio/vertx/core/http/HttpServerResponse;
MethodParameters:
Name Flags
method
path
handler
public io.vertx.core.http.HttpServerResponse setStreamPriority(io.vertx.core.http.StreamPriority);
descriptor: (Lio/vertx/core/http/StreamPriority;)Lio/vertx/core/http/HttpServerResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.Http2ServerResponseImpl.stream:Lio/vertx/core/http/impl/Http2ServerStream;
aload 1
invokevirtual io.vertx.core.http.impl.Http2ServerStream.updatePriority:(Lio/vertx/core/http/StreamPriority;)V
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 2 1 priority Lio/vertx/core/http/StreamPriority;
MethodParameters:
Name Flags
priority
public void end(java.lang.Object, io.vertx.core.Handler);
descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast io.vertx.core.buffer.Buffer
aload 2
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
return
LocalVariableTable:
Start End Slot Name Signature
public void end(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.buffer.Buffer
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:(Lio/vertx/core/buffer/Buffer;)V
return
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.WriteStream write(java.lang.Object, io.vertx.core.Handler);
descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast io.vertx.core.buffer.Buffer
aload 2
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.WriteStream write(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/vertx/core/streams/WriteStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.buffer.Buffer
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpServerResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.WriteStream setWriteQueueMaxSize(int);
descriptor: (I)Lio/vertx/core/streams/WriteStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.setWriteQueueMaxSize:(I)Lio/vertx/core/http/HttpServerResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static void lambda$0(io.vertx.core.Handler, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=2, args_size=2
start local 1 0: aload 0
new java.io.FileNotFoundException
dup
invokespecial java.io.FileNotFoundException.<init>:()V
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
return
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 1 1 v Ljava/lang/Void;
private static void lambda$1(io.vertx.core.Handler, java.io.IOException, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;Ljava/io/IOException;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 0
aload 1
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 1 2 v Ljava/lang/Void;
private void lambda$2(io.vertx.core.Handler, io.vertx.core.Context, io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/core/AsyncResult;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 3 0: aload 3
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 2
1: aload 0
invokevirtual io.vertx.core.http.impl.Http2ServerResponseImpl.end:()V
2: StackMap locals:
StackMap stack:
aload 1
ifnull 4
3: aload 2
aload 1
invokedynamic handle(Lio/vertx/core/Handler;)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/Http2ServerResponseImpl.lambda$3(Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
4: StackMap locals:
StackMap stack:
return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2ServerResponseImpl;
0 5 3 ar Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;
private static void lambda$4(io.vertx.core.http.impl.FileStreamChannel, java.io.RandomAccessFile, io.vertx.core.Promise, io.netty.channel.ChannelFuture);
descriptor: (Lio/vertx/core/http/impl/FileStreamChannel;Ljava/io/RandomAccessFile;Lio/vertx/core/Promise;Lio/netty/channel/ChannelFuture;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=4, args_size=4
start local 3 0: aload 3
invokeinterface io.netty.channel.ChannelFuture.isSuccess:()Z
ifeq 3
1: aload 0
invokevirtual io.vertx.core.http.impl.FileStreamChannel.pipeline:()Lio/netty/channel/ChannelPipeline;
aload 1
invokeinterface io.netty.channel.ChannelPipeline.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelPipeline;
pop
2: goto 4
3: StackMap locals:
StackMap stack:
aload 2
aload 3
invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
pop
4: StackMap locals:
StackMap stack:
return
end local 3 LocalVariableTable:
Start End Slot Name Signature
0 5 3 future Lio/netty/channel/ChannelFuture;
Exceptions:
throws java.lang.Exception
private static void lambda$3(io.vertx.core.Handler, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 1 0: aload 0
invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
1: return
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 2 1 v Ljava/lang/Void;
}
SourceFile: "Http2ServerResponseImpl.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles