class org.glassfish.grizzly.websockets.WebSocketEngine$WebSocketApplicationReg
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.websockets.WebSocketEngine$WebSocketApplicationReg
  super_class: java.lang.Object
{
  private final org.glassfish.grizzly.websockets.WebSocketApplication app;
    descriptor: Lorg/glassfish/grizzly/websockets/WebSocketApplication;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.grizzly.websockets.WebSocketMappingData mappingData;
    descriptor: Lorg/glassfish/grizzly/websockets/WebSocketMappingData;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.glassfish.grizzly.websockets.WebSocketApplication, org.glassfish.grizzly.websockets.WebSocketMappingData);
    descriptor: (Lorg/glassfish/grizzly/websockets/WebSocketApplication;Lorg/glassfish/grizzly/websockets/WebSocketMappingData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.websockets.WebSocketEngine$WebSocketApplicationReg this
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.glassfish.grizzly.http.server cannot be resolved\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\twrapper cannot be resolved or is not a field\n\twrapper cannot be resolved or is not a field\n\tThe method recycle() is undefined for the type WebSocketMappingData\n\tcontextPath cannot be resolved or is not a field\n\tThe method upgrade(FilterChainContext, HttpContent, Mapper) from the type WebSocketEngine refers to the missing type Mapper\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n\tMapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.websockets.WebSocketEngine$WebSocketApplicationReg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/websockets/WebSocketEngine$WebSocketApplicationReg;
    MethodParameters:
             Name  Flags
      app          final
      mappingData  final
}
SourceFile: "WebSocketEngine.java"
NestHost: org.glassfish.grizzly.websockets.WebSocketEngine
InnerClasses:
  private WebSocketApplicationReg = org.glassfish.grizzly.websockets.WebSocketEngine$WebSocketApplicationReg of org.glassfish.grizzly.websockets.WebSocketEngine