class io.vertx.core.http.impl.Http1xServerConnection$1 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$1
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
private final java.util.Map val$connectionMap;
descriptor: Ljava/util/Map;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.http.impl.Http1xServerConnection, io.vertx.core.impl.VertxInternal, io.netty.channel.ChannelHandlerContext, io.vertx.core.impl.ContextInternal, io.vertx.core.net.impl.SSLHelper, io.vertx.core.spi.metrics.TCPMetrics, java.util.Map);
descriptor: (Lio/vertx/core/http/impl/Http1xServerConnection;Lio/vertx/core/impl/VertxInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/spi/metrics/TCPMetrics;Ljava/util/Map;)V
flags: (0x0000)
Code:
stack=6, locals=8, args_size=8
start local 0 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
putfield io.vertx.core.http.impl.Http1xServerConnection$1.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
aload 0
aload 7
putfield io.vertx.core.http.impl.Http1xServerConnection$1.val$connectionMap:Ljava/util/Map;
aload 0
aload 2
aload 3
aload 4
aload 5
aload 6
invokespecial io.vertx.core.net.impl.NetSocketImpl.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/spi/metrics/TCPMetrics;)V
return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xServerConnection$1;
0 1 2 $anonymous0 Lio/vertx/core/impl/VertxInternal;
0 1 3 $anonymous1 Lio/netty/channel/ChannelHandlerContext;
0 1 4 $anonymous2 Lio/vertx/core/impl/ContextInternal;
0 1 5 $anonymous3 Lio/vertx/core/net/impl/SSLHelper;
0 1 6 $anonymous4 Lio/vertx/core/spi/metrics/TCPMetrics;
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
$anonymous2
$anonymous3
$anonymous4
val$connectionMap final
protected void handleClosed();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http1xServerConnection$1.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
ifnull 2
1: aload 0
getfield io.vertx.core.http.impl.Http1xServerConnection$1.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
aload 0
getfield io.vertx.core.http.impl.Http1xServerConnection$1.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
getfield io.vertx.core.http.impl.Http1xServerConnection.responseInProgress:Lio/vertx/core/http/impl/HttpServerRequestImpl;
invokevirtual io.vertx.core.http.impl.HttpServerRequestImpl.metric:()Ljava/lang/Object;
aload 0
getfield io.vertx.core.http.impl.Http1xServerConnection$1.this$0:Lio/vertx/core/http/impl/Http1xServerConnection;
getfield io.vertx.core.http.impl.Http1xServerConnection.responseInProgress:Lio/vertx/core/http/impl/HttpServerRequestImpl;
invokevirtual io.vertx.core.http.impl.HttpServerRequestImpl.response:()Lio/vertx/core/http/impl/HttpServerResponseImpl;
invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.responseEnd:(Ljava/lang/Object;Lio/vertx/core/http/HttpServerResponse;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.Http1xServerConnection$1.val$connectionMap:Ljava/util/Map;
aload 0
getfield io.vertx.core.http.impl.Http1xServerConnection$1.chctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
3: 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$1;
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$1;
0 5 1 msg Ljava/lang/Object;
MethodParameters:
Name Flags
msg
}
SourceFile: "Http1xServerConnection.java"
EnclosingMethod: io.vertx.core.http.impl.Http1xServerConnection.createNetSocket:()Lio/vertx/core/net/NetSocket;
NestHost: io.vertx.core.http.impl.Http1xServerConnection
InnerClasses:
io.vertx.core.http.impl.Http1xServerConnection$1