class org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter extends java.util.concurrent.CompletableFuture<org.glassfish.jersey.server.ContainerResponse> implements org.glassfish.jersey.server.spi.ContainerResponseWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter
  super_class: java.util.concurrent.CompletableFuture
{
  private org.glassfish.jersey.server.ContainerResponse response;
    descriptor: Lorg/glassfish/jersey/server/ContainerResponse;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.String requestMethodName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.io.OutputStream outputStream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler requestTimeoutHandler;
    descriptor: Lorg/glassfish/jersey/server/internal/JerseyRequestTimeoutHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.lang.String, java.io.OutputStream, java.util.concurrent.ScheduledExecutorService);
    descriptor: (Ljava/lang/String;Ljava/io/OutputStream;Ljava/util/concurrent/ScheduledExecutorService;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
        start local 1 // java.lang.String requestMethodName
        start local 2 // java.io.OutputStream outputStream
        start local 3 // java.util.concurrent.ScheduledExecutorService backgroundScheduler
         0: .line 606
            aload 0 /* this */
            invokespecial java.util.concurrent.CompletableFuture.<init>:()V
         1: .line 599
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.response:Lorg/glassfish/jersey/server/ContainerResponse;
         2: .line 609
            aload 0 /* this */
            aload 1 /* requestMethodName */
            putfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.requestMethodName:Ljava/lang/String;
         3: .line 610
            aload 0 /* this */
            aload 2 /* outputStream */
            putfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.outputStream:Ljava/io/OutputStream;
         4: .line 611
            aload 0 /* this */
            new org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
            dup
            aload 0 /* this */
            aload 3 /* backgroundScheduler */
            invokespecial org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler.<init>:(Lorg/glassfish/jersey/server/spi/ContainerResponseWriter;Ljava/util/concurrent/ScheduledExecutorService;)V
            putfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.requestTimeoutHandler:Lorg/glassfish/jersey/server/internal/JerseyRequestTimeoutHandler;
         5: .line 612
            return
        end local 3 // java.util.concurrent.ScheduledExecutorService backgroundScheduler
        end local 2 // java.io.OutputStream outputStream
        end local 1 // java.lang.String requestMethodName
        end local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    6     0                 this  Lorg/glassfish/jersey/server/ApplicationHandler$FutureResponseWriter;
            0    6     1    requestMethodName  Ljava/lang/String;
            0    6     2         outputStream  Ljava/io/OutputStream;
            0    6     3  backgroundScheduler  Ljava/util/concurrent/ScheduledExecutorService;
    MethodParameters:
                     Name  Flags
      requestMethodName    final
      outputStream         final
      backgroundScheduler  final

  public java.io.OutputStream writeResponseStatusAndHeaders(long, org.glassfish.jersey.server.ContainerResponse);
    descriptor: (JLorg/glassfish/jersey/server/ContainerResponse;)Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
        start local 1 // long contentLength
        start local 3 // org.glassfish.jersey.server.ContainerResponse response
         0: .line 616
            aload 0 /* this */
            aload 3 /* response */
            putfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.response:Lorg/glassfish/jersey/server/ContainerResponse;
         1: .line 618
            lload 1 /* contentLength */
            lconst_0
            lcmp
            iflt 3
         2: .line 619
            aload 3 /* response */
            invokevirtual org.glassfish.jersey.server.ContainerResponse.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Content-Length"
            lload 1 /* contentLength */
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            invokeinterface javax.ws.rs.core.MultivaluedMap.putSingle:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.outputStream:Ljava/io/OutputStream;
            areturn
        end local 3 // org.glassfish.jersey.server.ContainerResponse response
        end local 1 // long contentLength
        end local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/glassfish/jersey/server/ApplicationHandler$FutureResponseWriter;
            0    4     1  contentLength  J
            0    4     3       response  Lorg/glassfish/jersey/server/ContainerResponse;
    MethodParameters:
               Name  Flags
      contentLength  final
      response       final

  public boolean suspend(long, java.util.concurrent.TimeUnit, org.glassfish.jersey.server.spi.ContainerResponseWriter$TimeoutHandler);
    descriptor: (JLjava/util/concurrent/TimeUnit;Lorg/glassfish/jersey/server/spi/ContainerResponseWriter$TimeoutHandler;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit unit
        start local 4 // org.glassfish.jersey.server.spi.ContainerResponseWriter$TimeoutHandler handler
         0: .line 627
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.requestTimeoutHandler:Lorg/glassfish/jersey/server/internal/JerseyRequestTimeoutHandler;
            lload 1 /* time */
            aload 3 /* unit */
            aload 4 /* handler */
            invokevirtual org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler.suspend:(JLjava/util/concurrent/TimeUnit;Lorg/glassfish/jersey/server/spi/ContainerResponseWriter$TimeoutHandler;)Z
            ireturn
        end local 4 // org.glassfish.jersey.server.spi.ContainerResponseWriter$TimeoutHandler handler
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long time
        end local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/glassfish/jersey/server/ApplicationHandler$FutureResponseWriter;
            0    1     1     time  J
            0    1     3     unit  Ljava/util/concurrent/TimeUnit;
            0    1     4  handler  Lorg/glassfish/jersey/server/spi/ContainerResponseWriter$TimeoutHandler;
    MethodParameters:
         Name  Flags
      time     final
      unit     final
      handler  final

  public void setSuspendTimeout(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 632
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.requestTimeoutHandler:Lorg/glassfish/jersey/server/internal/JerseyRequestTimeoutHandler;
            lload 1 /* time */
            aload 3 /* unit */
            invokevirtual org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler.setSuspendTimeout:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 633
            return
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long time
        end local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/jersey/server/ApplicationHandler$FutureResponseWriter;
            0    2     1  time  J
            0    2     3  unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
      Name  Flags
      time  final
      unit  final

  public void commit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
         0: .line 637
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.response:Lorg/glassfish/jersey/server/ContainerResponse;
            astore 1 /* current */
        start local 1 // org.glassfish.jersey.server.ContainerResponse current
         1: .line 638
            aload 1 /* current */
            ifnull 6
         2: .line 639
            ldc "HEAD"
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.requestMethodName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 1 /* current */
            invokevirtual org.glassfish.jersey.server.ContainerResponse.hasEntity:()Z
            ifeq 4
         3: .line 642
            aload 1 /* current */
            aconst_null
            invokevirtual org.glassfish.jersey.server.ContainerResponse.setEntity:(Ljava/lang/Object;)V
         4: .line 644
      StackMap locals: org.glassfish.jersey.server.ContainerResponse
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.requestTimeoutHandler:Lorg/glassfish/jersey/server/internal/JerseyRequestTimeoutHandler;
            invokevirtual org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler.close:()V
         5: .line 645
            aload 0 /* this */
            aload 1 /* current */
            invokespecial java.util.concurrent.CompletableFuture.complete:(Ljava/lang/Object;)Z
            pop
         6: .line 647
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.glassfish.jersey.server.ContainerResponse current
        end local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/glassfish/jersey/server/ApplicationHandler$FutureResponseWriter;
            1    7     1  current  Lorg/glassfish/jersey/server/ContainerResponse;

  public void failure(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.jersey.server.ApplicationHandler$FutureResponseWriter this
        start local 1 // java.lang.Throwable error
         0: .line 651
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter.requestTimeoutHandler:Lorg/glassfish/jersey/server/internal/JerseyRequestTimeoutHandler;
            invokevirtual org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler.close:()V
         1: .line 652
            aload 0 /* this */
            aload 1 /* error */
            invokespecial java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
         2: .line 653
            return
        end local 1 // java.lang.Throwable error
        end local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/glassfish/jersey/server/ApplicationHandler$FutureResponseWriter;
            0    3     1  error  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      error  final

  public boolean enableResponseBuffering();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
         0: .line 657
            iconst_1
            ireturn
        end local 0 // org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/server/ApplicationHandler$FutureResponseWriter;
}
Signature: Ljava/util/concurrent/CompletableFuture<Lorg/glassfish/jersey/server/ContainerResponse;>;Lorg/glassfish/jersey/server/spi/ContainerResponseWriter;
SourceFile: "ApplicationHandler.java"
NestHost: org.glassfish.jersey.server.ApplicationHandler
InnerClasses:
  private FutureResponseWriter = org.glassfish.jersey.server.ApplicationHandler$FutureResponseWriter of org.glassfish.jersey.server.ApplicationHandler
  public abstract TimeoutHandler = org.glassfish.jersey.server.spi.ContainerResponseWriter$TimeoutHandler of org.glassfish.jersey.server.spi.ContainerResponseWriter