final class io.vertx.core.http.impl.ConnectionManager$EndpointKey
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.vertx.core.http.impl.ConnectionManager$EndpointKey
super_class: java.lang.Object
{
private final boolean ssl;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.net.SocketAddress server;
descriptor: Lio/vertx/core/net/SocketAddress;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.net.SocketAddress peerAddress;
descriptor: Lio/vertx/core/net/SocketAddress;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(boolean, io.vertx.core.net.SocketAddress, io.vertx.core.net.SocketAddress);
descriptor: (ZLio/vertx/core/net/SocketAddress;Lio/vertx/core/net/SocketAddress;)V
flags: (0x0000)
Code:
stack=3, 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 2
ifnonnull 3
2: new java.lang.NullPointerException
dup
ldc "No null host"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.vertx.core.http.impl.ConnectionManager$EndpointKey int io.vertx.core.net.SocketAddress io.vertx.core.net.SocketAddress
StackMap stack:
aload 3
ifnonnull 5
4: new java.lang.NullPointerException
dup
ldc "No null peer address"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.ssl:Z
6: aload 0
aload 3
putfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.peerAddress:Lio/vertx/core/net/SocketAddress;
7: aload 0
aload 2
putfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.server:Lio/vertx/core/net/SocketAddress;
8: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/ConnectionManager$EndpointKey;
0 9 1 ssl Z
0 9 2 server Lio/vertx/core/net/SocketAddress;
0 9 3 peerAddress Lio/vertx/core/net/SocketAddress;
MethodParameters:
Name Flags
ssl
server
peerAddress
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.http.impl.ConnectionManager$EndpointKey
astore 2
start local 2 4: aload 0
getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.ssl:Z
aload 2
getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.ssl:Z
if_icmpne 5
aload 0
getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.server:Lio/vertx/core/net/SocketAddress;
aload 2
getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.server:Lio/vertx/core/net/SocketAddress;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 5
aload 0
getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.peerAddress:Lio/vertx/core/net/SocketAddress;
aload 2
getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.peerAddress:Lio/vertx/core/net/SocketAddress;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 5
iconst_1
ireturn
StackMap locals: io.vertx.core.http.impl.ConnectionManager$EndpointKey
StackMap stack:
5: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/ConnectionManager$EndpointKey;
0 6 1 o Ljava/lang/Object;
4 6 2 that Lio/vertx/core/http/impl/ConnectionManager$EndpointKey;
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: aload 0
getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.ssl:Z
ifeq 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 1
start local 1 3: bipush 31
iload 1
imul
aload 0
getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.peerAddress:Lio/vertx/core/net/SocketAddress;
invokevirtual java.lang.Object.hashCode:()I
iadd
istore 1
4: bipush 31
iload 1
imul
aload 0
getfield io.vertx.core.http.impl.ConnectionManager$EndpointKey.server:Lio/vertx/core/net/SocketAddress;
invokevirtual java.lang.Object.hashCode:()I
iadd
istore 1
5: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/ConnectionManager$EndpointKey;
3 6 1 result I
}
SourceFile: "ConnectionManager.java"
NestHost: io.vertx.core.http.impl.ConnectionManager
InnerClasses:
private final EndpointKey = io.vertx.core.http.impl.ConnectionManager$EndpointKey of io.vertx.core.http.impl.ConnectionManager