class sun.nio.ch.ServerSocketChannelImpl$1 extends sun.nio.ch.SocketOptsImpl$Dispatcher
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.ServerSocketChannelImpl$1
super_class: sun.nio.ch.SocketOptsImpl$Dispatcher
{
final sun.nio.ch.ServerSocketChannelImpl this$0;
descriptor: Lsun/nio/ch/ServerSocketChannelImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.nio.ch.ServerSocketChannelImpl);
descriptor: (Lsun/nio/ch/ServerSocketChannelImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.nio.ch.ServerSocketChannelImpl$1.this$0:Lsun/nio/ch/ServerSocketChannelImpl;
aload 0
invokespecial sun.nio.ch.SocketOptsImpl$Dispatcher.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/ServerSocketChannelImpl$1;
MethodParameters:
Name Flags
this$0 final
int getInt(int);
descriptor: (I)I
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.nio.ch.ServerSocketChannelImpl$1.this$0:Lsun/nio/ch/ServerSocketChannelImpl;
getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
iload 1
invokestatic sun.nio.ch.Net.getIntOption:(Ljava/io/FileDescriptor;I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/ServerSocketChannelImpl$1;
0 1 1 opt I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
opt
void setInt(int, int);
descriptor: (II)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.nio.ch.ServerSocketChannelImpl$1.this$0:Lsun/nio/ch/ServerSocketChannelImpl;
getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
iload 1
iload 2
invokestatic sun.nio.ch.Net.setIntOption:(Ljava/io/FileDescriptor;II)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/ch/ServerSocketChannelImpl$1;
0 2 1 opt I
0 2 2 arg I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
opt
arg
boolean getIsBoundCondition();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/ServerSocketChannelImpl$1;
}
SourceFile: "ServerSocketChannelImpl.java"
EnclosingMethod: sun.nio.ch.ServerSocketChannelImpl.options:()Lsun/nio/ch/SocketOpts;
NestHost: sun.nio.ch.ServerSocketChannelImpl
InnerClasses:
sun.nio.ch.ServerSocketChannelImpl$1
abstract Dispatcher = sun.nio.ch.SocketOptsImpl$Dispatcher of sun.nio.ch.SocketOptsImpl