class org.glassfish.grizzly.websockets.ProtocolHandler$2 extends org.glassfish.grizzly.EmptyCompletionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.websockets.ProtocolHandler$2
  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.CompletionHandler val$completionHandler;
    descriptor: Lorg/glassfish/grizzly/CompletionHandler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  private final org.glassfish.grizzly.impl.FutureImpl val$localFuture;
    descriptor: Lorg/glassfish/grizzly/impl/FutureImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void completed(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.websockets.ProtocolHandler$2 this
        start local 1 // java.lang.Object result
         0: .line 201
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$2.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            ifnull 2
         1: .line 202
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$2.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$2.val$frame:Lorg/glassfish/grizzly/websockets/DataFrame;
            invokeinterface org.glassfish.grizzly.CompletionHandler.completed:(Ljava/lang/Object;)V
         2: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$2.val$localFuture:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$2.val$frame:Lorg/glassfish/grizzly/websockets/DataFrame;
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.result:(Ljava/lang/Object;)V
         3: .line 206
            return
        end local 1 // java.lang.Object result
        end local 0 // org.glassfish.grizzly.websockets.ProtocolHandler$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/glassfish/grizzly/websockets/ProtocolHandler$2;
            0    4     1  result  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      result  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$2 this
        start local 1 // java.lang.Throwable throwable
         0: .line 210
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$2.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            ifnull 2
         1: .line 211
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$2.val$completionHandler:Lorg/glassfish/grizzly/CompletionHandler;
            aload 1 /* throwable */
            invokeinterface org.glassfish.grizzly.CompletionHandler.failed:(Ljava/lang/Throwable;)V
         2: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.websockets.ProtocolHandler$2.val$localFuture:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 1 /* throwable */
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.failure:(Ljava/lang/Throwable;)V
         3: .line 215
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // org.glassfish.grizzly.websockets.ProtocolHandler$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/glassfish/grizzly/websockets/ProtocolHandler$2;
            0    4     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  final
}
SourceFile: "ProtocolHandler.java"
EnclosingMethod: org.glassfish.grizzly.websockets.ProtocolHandler.write:(Lorg/glassfish/grizzly/websockets/DataFrame;Lorg/glassfish/grizzly/CompletionHandler;)Lorg/glassfish/grizzly/GrizzlyFuture;
NestHost: org.glassfish.grizzly.websockets.ProtocolHandler
InnerClasses:
  org.glassfish.grizzly.websockets.ProtocolHandler$2