abstract class sun.security.ssl.HelloExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.security.ssl.HelloExtension
  super_class: java.lang.Object
{
  final sun.security.ssl.ExtensionType type;
    descriptor: Lsun/security/ssl/ExtensionType;
    flags: (0x0010) ACC_FINAL

  void <init>(sun.security.ssl.ExtensionType);
    descriptor: (Lsun/security/ssl/ExtensionType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.HelloExtension this
        start local 1 // sun.security.ssl.ExtensionType type
         0: .line 247
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 248
            aload 0 /* this */
            aload 1 /* type */
            putfield sun.security.ssl.HelloExtension.type:Lsun/security/ssl/ExtensionType;
         2: .line 249
            return
        end local 1 // sun.security.ssl.ExtensionType type
        end local 0 // sun.security.ssl.HelloExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/HelloExtension;
            0    3     1  type  Lsun/security/ssl/ExtensionType;
    MethodParameters:
      Name  Flags
      type  

  abstract int length();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT

  abstract void send(sun.security.ssl.HandshakeOutStream);
    descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public abstract java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "HelloExtensions.java"