final class sun.security.ssl.AlpnExtension$CHAlpnAbsence implements sun.security.ssl.HandshakeAbsence
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.AlpnExtension$CHAlpnAbsence
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.AlpnExtension$CHAlpnAbsence this
         0: .line 329
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.ssl.AlpnExtension$CHAlpnAbsence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/AlpnExtension$CHAlpnAbsence;

  public void absent(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage);
    descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // sun.security.ssl.AlpnExtension$CHAlpnAbsence this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
         0: .line 334
            aload 1 /* context */
            checkcast sun.security.ssl.ServerHandshakeContext
            astore 3 /* shc */
        start local 3 // sun.security.ssl.ServerHandshakeContext shc
         1: .line 337
            aload 3 /* shc */
            ldc ""
            putfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
         2: .line 338
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            ldc ""
            putfield sun.security.ssl.TransportContext.applicationProtocol:Ljava/lang/String;
         3: .line 339
            return
        end local 3 // sun.security.ssl.ServerHandshakeContext shc
        end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
        end local 1 // sun.security.ssl.ConnectionContext context
        end local 0 // sun.security.ssl.AlpnExtension$CHAlpnAbsence this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/security/ssl/AlpnExtension$CHAlpnAbsence;
            0    4     1  context  Lsun/security/ssl/ConnectionContext;
            0    4     2  message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            1    4     3      shc  Lsun/security/ssl/ServerHandshakeContext;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "AlpnExtension.java"
NestHost: sun.security.ssl.AlpnExtension
InnerClasses:
  private final CHAlpnAbsence = sun.security.ssl.AlpnExtension$CHAlpnAbsence of sun.security.ssl.AlpnExtension
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake