public class org.glassfish.grizzly.http2.Http2AddOn
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http2.Http2AddOn
  super_class: java.lang.Object
{
  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.Http2Configuration http2Configuration;
    descriptor: Lorg/glassfish/grizzly/http2/Http2Configuration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2AddOn this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.glassfish.grizzly.http.server cannot be resolved\n\tThe import org.glassfish.grizzly.http.server cannot be resolved\n\tAddOn cannot be resolved to a type\n\tNetworkListener cannot be resolved to a type\n\tThe method setServerSideNegotiator(Transport, AlpnServerNegotiator) from the type AlpnSupport refers to the missing type AlpnServerNegotiator\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.http2.Http2AddOn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2AddOn;

  public void <init>(org.glassfish.grizzly.http2.Http2Configuration);
    descriptor: (Lorg/glassfish/grizzly/http2/Http2Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2AddOn this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.glassfish.grizzly.http.server cannot be resolved\n\tThe import org.glassfish.grizzly.http.server cannot be resolved\n\tAddOn cannot be resolved to a type\n\tNetworkListener cannot be resolved to a type\n\tThe method setServerSideNegotiator(Transport, AlpnServerNegotiator) from the type AlpnSupport refers to the missing type AlpnServerNegotiator\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.http2.Http2AddOn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2AddOn;
    MethodParameters:
                    Name  Flags
      http2Configuration  final

  public void setup(NetworkListener, org.glassfish.grizzly.filterchain.FilterChainBuilder);
    descriptor: (LNetworkListener;Lorg/glassfish/grizzly/filterchain/FilterChainBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.Http2AddOn this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNetworkListener cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.http2.Http2AddOn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2AddOn;
    MethodParameters:
                 Name  Flags
      networkListener  
      builder          

  public org.glassfish.grizzly.http2.Http2Configuration getConfiguration();
    descriptor: ()Lorg/glassfish/grizzly/http2/Http2Configuration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2AddOn this
         0: .line 89
            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.Http2AddOn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2AddOn;

  private org.glassfish.grizzly.http2.Http2ServerFilter updateFilterChain(org.glassfish.grizzly.filterchain.FilterChainBuilder);
    descriptor: (Lorg/glassfish/grizzly/filterchain/FilterChainBuilder;)Lorg/glassfish/grizzly/http2/Http2ServerFilter;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2AddOn this
         0: .line 97
            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.Http2AddOn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2AddOn;
    MethodParameters:
         Name  Flags
      builder  final

  private static void configureAlpn(org.glassfish.grizzly.Transport, org.glassfish.grizzly.http2.Http2ServerFilter, org.glassfish.grizzly.filterchain.FilterChainBuilder);
    descriptor: (Lorg/glassfish/grizzly/Transport;Lorg/glassfish/grizzly/http2/Http2ServerFilter;Lorg/glassfish/grizzly/filterchain/FilterChainBuilder;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setServerSideNegotiator(Transport, AlpnServerNegotiator) from the type AlpnSupport refers to the missing type AlpnServerNegotiator\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
             Name  Flags
      transport    final
      http2Filter  final
      builder      final
}
SourceFile: "Http2AddOn.java"