class java.net.PlainSocketImpl extends java.net.AbstractPlainSocketImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.net.PlainSocketImpl
  super_class: java.net.AbstractPlainSocketImpl
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 39
            invokestatic java.net.PlainSocketImpl.initProto:()V
         1: .line 40
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.PlainSocketImpl this
         0: .line 45
            aload 0 /* this */
            invokespecial java.net.AbstractPlainSocketImpl.<init>:()V
            return
        end local 0 // java.net.PlainSocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/net/PlainSocketImpl;

  void <init>(java.io.FileDescriptor);
    descriptor: (Ljava/io/FileDescriptor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.net.PlainSocketImpl this
        start local 1 // java.io.FileDescriptor fd
         0: .line 50
            aload 0 /* this */
            invokespecial java.net.AbstractPlainSocketImpl.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* fd */
            putfield java.net.PlainSocketImpl.fd:Ljava/io/FileDescriptor;
         2: .line 52
            return
        end local 1 // java.io.FileDescriptor fd
        end local 0 // java.net.PlainSocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/net/PlainSocketImpl;
            0    3     1    fd  Ljava/io/FileDescriptor;
    MethodParameters:
      Name  Flags
      fd    

  native void socketCreate(boolean);
    descriptor: (Z)V
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      isServer  

  native void socketConnect(java.net.InetAddress, int, int);
    descriptor: (Ljava/net/InetAddress;II)V
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      address  
      port     
      timeout  

  native void socketBind(java.net.InetAddress, int);
    descriptor: (Ljava/net/InetAddress;I)V
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      address  
      port     

  native void socketListen(int);
    descriptor: (I)V
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      count  

  native void socketAccept(java.net.SocketImpl);
    descriptor: (Ljava/net/SocketImpl;)V
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  native int socketAvailable();
    descriptor: ()I
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.io.IOException

  native void socketClose0(boolean);
    descriptor: (Z)V
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      useDeferredClose  

  native void socketShutdown(int);
    descriptor: (I)V
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      howto  

  static native void initProto();
    descriptor: ()V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE

  native void socketSetOption(int, boolean, java.lang.Object);
    descriptor: (IZLjava/lang/Object;)V
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
       Name  Flags
      cmd    
      on     
      value  

  native int socketGetOption(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)I
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
                Name  Flags
      opt             
      iaContainerObj  

  native int socketGetOption1(int, java.lang.Object, java.io.FileDescriptor);
    descriptor: (ILjava/lang/Object;Ljava/io/FileDescriptor;)I
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
                Name  Flags
      opt             
      iaContainerObj  
      fd              

  native void socketSendUrgentData(int);
    descriptor: (I)V
    flags: (0x0100) ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      data  
}
SourceFile: "PlainSocketImpl.java"