class java.net.SdpSocketImpl extends java.net.PlainSocketImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.net.SdpSocketImpl
  super_class: java.net.PlainSocketImpl
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.SdpSocketImpl this
         0: .line 37
            aload 0 /* this */
            invokespecial java.net.PlainSocketImpl.<init>:()V
            return
        end local 0 // java.net.SdpSocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/net/SdpSocketImpl;

  protected void create(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.SdpSocketImpl this
        start local 1 // boolean stream
         0: .line 41
            iload 1 /* stream */
            ifne 2
         1: .line 42
            new java.lang.UnsupportedOperationException
            dup
            ldc "Must be a stream socket"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic sun.net.sdp.SdpSupport.createSocket:()Ljava/io/FileDescriptor;
            putfield java.net.SdpSocketImpl.fd:Ljava/io/FileDescriptor;
         3: .line 44
            aload 0 /* this */
            getfield java.net.SdpSocketImpl.socket:Ljava/net/Socket;
            ifnull 5
         4: .line 45
            aload 0 /* this */
            getfield java.net.SdpSocketImpl.socket:Ljava/net/Socket;
            invokevirtual java.net.Socket.setCreated:()V
         5: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.SdpSocketImpl.serverSocket:Ljava/net/ServerSocket;
            ifnull 7
         6: .line 47
            aload 0 /* this */
            getfield java.net.SdpSocketImpl.serverSocket:Ljava/net/ServerSocket;
            invokevirtual java.net.ServerSocket.setCreated:()V
         7: .line 48
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean stream
        end local 0 // java.net.SdpSocketImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Ljava/net/SdpSocketImpl;
            0    8     1  stream  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      stream  
}
SourceFile: "SdpSocketImpl.java"