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 37
            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 42
            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.DatagramChannel openDatagramChannel(java.net.ProtocolFamily);
    descriptor: (Ljava/net/ProtocolFamily;)Ljava/nio/channels/DatagramChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.ch.SelectorProviderImpl this
        start local 1 // java.net.ProtocolFamily family
         0: .line 46
            new sun.nio.ch.DatagramChannelImpl
            dup
            aload 0 /* this */
            aload 1 /* family */
            invokespecial sun.nio.ch.DatagramChannelImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;Ljava/net/ProtocolFamily;)V
            areturn
        end local 1 // java.net.ProtocolFamily family
        end local 0 // sun.nio.ch.SelectorProviderImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/nio/ch/SelectorProviderImpl;
            0    1     1  family  Ljava/net/ProtocolFamily;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      family  

  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 50
            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 56
            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 60
            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"