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

  private final org.glassfish.grizzly.websockets.ClosingFrame val$closingFrame;
    descriptor: Lorg/glassfish/grizzly/websockets/ClosingFrame;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.websockets.ProtocolHandler$1 this
        start local 1 // java.lang.Throwable throwable
         0: .line 175
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$1.this$0:Lorg/glassfish/grizzly/websockets/ProtocolHandler;
            getfield org.glassfish.grizzly.websockets.ProtocolHandler.webSocket:Lorg/glassfish/grizzly/websockets/WebSocket;
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$1.val$closingFrame:Lorg/glassfish/grizzly/websockets/ClosingFrame;
            invokeinterface org.glassfish.grizzly.websockets.WebSocket.onClose:(Lorg/glassfish/grizzly/websockets/DataFrame;)V
         1: .line 176
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // org.glassfish.grizzly.websockets.ProtocolHandler$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/glassfish/grizzly/websockets/ProtocolHandler$1;
            0    2     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  final

  public void completed(org.glassfish.grizzly.websockets.DataFrame);
    descriptor: (Lorg/glassfish/grizzly/websockets/DataFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.websockets.ProtocolHandler$1 this
        start local 1 // org.glassfish.grizzly.websockets.DataFrame result
         0: .line 180
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$1.this$0:Lorg/glassfish/grizzly/websockets/ProtocolHandler;
            getfield org.glassfish.grizzly.websockets.ProtocolHandler.maskData:Z
            ifne 2
         1: .line 181
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$1.this$0:Lorg/glassfish/grizzly/websockets/ProtocolHandler;
            getfield org.glassfish.grizzly.websockets.ProtocolHandler.webSocket:Lorg/glassfish/grizzly/websockets/WebSocket;
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$1.val$closingFrame:Lorg/glassfish/grizzly/websockets/ClosingFrame;
            invokeinterface org.glassfish.grizzly.websockets.WebSocket.onClose:(Lorg/glassfish/grizzly/websockets/DataFrame;)V
         2: .line 183
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.glassfish.grizzly.websockets.DataFrame result
        end local 0 // org.glassfish.grizzly.websockets.ProtocolHandler$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/glassfish/grizzly/websockets/ProtocolHandler$1;
            0    3     1  result  Lorg/glassfish/grizzly/websockets/DataFrame;
    MethodParameters:
        Name  Flags
      result  

  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.websockets.DataFrame
            invokevirtual org.glassfish.grizzly.websockets.ProtocolHandler$1.completed:(Lorg/glassfish/grizzly/websockets/DataFrame;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/glassfish/grizzly/EmptyCompletionHandler<Lorg/glassfish/grizzly/websockets/DataFrame;>;
SourceFile: "ProtocolHandler.java"
EnclosingMethod: org.glassfish.grizzly.websockets.ProtocolHandler.close:(ILjava/lang/String;)Lorg/glassfish/grizzly/GrizzlyFuture;
NestHost: org.glassfish.grizzly.websockets.ProtocolHandler
InnerClasses:
  org.glassfish.grizzly.websockets.ProtocolHandler$1