final class org.glassfish.grizzly.http2.AlpnServerNegotiatorImpl extends org.glassfish.grizzly.http2.AlpnNegotiatorBase
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http2.AlpnServerNegotiatorImpl
  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.Http2BaseFilter filter;
    descriptor: Lorg/glassfish/grizzly/http2/Http2BaseFilter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.glassfish.grizzly.http2.Http2ServerFilter);
    descriptor: (Lorg/glassfish/grizzly/http2/Http2ServerFilter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.AlpnServerNegotiatorImpl this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.glassfish.grizzly.npn cannot be resolved\n\tAlpnServerNegotiator cannot be resolved to a type\n\tThe method selectProtocol(SSLEngine, String[]) of type AlpnServerNegotiatorImpl 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.AlpnServerNegotiatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/AlpnServerNegotiatorImpl;
    MethodParameters:
                    Name  Flags
      http2HandlerFilter  final

  public java.lang.String selectProtocol(javax.net.ssl.SSLEngine, java.lang.String[]);
    descriptor: (Ljavax/net/ssl/SSLEngine;[Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.AlpnServerNegotiatorImpl this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method selectProtocol(SSLEngine, String[]) of type AlpnServerNegotiatorImpl 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.AlpnServerNegotiatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/AlpnServerNegotiatorImpl;
    MethodParameters:
                 Name  Flags
      sslEngine        
      clientProtocols  

  private void configureHttp2(org.glassfish.grizzly.Connection, java.lang.String);
    descriptor: (Lorg/glassfish/grizzly/Connection;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.AlpnServerNegotiatorImpl this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.http2.AlpnServerNegotiatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/AlpnServerNegotiatorImpl;
    MethodParameters:
                   Name  Flags
      connection         final
      supportedProtocol  final
}
SourceFile: "AlpnServerNegotiatorImpl.java"