final class sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage extends sun.security.ssl.SSLHandshake$HandshakeMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage
  super_class: sun.security.ssl.SSLHandshake$HandshakeMessage
{
  void <init>(sun.security.ssl.HandshakeContext);
    descriptor: (Lsun/security/ssl/HandshakeContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
        start local 1 // sun.security.ssl.HandshakeContext handshakeContext
         0: .line 46
            aload 0 /* this */
            aload 1 /* handshakeContext */
            invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
         1: .line 47
            return
        end local 1 // sun.security.ssl.HandshakeContext handshakeContext
        end local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lsun/security/ssl/ServerHelloDone$ServerHelloDoneMessage;
            0    2     1  handshakeContext  Lsun/security/ssl/HandshakeContext;
    MethodParameters:
                  Name  Flags
      handshakeContext  

  void <init>(sun.security.ssl.HandshakeContext, java.nio.ByteBuffer);
    descriptor: (Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
        start local 1 // sun.security.ssl.HandshakeContext handshakeContext
        start local 2 // java.nio.ByteBuffer m
         0: .line 51
            aload 0 /* this */
            aload 1 /* handshakeContext */
            invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
         1: .line 52
            aload 2 /* m */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 5
         2: .line 53
            aload 1 /* handshakeContext */
            getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
         3: .line 54
            ldc "Error parsing ServerHelloDone message: not empty"
         4: .line 53
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
         5: .line 56
      StackMap locals: sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage sun.security.ssl.HandshakeContext java.nio.ByteBuffer
      StackMap stack:
            return
        end local 2 // java.nio.ByteBuffer m
        end local 1 // sun.security.ssl.HandshakeContext handshakeContext
        end local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lsun/security/ssl/ServerHelloDone$ServerHelloDoneMessage;
            0    6     1  handshakeContext  Lsun/security/ssl/HandshakeContext;
            0    6     2                 m  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      handshakeContext  
      m                 

  public sun.security.ssl.SSLHandshake handshakeType();
    descriptor: ()Lsun/security/ssl/SSLHandshake;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
         0: .line 60
            getstatic sun.security.ssl.SSLHandshake.SERVER_HELLO_DONE:Lsun/security/ssl/SSLHandshake;
            areturn
        end local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/ServerHelloDone$ServerHelloDoneMessage;

  public int messageLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
         0: .line 65
            iconst_0
            ireturn
        end local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/ServerHelloDone$ServerHelloDoneMessage;

  public void send(sun.security.ssl.HandshakeOutStream);
    descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
        start local 1 // sun.security.ssl.HandshakeOutStream s
         0: .line 71
            return
        end local 1 // sun.security.ssl.HandshakeOutStream s
        end local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/ServerHelloDone$ServerHelloDoneMessage;
            0    1     1     s  Lsun/security/ssl/HandshakeOutStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
         0: .line 75
            ldc "<empty>"
            areturn
        end local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/ServerHelloDone$ServerHelloDoneMessage;
}
SourceFile: "ServerHelloDone.java"
NestHost: sun.security.ssl.ServerHelloDone
InnerClasses:
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
  final ServerHelloDoneMessage = sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage of sun.security.ssl.ServerHelloDone