class sun.nio.ch.ExtendedSocketOption
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.ExtendedSocketOption
super_class: java.lang.Object
{
static final java.net.SocketOption<java.lang.Boolean> SO_OOBINLINE;
descriptor: Ljava/net/SocketOption;
flags: (0x0018) ACC_STATIC, ACC_FINAL
Signature: Ljava/net/SocketOption<Ljava/lang/Boolean;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.nio.ch.ExtendedSocketOption$1
dup
invokespecial sun.nio.ch.ExtendedSocketOption$1.<init>:()V
1: putstatic sun.nio.ch.ExtendedSocketOption.SO_OOBINLINE:Ljava/net/SocketOption;
2: return
LocalVariableTable:
Start End Slot Name Signature
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/ExtendedSocketOption;
}
SourceFile: "ExtendedSocketOption.java"
NestMembers:
sun.nio.ch.ExtendedSocketOption$1
InnerClasses:
sun.nio.ch.ExtendedSocketOption$1