class sun.nio.ch.SocketChannelImpl$1 extends sun.nio.ch.SocketOptsImpl$Dispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.SocketChannelImpl$1
  super_class: sun.nio.ch.SocketOptsImpl$Dispatcher
{
  final sun.nio.ch.SocketChannelImpl this$0;
    descriptor: Lsun/nio/ch/SocketChannelImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.nio.ch.SocketChannelImpl);
    descriptor: (Lsun/nio/ch/SocketChannelImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl$1 this
         0: .line 417
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.SocketChannelImpl$1.this$0:Lsun/nio/ch/SocketChannelImpl;
            aload 0 /* this */
            invokespecial sun.nio.ch.SocketOptsImpl$Dispatcher.<init>:()V
            return
        end local 0 // sun.nio.ch.SocketChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketChannelImpl$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 // sun.nio.ch.SocketChannelImpl$1 this
        start local 1 // int opt
         0: .line 419
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl$1.this$0:Lsun/nio/ch/SocketChannelImpl;
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iload 1 /* opt */
            invokestatic sun.nio.ch.Net.getIntOption:(Ljava/io/FileDescriptor;I)I
            ireturn
        end local 1 // int opt
        end local 0 // sun.nio.ch.SocketChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketChannelImpl$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 // sun.nio.ch.SocketChannelImpl$1 this
        start local 1 // int opt
        start local 2 // int arg
         0: .line 424
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl$1.this$0:Lsun/nio/ch/SocketChannelImpl;
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iload 1 /* opt */
            iload 2 /* arg */
            invokestatic sun.nio.ch.Net.setIntOption:(Ljava/io/FileDescriptor;II)V
         1: .line 425
            return
        end local 2 // int arg
        end local 1 // int opt
        end local 0 // sun.nio.ch.SocketChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketChannelImpl$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 // sun.nio.ch.SocketChannelImpl$1 this
         0: .line 429
            iconst_1
            ireturn
        end local 0 // sun.nio.ch.SocketChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketChannelImpl$1;
}
SourceFile: "SocketChannelImpl.java"
EnclosingMethod: sun.nio.ch.SocketChannelImpl.options:()Lsun/nio/ch/SocketOpts;
NestHost: sun.nio.ch.SocketChannelImpl
InnerClasses:
  sun.nio.ch.SocketChannelImpl$1
  abstract Dispatcher = sun.nio.ch.SocketOptsImpl$Dispatcher of sun.nio.ch.SocketOptsImpl