class org.glassfish.grizzly.http2.AlpnClientNegotiatorImpl extends org.glassfish.grizzly.http2.AlpnNegotiatorBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http2.AlpnClientNegotiatorImpl
  super_class: org.glassfish.grizzly.http2.AlpnNegotiatorBase
{
  private static final java.util.logging.Logger LOGGER;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.glassfish.grizzly.http2.Http2ClientFilter filter;
    descriptor: Lorg/glassfish/grizzly/http2/Http2ClientFilter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.glassfish.grizzly.http2.Http2ClientFilter);
    descriptor: (Lorg/glassfish/grizzly/http2/Http2ClientFilter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.AlpnClientNegotiatorImpl this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.glassfish.grizzly.npn cannot be resolved\n\tAlpnClientNegotiator cannot be resolved to a type\n\tThe method getProtocols(SSLEngine) of type AlpnClientNegotiatorImpl must override or implement a supertype method\n\tThe method protocolSelected(SSLEngine, String) of type AlpnClientNegotiatorImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.http2.AlpnClientNegotiatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/AlpnClientNegotiatorImpl;
    MethodParameters:
        Name  Flags
      filter  final

  public java.lang.String[] getProtocols(javax.net.ssl.SSLEngine);
    descriptor: (Ljavax/net/ssl/SSLEngine;)[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.AlpnClientNegotiatorImpl this
         0: .line 38
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getProtocols(SSLEngine) of type AlpnClientNegotiatorImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.http2.AlpnClientNegotiatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/AlpnClientNegotiatorImpl;
    MethodParameters:
           Name  Flags
      sslEngine  final

  public void protocolSelected(javax.net.ssl.SSLEngine, java.lang.String);
    descriptor: (Ljavax/net/ssl/SSLEngine;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.AlpnClientNegotiatorImpl this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method protocolSelected(SSLEngine, String) of type AlpnClientNegotiatorImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.http2.AlpnClientNegotiatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/AlpnClientNegotiatorImpl;
    MethodParameters:
                  Name  Flags
      sslEngine         final
      selectedProtocol  final
}
SourceFile: "AlpnClientNegotiatorImpl.java"