class org.glassfish.grizzly.servlet.HttpServletRequestImpl$1 extends org.glassfish.grizzly.EmptyCompletionHandler<org.glassfish.grizzly.http.server.Response>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.servlet.HttpServletRequestImpl$1
  super_class: org.glassfish.grizzly.EmptyCompletionHandler
{
  final org.glassfish.grizzly.servlet.HttpServletRequestImpl this$0;
    descriptor: Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.glassfish.grizzly.servlet.AsyncContextImpl val$asyncContextFinal;
    descriptor: Lorg/glassfish/grizzly/servlet/AsyncContextImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.grizzly.servlet.HttpServletRequestImpl, org.glassfish.grizzly.servlet.AsyncContextImpl);
    descriptor: (Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;Lorg/glassfish/grizzly/servlet/AsyncContextImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.HttpServletRequestImpl$1 this
         0: .line 1255
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.servlet.HttpServletRequestImpl$1.this$0:Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;
            aload 0 /* this */
            aload 2
            putfield org.glassfish.grizzly.servlet.HttpServletRequestImpl$1.val$asyncContextFinal:Lorg/glassfish/grizzly/servlet/AsyncContextImpl;
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.EmptyCompletionHandler.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.servlet.HttpServletRequestImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl$1;
    MethodParameters:
                       Name  Flags
      this$0                 final
      val$asyncContextFinal  final

  public void completed(org.glassfish.grizzly.http.server.Response);
    descriptor: (Lorg/glassfish/grizzly/http/server/Response;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletRequestImpl$1 this
        start local 1 // org.glassfish.grizzly.http.server.Response response
         0: .line 1259
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletRequestImpl$1.val$asyncContextFinal:Lorg/glassfish/grizzly/servlet/AsyncContextImpl;
            getstatic org.glassfish.grizzly.servlet.AsyncContextImpl$AsyncEventType.COMPLETE:Lorg/glassfish/grizzly/servlet/AsyncContextImpl$AsyncEventType;
            aconst_null
            invokevirtual org.glassfish.grizzly.servlet.AsyncContextImpl.notifyAsyncListeners:(Lorg/glassfish/grizzly/servlet/AsyncContextImpl$AsyncEventType;Ljava/lang/Throwable;)V
         1: .line 1260
            return
        end local 1 // org.glassfish.grizzly.http.server.Response response
        end local 0 // org.glassfish.grizzly.servlet.HttpServletRequestImpl$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl$1;
            0    2     1  response  Lorg/glassfish/grizzly/http/server/Response;
    MethodParameters:
          Name  Flags
      response  

  public void completed(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.glassfish.grizzly.http.server.Response
            invokevirtual org.glassfish.grizzly.servlet.HttpServletRequestImpl$1.completed:(Lorg/glassfish/grizzly/http/server/Response;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/glassfish/grizzly/EmptyCompletionHandler<Lorg/glassfish/grizzly/http/server/Response;>;
SourceFile: "HttpServletRequestImpl.java"
EnclosingMethod: org.glassfish.grizzly.servlet.HttpServletRequestImpl.startAsync:(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;Z)Ljakarta/servlet/AsyncContext;
NestHost: org.glassfish.grizzly.servlet.HttpServletRequestImpl
InnerClasses:
  final AsyncEventType = org.glassfish.grizzly.servlet.AsyncContextImpl$AsyncEventType of org.glassfish.grizzly.servlet.AsyncContextImpl
  org.glassfish.grizzly.servlet.HttpServletRequestImpl$1