class io.vertx.core.http.impl.HttpServerImpl$1 extends io.vertx.core.http.impl.HttpServerChannelInitializer
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.HttpServerImpl$1
super_class: io.vertx.core.http.impl.HttpServerChannelInitializer
{
final io.vertx.core.http.impl.HttpServerImpl this$0;
descriptor: Lio/vertx/core/http/impl/HttpServerImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.http.impl.HttpServerImpl, io.vertx.core.impl.VertxInternal, io.vertx.core.net.impl.SSLHelper, io.vertx.core.http.HttpServerOptions, java.lang.String, io.vertx.core.spi.metrics.HttpServerMetrics, boolean, java.util.function.Function, java.util.function.Function);
descriptor: (Lio/vertx/core/http/impl/HttpServerImpl;Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/http/HttpServerOptions;Ljava/lang/String;Lio/vertx/core/spi/metrics/HttpServerMetrics;ZLjava/util/function/Function;Ljava/util/function/Function;)V
flags: (0x0000)
Code:
stack=9, locals=10, args_size=10
start local 0 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 0: aload 0
aload 1
putfield io.vertx.core.http.impl.HttpServerImpl$1.this$0:Lio/vertx/core/http/impl/HttpServerImpl;
aload 0
aload 2
aload 3
aload 4
aload 5
aload 6
iload 7
aload 8
aload 9
invokespecial io.vertx.core.http.impl.HttpServerChannelInitializer.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/http/HttpServerOptions;Ljava/lang/String;Lio/vertx/core/spi/metrics/HttpServerMetrics;ZLjava/util/function/Function;Ljava/util/function/Function;)V
return
end local 9 end local 8 end local 7 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/HttpServerImpl$1;
0 1 2 $anonymous0 Lio/vertx/core/impl/VertxInternal;
0 1 3 $anonymous1 Lio/vertx/core/net/impl/SSLHelper;
0 1 4 $anonymous2 Lio/vertx/core/http/HttpServerOptions;
0 1 5 $anonymous3 Ljava/lang/String;
0 1 6 $anonymous4 Lio/vertx/core/spi/metrics/HttpServerMetrics;
0 1 7 $anonymous5 Z
0 1 8 $anonymous6 Ljava/util/function/Function<Lio/netty/channel/EventLoop;Lio/vertx/core/net/impl/HandlerHolder<+Lio/vertx/core/Handler<Lio/vertx/core/http/impl/HttpServerConnection;>;>;>;
0 1 9 $anonymous7 Ljava/util/function/Function<Lio/netty/channel/EventLoop;Lio/vertx/core/net/impl/HandlerHolder<+Lio/vertx/core/Handler<Ljava/lang/Throwable;>;>;>;
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
$anonymous2
$anonymous3
$anonymous4
$anonymous5
$anonymous6
$anonymous7
protected void initChannel(io.netty.channel.Channel);
descriptor: (Lio/netty/channel/Channel;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpServerImpl$1.this$0:Lio/vertx/core/http/impl/HttpServerImpl;
getfield io.vertx.core.http.impl.HttpServerImpl.requestStream:Lio/vertx/core/http/impl/HttpServerImpl$HttpStreamHandler;
invokevirtual io.vertx.core.http.impl.HttpServerImpl$HttpStreamHandler.accept:()Z
ifeq 1
aload 0
getfield io.vertx.core.http.impl.HttpServerImpl$1.this$0:Lio/vertx/core/http/impl/HttpServerImpl;
getfield io.vertx.core.http.impl.HttpServerImpl.wsStream:Lio/vertx/core/http/impl/HttpServerImpl$HttpStreamHandler;
invokevirtual io.vertx.core.http.impl.HttpServerImpl$HttpStreamHandler.accept:()Z
ifne 3
1: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
pop
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial io.vertx.core.http.impl.HttpServerChannelInitializer.initChannel:(Lio/netty/channel/Channel;)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/HttpServerImpl$1;
0 5 1 ch Lio/netty/channel/Channel;
MethodParameters:
Name Flags
ch
}
SourceFile: "HttpServerImpl.java"
EnclosingMethod: io.vertx.core.http.impl.HttpServerImpl.childHandler:(Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/netty/channel/ChannelHandler;
NestHost: io.vertx.core.http.impl.HttpServerImpl
InnerClasses:
io.vertx.core.http.impl.HttpServerImpl$1
HttpStreamHandler = io.vertx.core.http.impl.HttpServerImpl$HttpStreamHandler of io.vertx.core.http.impl.HttpServerImpl