public abstract class sun.nio.ch.SelectorProviderImpl extends java.nio.channels.spi.SelectorProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.nio.ch.SelectorProviderImpl
  super_class: java.nio.channels.spi.SelectorProvider
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.SelectorProviderImpl this
         0: .line 36
            aload 0 /* this */
            invokespecial java.nio.channels.spi.SelectorProvider.<init>:()V
            return
        end local 0 // sun.nio.ch.SelectorProviderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SelectorProviderImpl;

  public java.nio.channels.DatagramChannel openDatagramChannel();
    descriptor: ()Ljava/nio/channels/DatagramChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.ch.SelectorProviderImpl this
         0: .line 41
            new sun.nio.ch.DatagramChannelImpl
            dup
            aload 0 /* this */
            invokespecial sun.nio.ch.DatagramChannelImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
            areturn
        end local 0 // sun.nio.ch.SelectorProviderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SelectorProviderImpl;
    Exceptions:
      throws java.io.IOException

  public java.nio.channels.Pipe openPipe();
    descriptor: ()Ljava/nio/channels/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.ch.SelectorProviderImpl this
         0: .line 45
            new sun.nio.ch.PipeImpl
            dup
            aload 0 /* this */
            invokespecial sun.nio.ch.PipeImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
            areturn
        end local 0 // sun.nio.ch.SelectorProviderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SelectorProviderImpl;
    Exceptions:
      throws java.io.IOException

  public abstract java.nio.channels.spi.AbstractSelector openSelector();
    descriptor: ()Ljava/nio/channels/spi/AbstractSelector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public java.nio.channels.ServerSocketChannel openServerSocketChannel();
    descriptor: ()Ljava/nio/channels/ServerSocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.ch.SelectorProviderImpl this
         0: .line 51
            new sun.nio.ch.ServerSocketChannelImpl
            dup
            aload 0 /* this */
            invokespecial sun.nio.ch.ServerSocketChannelImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
            areturn
        end local 0 // sun.nio.ch.SelectorProviderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SelectorProviderImpl;
    Exceptions:
      throws java.io.IOException

  public java.nio.channels.SocketChannel openSocketChannel();
    descriptor: ()Ljava/nio/channels/SocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.ch.SelectorProviderImpl this
         0: .line 55
            new sun.nio.ch.SocketChannelImpl
            dup
            aload 0 /* this */
            invokespecial sun.nio.ch.SocketChannelImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
            areturn
        end local 0 // sun.nio.ch.SelectorProviderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SelectorProviderImpl;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "SelectorProviderImpl.java"