class io.vertx.core.net.impl.NetServerImpl$Handlers
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.net.impl.NetServerImpl$Handlers
super_class: java.lang.Object
{
final io.vertx.core.net.NetServer server;
descriptor: Lio/vertx/core/net/NetServer;
flags: (0x0010) ACC_FINAL
final io.vertx.core.Handler<io.vertx.core.net.NetSocket> connectionHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0010) ACC_FINAL
Signature: Lio/vertx/core/Handler<Lio/vertx/core/net/NetSocket;>;
final io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0010) ACC_FINAL
Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
public void <init>(io.vertx.core.net.NetServer, io.vertx.core.Handler<io.vertx.core.net.NetSocket>, io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/net/NetServer;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.net.impl.NetServerImpl$Handlers.server:Lio/vertx/core/net/NetServer;
2: aload 0
aload 2
putfield io.vertx.core.net.impl.NetServerImpl$Handlers.connectionHandler:Lio/vertx/core/Handler;
3: aload 0
aload 3
putfield io.vertx.core.net.impl.NetServerImpl$Handlers.exceptionHandler:Lio/vertx/core/Handler;
4: return
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/net/impl/NetServerImpl$Handlers;
0 5 1 server Lio/vertx/core/net/NetServer;
0 5 2 connectionHandler Lio/vertx/core/Handler<Lio/vertx/core/net/NetSocket;>;
0 5 3 exceptionHandler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/net/NetServer;Lio/vertx/core/Handler<Lio/vertx/core/net/NetSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)V
MethodParameters:
Name Flags
server
connectionHandler
exceptionHandler
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
ifnull 2
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast io.vertx.core.net.impl.NetServerImpl$Handlers
astore 2
start local 2 4: aload 0
getfield io.vertx.core.net.impl.NetServerImpl$Handlers.connectionHandler:Lio/vertx/core/Handler;
aload 2
getfield io.vertx.core.net.impl.NetServerImpl$Handlers.connectionHandler:Lio/vertx/core/Handler;
invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifne 5
iconst_0
ireturn
5: StackMap locals: io.vertx.core.net.impl.NetServerImpl$Handlers
StackMap stack:
aload 0
getfield io.vertx.core.net.impl.NetServerImpl$Handlers.exceptionHandler:Lio/vertx/core/Handler;
aload 2
getfield io.vertx.core.net.impl.NetServerImpl$Handlers.exceptionHandler:Lio/vertx/core/Handler;
invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifne 6
iconst_0
ireturn
6: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/net/impl/NetServerImpl$Handlers;
0 7 1 o Ljava/lang/Object;
4 7 2 that Lio/vertx/core/net/impl/NetServerImpl$Handlers;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield io.vertx.core.net.impl.NetServerImpl$Handlers.connectionHandler:Lio/vertx/core/Handler;
ifnull 3
2: bipush 31
iload 1
imul
aload 0
getfield io.vertx.core.net.impl.NetServerImpl$Handlers.connectionHandler:Lio/vertx/core/Handler;
invokevirtual java.lang.Object.hashCode:()I
iadd
istore 1
3: StackMap locals: int
StackMap stack:
aload 0
getfield io.vertx.core.net.impl.NetServerImpl$Handlers.exceptionHandler:Lio/vertx/core/Handler;
ifnull 5
4: bipush 31
iload 1
imul
aload 0
getfield io.vertx.core.net.impl.NetServerImpl$Handlers.exceptionHandler:Lio/vertx/core/Handler;
invokevirtual java.lang.Object.hashCode:()I
iadd
istore 1
5: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/net/impl/NetServerImpl$Handlers;
1 6 1 result I
}
SourceFile: "NetServerImpl.java"
NestHost: io.vertx.core.net.impl.NetServerImpl
InnerClasses:
Handlers = io.vertx.core.net.impl.NetServerImpl$Handlers of io.vertx.core.net.impl.NetServerImpl