class sun.nio.ch.SocketOptionRegistry
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.SocketOptionRegistry
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/SocketOptionRegistry;
public static sun.nio.ch.OptionKey findOption(java.net.SocketOption<?>, java.net.ProtocolFamily);
descriptor: (Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)Lsun/nio/ch/OptionKey;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new sun.nio.ch.SocketOptionRegistry$RegistryKey
dup
aload 0
aload 1
invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
astore 2
start local 2 1: getstatic sun.nio.ch.SocketOptionRegistry$LazyInitialization.options:Ljava/util/Map;
aload 2
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast sun.nio.ch.OptionKey
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 name Ljava/net/SocketOption<*>;
0 2 1 family Ljava/net/ProtocolFamily;
1 2 2 key Lsun/nio/ch/SocketOptionRegistry$RegistryKey;
Signature: (Ljava/net/SocketOption<*>;Ljava/net/ProtocolFamily;)Lsun/nio/ch/OptionKey;
MethodParameters:
Name Flags
name
family
}
SourceFile: "SocketOptionRegistry.java"
NestMembers:
sun.nio.ch.SocketOptionRegistry$LazyInitialization sun.nio.ch.SocketOptionRegistry$RegistryKey
InnerClasses:
private LazyInitialization = sun.nio.ch.SocketOptionRegistry$LazyInitialization of sun.nio.ch.SocketOptionRegistry
private RegistryKey = sun.nio.ch.SocketOptionRegistry$RegistryKey of sun.nio.ch.SocketOptionRegistry