class sun.nio.ch.SocketOptsImpl$IP extends sun.nio.ch.SocketOptsImpl implements sun.nio.ch.SocketOpts$IP
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.SocketOptsImpl$IP
  super_class: sun.nio.ch.SocketOptsImpl
{
  void <init>(sun.nio.ch.SocketOptsImpl$Dispatcher);
    descriptor: (Lsun/nio/ch/SocketOptsImpl$Dispatcher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.SocketOptsImpl$IP this
        start local 1 // sun.nio.ch.SocketOptsImpl$Dispatcher d
         0: .line 246
            aload 0 /* this */
            aload 1 /* d */
            invokespecial sun.nio.ch.SocketOptsImpl.<init>:(Lsun/nio/ch/SocketOptsImpl$Dispatcher;)V
         1: .line 247
            return
        end local 1 // sun.nio.ch.SocketOptsImpl$Dispatcher d
        end local 0 // sun.nio.ch.SocketOptsImpl$IP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketOptsImpl$IP;
            0    2     1     d  Lsun/nio/ch/SocketOptsImpl$Dispatcher;
    MethodParameters:
      Name  Flags
      d     

  public java.net.NetworkInterface multicastInterface();
    descriptor: ()Ljava/net/NetworkInterface;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketOptsImpl$IP this
         0: .line 254
            aload 0 /* this */
            bipush 31
            invokevirtual sun.nio.ch.SocketOptsImpl$IP.getNetworkInterface:(I)Ljava/net/NetworkInterface;
            areturn
        end local 0 // sun.nio.ch.SocketOptsImpl$IP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketOptsImpl$IP;
    Exceptions:
      throws java.io.IOException

  public sun.nio.ch.SocketOpts$IP multicastInterface(java.net.NetworkInterface);
    descriptor: (Ljava/net/NetworkInterface;)Lsun/nio/ch/SocketOpts$IP;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.nio.ch.SocketOptsImpl$IP this
        start local 1 // java.net.NetworkInterface ni
         0: .line 260
            aload 0 /* this */
            bipush 31
            aload 1 /* ni */
            invokevirtual sun.nio.ch.SocketOptsImpl$IP.setNetworkInterface:(ILjava/net/NetworkInterface;)V
         1: .line 261
            aload 0 /* this */
            areturn
        end local 1 // java.net.NetworkInterface ni
        end local 0 // sun.nio.ch.SocketOptsImpl$IP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketOptsImpl$IP;
            0    2     1    ni  Ljava/net/NetworkInterface;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ni    

  public boolean multicastLoop();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketOptsImpl$IP this
         0: .line 268
            aload 0 /* this */
            bipush 18
            invokevirtual sun.nio.ch.SocketOptsImpl$IP.getBoolean:(I)Z
            ireturn
        end local 0 // sun.nio.ch.SocketOptsImpl$IP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketOptsImpl$IP;
    Exceptions:
      throws java.io.IOException

  public sun.nio.ch.SocketOpts$IP multicastLoop(boolean);
    descriptor: (Z)Lsun/nio/ch/SocketOpts$IP;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.nio.ch.SocketOptsImpl$IP this
        start local 1 // boolean b
         0: .line 272
            aload 0 /* this */
            bipush 18
            iload 1 /* b */
            invokevirtual sun.nio.ch.SocketOptsImpl$IP.setBoolean:(IZ)V
         1: .line 273
            aload 0 /* this */
            areturn
        end local 1 // boolean b
        end local 0 // sun.nio.ch.SocketOptsImpl$IP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketOptsImpl$IP;
            0    2     1     b  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public int typeOfService();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketOptsImpl$IP this
         0: .line 280
            aload 0 /* this */
            iconst_3
            invokevirtual sun.nio.ch.SocketOptsImpl$IP.getInt:(I)I
            ireturn
        end local 0 // sun.nio.ch.SocketOptsImpl$IP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketOptsImpl$IP;
    Exceptions:
      throws java.io.IOException

  public sun.nio.ch.SocketOpts$IP typeOfService(int);
    descriptor: (I)Lsun/nio/ch/SocketOpts$IP;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.nio.ch.SocketOptsImpl$IP this
        start local 1 // int tos
         0: .line 284
            aload 0 /* this */
            iconst_3
            iload 1 /* tos */
            invokevirtual sun.nio.ch.SocketOptsImpl$IP.setInt:(II)V
         1: .line 285
            aload 0 /* this */
            areturn
        end local 1 // int tos
        end local 0 // sun.nio.ch.SocketOptsImpl$IP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketOptsImpl$IP;
            0    2     1   tos  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tos   

  protected void toString(java.lang.StringBuffer);
    descriptor: (Ljava/lang/StringBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.nio.ch.SocketOptsImpl$IP this
        start local 1 // java.lang.StringBuffer sb
         0: .line 292
            aload 0 /* this */
            aload 1 /* sb */
            invokespecial sun.nio.ch.SocketOptsImpl.toString:(Ljava/lang/StringBuffer;)V
         1: .line 294
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketOptsImpl$IP.typeOfService:()I
            dup
            istore 2 /* n */
        start local 2 // int n
         2: ifle 5
         3: .line 295
            aload 0 /* this */
            aload 1 /* sb */
            ldc "tos="
            invokevirtual sun.nio.ch.SocketOptsImpl$IP.addToString:(Ljava/lang/StringBuffer;Ljava/lang/String;)V
         4: .line 296
            aload 0 /* this */
            aload 1 /* sb */
            iload 2 /* n */
            invokevirtual sun.nio.ch.SocketOptsImpl$IP.addToString:(Ljava/lang/StringBuffer;I)V
         5: .line 298
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int n
        end local 1 // java.lang.StringBuffer sb
        end local 0 // sun.nio.ch.SocketOptsImpl$IP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/ch/SocketOptsImpl$IP;
            0    6     1    sb  Ljava/lang/StringBuffer;
            2    6     2     n  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      sb    
}
SourceFile: "SocketOptsImpl.java"
NestHost: sun.nio.ch.SocketOptsImpl
InnerClasses:
  public abstract IP = sun.nio.ch.SocketOpts$IP of sun.nio.ch.SocketOpts
  abstract Dispatcher = sun.nio.ch.SocketOptsImpl$Dispatcher of sun.nio.ch.SocketOptsImpl
  IP = sun.nio.ch.SocketOptsImpl$IP of sun.nio.ch.SocketOptsImpl
  public TCP = sun.nio.ch.SocketOptsImpl$IP$TCP of sun.nio.ch.SocketOptsImpl$IP