public class com.sun.nio.sctp.SctpStandardSocketOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.nio.sctp.SctpStandardSocketOptions
  super_class: java.lang.Object
{
  public static final com.sun.nio.sctp.SctpSocketOption<java.lang.Boolean> SCTP_DISABLE_FRAGMENTS;
    descriptor: Lcom/sun/nio/sctp/SctpSocketOption;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Boolean;>;

  public static final com.sun.nio.sctp.SctpSocketOption<java.lang.Boolean> SCTP_EXPLICIT_COMPLETE;
    descriptor: Lcom/sun/nio/sctp/SctpSocketOption;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Boolean;>;

  public static final com.sun.nio.sctp.SctpSocketOption<java.lang.Integer> SCTP_FRAGMENT_INTERLEAVE;
    descriptor: Lcom/sun/nio/sctp/SctpSocketOption;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;

  public static final com.sun.nio.sctp.SctpSocketOption<com.sun.nio.sctp.SctpStandardSocketOptions$InitMaxStreams> SCTP_INIT_MAXSTREAMS;
    descriptor: Lcom/sun/nio/sctp/SctpSocketOption;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/nio/sctp/SctpSocketOption<Lcom/sun/nio/sctp/SctpStandardSocketOptions$InitMaxStreams;>;

  public static final com.sun.nio.sctp.SctpSocketOption<java.lang.Boolean> SCTP_NODELAY;
    descriptor: Lcom/sun/nio/sctp/SctpSocketOption;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Boolean;>;

  public static final com.sun.nio.sctp.SctpSocketOption<java.net.SocketAddress> SCTP_PRIMARY_ADDR;
    descriptor: Lcom/sun/nio/sctp/SctpSocketOption;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/nio/sctp/SctpSocketOption<Ljava/net/SocketAddress;>;

  public static final com.sun.nio.sctp.SctpSocketOption<java.net.SocketAddress> SCTP_SET_PEER_PRIMARY_ADDR;
    descriptor: Lcom/sun/nio/sctp/SctpSocketOption;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/nio/sctp/SctpSocketOption<Ljava/net/SocketAddress;>;

  public static final com.sun.nio.sctp.SctpSocketOption<java.lang.Integer> SO_SNDBUF;
    descriptor: Lcom/sun/nio/sctp/SctpSocketOption;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;

  public static final com.sun.nio.sctp.SctpSocketOption<java.lang.Integer> SO_RCVBUF;
    descriptor: Lcom/sun/nio/sctp/SctpSocketOption;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;

  public static final com.sun.nio.sctp.SctpSocketOption<java.lang.Integer> SO_LINGER;
    descriptor: Lcom/sun/nio/sctp/SctpSocketOption;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/nio/sctp/SctpSocketOption<Ljava/lang/Integer;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.nio.sctp.SctpStandardSocketOptions this
         0: .line 37
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tjdk.Exported cannot be resolved to a type\n\tjdk.Exported cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.nio.sctp.SctpStandardSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/nio/sctp/SctpStandardSocketOptions;
}
SourceFile: "SctpStandardSocketOptions.java"
NestMembers:
  com.sun.nio.sctp.SctpStandardSocketOptions$InitMaxStreams
InnerClasses:
  public InitMaxStreams = com.sun.nio.sctp.SctpStandardSocketOptions$InitMaxStreams of com.sun.nio.sctp.SctpStandardSocketOptions
    RuntimeInvisibleAnnotations: 
      jdk.Exported()