class io.vertx.core.http.impl.Http1xServerConnection$3 extends io.vertx.core.net.impl.NetSocketImpl
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.Http1xServerConnection$3
super_class: io.vertx.core.net.impl.NetSocketImpl
{
final io.vertx.core.http.impl.Http1xServerConnection this$0;
descriptor: Lio/vertx/core/http/impl/Http1xServerConnection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.http.impl.Http1xServerConnection, io.vertx.core.impl.ContextInternal, io.netty.channel.ChannelHandlerContext, io.vertx.core.net.impl.SSLHelper, io.vertx.core.spi.metrics.TCPMetrics);
descriptor: (Lio/vertx/core/http/impl/Http1xServerConnection;Lio/vertx/core/impl/ContextInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/spi/metrics/TCPMetrics;)V
flags: (0x0000)
Code:
stack=5, locals=6, args_size=6
start local 0 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
putfield io.vertx.core.http.impl.Http1xServerConnection$3.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
aload 0
aload 2
aload 3
aload 4
aload 5
invokespecial io.vertx.core.net.impl.NetSocketImpl.<init>:(Lio/vertx/core/impl/ContextInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/spi/metrics/TCPMetrics;)V
return
end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xServerConnection$3;
0 1 2 $anonymous0 Lio/vertx/core/impl/ContextInternal;
0 1 3 $anonymous1 Lio/netty/channel/ChannelHandlerContext;
0 1 4 $anonymous2 Lio/vertx/core/net/impl/SSLHelper;
0 1 5 $anonymous3 Lio/vertx/core/spi/metrics/TCPMetrics;
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
$anonymous2
$anonymous3
protected void handleClosed();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http1xServerConnection$3.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
ifnull 3
1: aload 0
getfield io.vertx.core.http.impl.Http1xServerConnection$3.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
getfield io.vertx.core.http.impl.Http1xServerConnection.responseInProgress:Lio/vertx/core/http/impl/Http1xServerRequest;
astore 1
start local 1 2: aload 0
getfield io.vertx.core.http.impl.Http1xServerConnection$3.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
aload 1
invokevirtual io.vertx.core.http.impl.Http1xServerRequest.metric:()Ljava/lang/Object;
aload 1
invokevirtual io.vertx.core.http.impl.Http1xServerRequest.response:()Lio/vertx/core/http/impl/Http1xServerResponse;
invokevirtual io.vertx.core.http.impl.Http1xServerResponse.bytesWritten:()J
invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.responseEnd:(Ljava/lang/Object;J)V
end local 1 3: StackMap locals:
StackMap stack:
aload 0
invokespecial io.vertx.core.net.impl.NetSocketImpl.handleClosed:()V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http1xServerConnection$3;
2 3 1 request Lio/vertx/core/http/impl/Http1xServerRequest;
public synchronized void handleMessage(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof io.netty.handler.codec.http.HttpContent
ifeq 3
1: aload 1
invokestatic io.netty.util.ReferenceCountUtil.release:(Ljava/lang/Object;)Z
pop
2: return
3: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial io.vertx.core.net.impl.NetSocketImpl.handleMessage:(Ljava/lang/Object;)V
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http1xServerConnection$3;
0 5 1 msg Ljava/lang/Object;
MethodParameters:
Name Flags
msg
}
SourceFile: "Http1xServerConnection.java"
EnclosingMethod: io.vertx.core.http.impl.Http1xServerConnection.lambda$6:(Lio/netty/channel/ChannelHandlerContext;)Lio/vertx/core/net/impl/NetSocketImpl;
NestHost: io.vertx.core.http.impl.Http1xServerConnection
InnerClasses:
io.vertx.core.http.impl.Http1xServerConnection$3