class io.vertx.core.http.impl.VertxHttp2NetSocket<C extends io.vertx.core.http.impl.Http2ConnectionBase> extends io.vertx.core.http.impl.VertxHttp2Stream<C> implements io.vertx.core.net.NetSocket
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.VertxHttp2NetSocket
super_class: io.vertx.core.http.impl.VertxHttp2Stream
{
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> 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.Handler<io.vertx.core.buffer.Buffer> dataHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
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;>;
public void <init>(C, io.netty.handler.codec.http2.Http2Stream, );
descriptor: (Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
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
iload 3
invokespecial io.vertx.core.http.impl.VertxHttp2Stream.<init>:(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)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/VertxHttp2NetSocket<TC;>;
0 2 1 conn TC;
0 2 2 stream Lio/netty/handler/codec/http2/Http2Stream;
0 2 3 writable Z
Signature: (TC;Lio/netty/handler/codec/http2/Http2Stream;Z)V
MethodParameters:
Name Flags
conn
stream
writable
void handleEnd(io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/MultiMap;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.endHandler:()Lio/vertx/core/Handler;
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
end local 2 3: goto 7
StackMap locals:
StackMap stack: java.lang.Throwable
4: astore 3
5: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.end:()V
6: aload 3
athrow
7: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.end:()V
8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 9 1 trailers Lio/vertx/core/MultiMap;
1 3 2 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
0 4 4 any
MethodParameters:
Name Flags
trailers
void handleData(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.handler:()Lio/vertx/core/Handler;
astore 2
start local 2 1: aload 2
ifnull 3
2: aload 2
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
3: StackMap locals: io.vertx.core.Handler
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 4 1 buf Lio/vertx/core/buffer/Buffer;
1 4 2 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
MethodParameters:
Name Flags
buf
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.VertxHttp2NetSocket.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/VertxHttp2NetSocket<TC;>;
0 2 1 errorCode J
MethodParameters:
Name Flags
errorCode
void handleException(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.exceptionHandler:()Lio/vertx/core/Handler;
astore 2
start local 2 1: aload 2
ifnull 3
2: aload 2
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
3: StackMap locals: io.vertx.core.Handler
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 4 1 cause Ljava/lang/Throwable;
1 4 2 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
MethodParameters:
Name Flags
cause
void handleClose();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokespecial io.vertx.core.http.impl.VertxHttp2Stream.handleClose:()V
1: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.closeHandler:()Lio/vertx/core/Handler;
astore 1
start local 1 2: aload 1
ifnull 4
3: aload 1
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
4: StackMap locals: io.vertx.core.Handler
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
2 5 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
void handleInterestedOpsChanged();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.drainHandler:()Lio/vertx/core/Handler;
astore 1
start local 1 1: aload 1
ifnull 3
aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeQueueFull:()Z
ifne 3
2: aload 1
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
3: StackMap locals: io.vertx.core.Handler
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
1 4 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
void handlePriorityChange(io.vertx.core.http.StreamPriority);
descriptor: (Lio/vertx/core/http/StreamPriority;)V
flags: (0x0000)
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 1 1 streamPriority Lio/vertx/core/http/StreamPriority;
MethodParameters:
Name Flags
streamPriority
public io.vertx.core.net.NetSocket exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 2
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.VertxHttp2NetSocket.exceptionHandler:Lio/vertx/core/Handler;
2: aload 2
monitorexit
3: goto 6
StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
0 7 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/net/NetSocket;
MethodParameters:
Name Flags
handler
io.vertx.core.Handler<java.lang.Throwable> exceptionHandler();
descriptor: ()Lio/vertx/core/Handler;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.exceptionHandler:Lio/vertx/core/Handler;
aload 1
monitorexit
2: areturn
3: StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
public io.vertx.core.net.NetSocket handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 2
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.VertxHttp2NetSocket.dataHandler:Lio/vertx/core/Handler;
2: aload 2
monitorexit
3: goto 6
StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
0 7 1 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/net/NetSocket;
MethodParameters:
Name Flags
handler
io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler();
descriptor: ()Lio/vertx/core/Handler;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.dataHandler:Lio/vertx/core/Handler;
aload 1
monitorexit
2: areturn
3: StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
public io.vertx.core.net.NetSocket fetch(long);
descriptor: (J)Lio/vertx/core/net/NetSocket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.doFetch:(J)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/VertxHttp2NetSocket<TC;>;
0 2 1 amount J
MethodParameters:
Name Flags
amount
public io.vertx.core.net.NetSocket pause();
descriptor: ()Lio/vertx/core/net/NetSocket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.doPause:()V
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
public io.vertx.core.net.NetSocket resume();
descriptor: ()Lio/vertx/core/net/NetSocket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ldc 9223372036854775807
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.fetch:(J)Lio/vertx/core/net/NetSocket;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
public io.vertx.core.net.NetSocket endHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 2
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.VertxHttp2NetSocket.endHandler:Lio/vertx/core/Handler;
2: aload 2
monitorexit
3: goto 6
StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
0 7 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/net/NetSocket;
MethodParameters:
Name Flags
handler
io.vertx.core.Handler<java.lang.Void> endHandler();
descriptor: ()Lio/vertx/core/Handler;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.endHandler:Lio/vertx/core/Handler;
aload 1
monitorexit
2: areturn
3: StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lio/vertx/core/Handler<Ljava/lang/Void;>;
public io.vertx.core.net.NetSocket write(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/NetSocket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 2
monitorenter
1: aload 0
aload 1
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
iconst_0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeData:(Lio/netty/buffer/ByteBuf;Z)V
2: aload 0
aload 2
monitorexit
3: areturn
4: StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.buffer.Buffer io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
0 6 1 data Lio/vertx/core/buffer/Buffer;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
data
public io.vertx.core.net.NetSocket setWriteQueueMaxSize(int);
descriptor: (I)Lio/vertx/core/net/NetSocket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 1 1 maxSize I
MethodParameters:
Name Flags
maxSize
public io.vertx.core.net.NetSocket drainHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 2
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.VertxHttp2NetSocket.drainHandler:Lio/vertx/core/Handler;
2: aload 2
monitorexit
3: goto 6
StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
0 7 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/net/NetSocket;
MethodParameters:
Name Flags
handler
io.vertx.core.Handler<java.lang.Void> drainHandler();
descriptor: ()Lio/vertx/core/Handler;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.drainHandler:Lio/vertx/core/Handler;
aload 1
monitorexit
2: areturn
3: StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lio/vertx/core/Handler<Ljava/lang/Void;>;
public boolean writeQueueFull();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.isNotWritable:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
public java.lang.String writeHandlerID();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
public io.vertx.core.net.NetSocket write(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/net/NetSocket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
aconst_null
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 1 1 str Ljava/lang/String;
MethodParameters:
Name Flags
str
public io.vertx.core.net.NetSocket 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/net/NetSocket;
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
aconst_null
aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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/VertxHttp2NetSocket<TC;>;
0 1 1 str Ljava/lang/String;
0 1 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/net/NetSocket;
MethodParameters:
Name Flags
str
handler
public io.vertx.core.net.NetSocket write(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/net/NetSocket;
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
aload 2
aconst_null
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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/VertxHttp2NetSocket<TC;>;
0 1 1 str Ljava/lang/String;
0 1 2 enc Ljava/lang/String;
MethodParameters:
Name Flags
str
enc
public io.vertx.core.net.NetSocket 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/net/NetSocket;
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 2
ifnull 1
aload 2
invokestatic java.nio.charset.Charset.forName:(Ljava/lang/String;)Ljava/nio/charset/Charset;
goto 2
StackMap locals:
StackMap stack:
1: getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
StackMap locals:
StackMap stack: java.nio.charset.Charset
2: astore 4
start local 4 3: aload 0
aload 1
aload 4
invokestatic io.netty.buffer.Unpooled.copiedBuffer:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lio/netty/buffer/ByteBuf;
iconst_0
aload 3
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeData:(Lio/netty/buffer/ByteBuf;ZLio/vertx/core/Handler;)V
4: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 5 1 str Ljava/lang/String;
0 5 2 enc Ljava/lang/String;
0 5 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
3 5 4 cs Ljava/nio/charset/Charset;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/net/NetSocket;
MethodParameters:
Name Flags
str
enc
handler
public io.vertx.core.net.NetSocket 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/net/NetSocket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.stream:Lio/netty/handler/codec/http2/Http2Stream;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
iconst_0
aload 2
invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeData:(Lio/netty/handler/codec/http2/Http2Stream;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/VertxHttp2NetSocket<TC;>;
0 2 1 message 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;>;>;)Lio/vertx/core/net/NetSocket;
MethodParameters:
Name Flags
message
handler
public io.vertx.core.net.NetSocket sendFile(java.lang.String, long, long);
descriptor: (Ljava/lang/String;JJ)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.sendFile:(Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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/VertxHttp2NetSocket<TC;>;
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.net.NetSocket 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/net/NetSocket;
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.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 7
monitorenter
1: aload 6
ifnull 2
aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.vertx:Lio/vertx/core/impl/VertxInternal;
invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
goto 3
StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: io.vertx.core.impl.ContextInternal
3: astore 8
start local 8 4: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.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 5: aload 9
invokevirtual java.io.File.exists:()Z
ifne 10
6: aload 6
ifnull 8
7: 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/VertxHttp2NetSocket.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
8: StackMap locals: io.vertx.core.Context java.io.File
StackMap stack:
aload 0
aload 7
monitorexit
9: areturn
10: 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 11: goto 17
end local 10 StackMap locals:
StackMap stack: java.io.IOException
12: astore 11
start local 11 13: aload 6
ifnull 15
14: 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/VertxHttp2NetSocket.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
15: StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket java.lang.String long long io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Context java.io.File top java.io.IOException
StackMap stack:
aload 0
aload 7
monitorexit
16: areturn
end local 11 start local 10 17: StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket java.lang.String long long io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase 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 18: invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
astore 13
start local 13 19: aload 13
invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
aload 6
aload 8
invokedynamic handle(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/VertxHttp2NetSocket.lambda$2(Lio/vertx/core/Handler;Lio/vertx/core/Context;Lio/vertx/core/AsyncResult;)V (6)
(Lio/vertx/core/AsyncResult;)V
invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
pop
20: new io.vertx.core.http.impl.FileStreamChannel
dup
aload 13
aload 0
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 21: aload 0
aload 14
getfield io.vertx.core.http.impl.FileStreamChannel.drainHandler:Lio/vertx/core/Handler;
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
pop
22: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.handlerContext:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
23: invokeinterface io.netty.channel.Channel.eventLoop:()Lio/netty/channel/EventLoop;
24: aload 14
invokeinterface io.netty.channel.EventLoop.register:(Lio/netty/channel/Channel;)Lio/netty/channel/ChannelFuture;
25: 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/VertxHttp2NetSocket.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 26: aload 7
monitorexit
27: goto 30
StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket java.lang.String long long io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
StackMap stack: java.lang.Throwable
28: aload 7
monitorexit
29: athrow
30: 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 31 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 31 1 filename Ljava/lang/String;
0 31 2 offset J
0 31 4 length J
0 31 6 resultHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
4 26 8 resultCtx Lio/vertx/core/Context;
5 26 9 file Ljava/io/File;
11 12 10 raf Ljava/io/RandomAccessFile;
17 26 10 raf Ljava/io/RandomAccessFile;
13 17 11 e Ljava/io/IOException;
18 26 11 contentLength J
19 26 13 result Lio/vertx/core/Promise<Ljava/lang/Long;>;
21 26 14 fileChannel Lio/vertx/core/http/impl/FileStreamChannel;
Exception table:
from to target type
10 11 12 Class java.io.IOException
1 9 28 any
10 16 28 any
17 27 28 any
28 29 28 any
Signature: (Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/net/NetSocket;
MethodParameters:
Name Flags
filename
offset
length
resultHandler
public io.vertx.core.net.SocketAddress remoteAddress();
descriptor: ()Lio/vertx/core/net/SocketAddress;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.remoteAddress:()Lio/vertx/core/net/SocketAddress;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
public io.vertx.core.net.SocketAddress localAddress();
descriptor: ()Lio/vertx/core/net/SocketAddress;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.localAddress:()Lio/vertx/core/net/SocketAddress;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
public void end();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
iconst_1
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeData:(Lio/netty/buffer/ByteBuf;Z)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
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=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
iconst_1
aload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeData:(Lio/netty/buffer/ByteBuf;ZLio/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/VertxHttp2NetSocket<TC;>;
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
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;
iconst_1
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.writeData:(Lio/netty/buffer/ByteBuf;Z)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 2 1 buffer Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
buffer
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.end:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.end:(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/VertxHttp2NetSocket<TC;>;
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
public io.vertx.core.net.NetSocket closeHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 2
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.VertxHttp2NetSocket.closeHandler:Lio/vertx/core/Handler;
2: aload 2
monitorexit
3: goto 6
StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.Handler io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
0 7 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/net/NetSocket;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
handler
io.vertx.core.Handler<java.lang.Void> closeHandler();
descriptor: ()Lio/vertx/core/Handler;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.closeHandler:Lio/vertx/core/Handler;
aload 1
monitorexit
2: areturn
3: StackMap locals: io.vertx.core.http.impl.VertxHttp2NetSocket io.vertx.core.http.impl.Http2ConnectionBase
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/VertxHttp2NetSocket<TC;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lio/vertx/core/Handler<Ljava/lang/Void;>;
public io.vertx.core.net.NetSocket upgradeToSsl(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
ldc "Cannot upgrade HTTP/2 stream to SSL"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 1 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/net/NetSocket;
MethodParameters:
Name Flags
handler
public io.vertx.core.net.NetSocket upgradeToSsl(java.lang.String, io.vertx.core.Handler<java.lang.Void>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
ldc "Cannot upgrade HTTP/2 stream to SSL"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
0 1 1 serverName Ljava/lang/String;
0 1 2 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/net/NetSocket;
MethodParameters:
Name Flags
serverName
handler
public boolean isSsl();
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.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.isSsl:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
public javax.net.ssl.SSLSession sslSession();
descriptor: ()Ljavax/net/ssl/SSLSession;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.sslSession:()Ljavax/net/ssl/SSLSession;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
public javax.security.cert.X509Certificate[] peerCertificateChain();
descriptor: ()[Ljavax/security/cert/X509Certificate;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.peerCertificateChain:()[Ljavax/security/cert/X509Certificate;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
Exceptions:
throws javax.net.ssl.SSLPeerUnverifiedException
public java.lang.String indicatedServerName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.VertxHttp2NetSocket.conn:Lio/vertx/core/http/impl/Http2ConnectionBase;
invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.indicatedServerName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/VertxHttp2NetSocket<TC;>;
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.VertxHttp2NetSocket.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.setWriteQueueMaxSize:(I)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
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.VertxHttp2NetSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream resume();
descriptor: ()Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.resume:()Lio/vertx/core/net/NetSocket;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
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.Handler
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
areturn
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.VertxHttp2NetSocket.end:(Lio/vertx/core/buffer/Buffer;)V
return
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream pause();
descriptor: ()Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.pause:()Lio/vertx/core/net/NetSocket;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
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.VertxHttp2NetSocket.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
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.VertxHttp2NetSocket.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetSocket;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream fetch(long);
descriptor: (J)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
0: aload 0
lload 1
invokevirtual io.vertx.core.http.impl.VertxHttp2NetSocket.fetch:(J)Lio/vertx/core/net/NetSocket;
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 static 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: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 0
ifnull 2
1: aload 1
aload 0
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/VertxHttp2NetSocket.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
2: StackMap locals:
StackMap stack:
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 3 2 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;
}
Signature: <C:Lio/vertx/core/http/impl/Http2ConnectionBase;>Lio/vertx/core/http/impl/VertxHttp2Stream<TC;>;Lio/vertx/core/net/NetSocket;
SourceFile: "VertxHttp2NetSocket.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles