class io.vertx.core.http.impl.HttpServerChannelInitializer$1 extends io.vertx.core.http.impl.Http1xOrH2CHandler
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.HttpServerChannelInitializer$1
super_class: io.vertx.core.http.impl.Http1xOrH2CHandler
{
final io.vertx.core.http.impl.HttpServerChannelInitializer this$0;
descriptor: Lio/vertx/core/http/impl/HttpServerChannelInitializer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.handler.timeout.IdleStateHandler val$idle;
descriptor: Lio/netty/handler/timeout/IdleStateHandler;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.ChannelPipeline val$pipeline;
descriptor: Lio/netty/channel/ChannelPipeline;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.Channel val$ch;
descriptor: Lio/netty/channel/Channel;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.http.impl.HttpServerChannelInitializer, io.netty.handler.timeout.IdleStateHandler, io.netty.channel.ChannelPipeline, io.netty.channel.Channel);
descriptor: (Lio/vertx/core/http/impl/HttpServerChannelInitializer;Lio/netty/handler/timeout/IdleStateHandler;Lio/netty/channel/ChannelPipeline;Lio/netty/channel/Channel;)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 0: aload 0
aload 1
putfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.this$0:Lio/vertx/core/http/impl/HttpServerChannelInitializer;
aload 0
aload 2
putfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$idle:Lio/netty/handler/timeout/IdleStateHandler;
aload 0
aload 3
putfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$pipeline:Lio/netty/channel/ChannelPipeline;
aload 0
aload 4
putfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$ch:Lio/netty/channel/Channel;
aload 0
invokespecial io.vertx.core.http.impl.Http1xOrH2CHandler.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpServerChannelInitializer$1;
MethodParameters:
Name Flags
this$0 final
val$idle final
val$pipeline final
val$ch final
protected void configure(io.netty.channel.ChannelHandlerContext, boolean);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Z)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$idle:Lio/netty/handler/timeout/IdleStateHandler;
ifnull 2
1: aload 0
getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$pipeline:Lio/netty/channel/ChannelPipeline;
aload 0
getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$idle:Lio/netty/handler/timeout/IdleStateHandler;
invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
2: StackMap locals:
StackMap stack:
iload 2
ifeq 5
3: aload 0
getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.this$0:Lio/vertx/core/http/impl/HttpServerChannelInitializer;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
invokevirtual io.vertx.core.http.impl.HttpServerChannelInitializer.handleHttp2:(Lio/netty/channel/Channel;)V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.this$0:Lio/vertx/core/http/impl/HttpServerChannelInitializer;
aload 0
getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$ch:Lio/netty/channel/Channel;
invokevirtual io.vertx.core.http.impl.HttpServerChannelInitializer.handleHttp1:(Lio/netty/channel/Channel;)V
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/HttpServerChannelInitializer$1;
0 7 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 7 2 h2c Z
MethodParameters:
Name Flags
ctx
h2c
public void userEventTriggered(io.netty.channel.ChannelHandlerContext, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
instanceof io.netty.handler.timeout.IdleStateEvent
ifeq 2
aload 2
checkcast io.netty.handler.timeout.IdleStateEvent
invokevirtual io.netty.handler.timeout.IdleStateEvent.state:()Lio/netty/handler/timeout/IdleState;
getstatic io.netty.handler.timeout.IdleState.ALL_IDLE:Lio/netty/handler/timeout/IdleState;
if_acmpne 2
1: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.close:()Lio/netty/channel/ChannelFuture;
pop
2: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/HttpServerChannelInitializer$1;
0 3 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 3 2 evt Ljava/lang/Object;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
evt
public void exceptionCaught(io.netty.channel.ChannelHandlerContext, java.lang.Throwable);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)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
invokespecial io.vertx.core.http.impl.Http1xOrH2CHandler.exceptionCaught:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
1: aload 0
getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.this$0:Lio/vertx/core/http/impl/HttpServerChannelInitializer;
aload 0
getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$ch:Lio/netty/channel/Channel;
aload 2
invokevirtual io.vertx.core.http.impl.HttpServerChannelInitializer.handleException:(Lio/netty/channel/Channel;Ljava/lang/Throwable;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/HttpServerChannelInitializer$1;
0 3 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 3 2 cause Ljava/lang/Throwable;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
cause
}
SourceFile: "HttpServerChannelInitializer.java"
EnclosingMethod: io.vertx.core.http.impl.HttpServerChannelInitializer.initChannel:(Lio/netty/channel/Channel;)V
NestHost: io.vertx.core.http.impl.HttpServerChannelInitializer
InnerClasses:
io.vertx.core.http.impl.HttpServerChannelInitializer$1