class io.undertow.server.protocol.http.HttpContinue$2 implements io.undertow.server.protocol.http.HttpContinue$ContinueResponseSender
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.http.HttpContinue$2
  super_class: java.lang.Object
{
  boolean shutdown;
    descriptor: Z
    flags: (0x0000) 

  private final org.xnio.channels.StreamSinkChannel val$responseChannel;
    descriptor: Lorg/xnio/channels/StreamSinkChannel;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.xnio.channels.StreamSinkChannel);
    descriptor: (Lorg/xnio/channels/StreamSinkChannel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.http.HttpContinue$2 this
         0: .line 147
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.http.HttpContinue$2.val$responseChannel:Lorg/xnio/channels/StreamSinkChannel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 148
            aload 0 /* this */
            iconst_0
            putfield io.undertow.server.protocol.http.HttpContinue$2.shutdown:Z
         2: .line 147
            return
        end local 0 // io.undertow.server.protocol.http.HttpContinue$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/server/protocol/http/HttpContinue$2;
    MethodParameters:
                     Name  Flags
      val$responseChannel  final

  public boolean send();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.http.HttpContinue$2 this
         0: .line 152
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpContinue$2.shutdown:Z
            ifne 3
         1: .line 153
            aload 0 /* this */
            iconst_1
            putfield io.undertow.server.protocol.http.HttpContinue$2.shutdown:Z
         2: .line 154
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpContinue$2.val$responseChannel:Lorg/xnio/channels/StreamSinkChannel;
            invokeinterface org.xnio.channels.StreamSinkChannel.shutdownWrites:()V
         3: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpContinue$2.val$responseChannel:Lorg/xnio/channels/StreamSinkChannel;
            invokeinterface org.xnio.channels.StreamSinkChannel.flush:()Z
            ireturn
        end local 0 // io.undertow.server.protocol.http.HttpContinue$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/server/protocol/http/HttpContinue$2;
    Exceptions:
      throws java.io.IOException

  public void awaitWritable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.http.HttpContinue$2 this
         0: .line 161
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpContinue$2.val$responseChannel:Lorg/xnio/channels/StreamSinkChannel;
            invokeinterface org.xnio.channels.StreamSinkChannel.awaitWritable:()V
         1: .line 162
            return
        end local 0 // io.undertow.server.protocol.http.HttpContinue$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/server/protocol/http/HttpContinue$2;
    Exceptions:
      throws java.io.IOException

  public void awaitWritable(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 // io.undertow.server.protocol.http.HttpContinue$2 this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 166
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpContinue$2.val$responseChannel:Lorg/xnio/channels/StreamSinkChannel;
            lload 1 /* time */
            aload 3 /* timeUnit */
            invokeinterface org.xnio.channels.StreamSinkChannel.awaitWritable:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 167
            return
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long time
        end local 0 // io.undertow.server.protocol.http.HttpContinue$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/undertow/server/protocol/http/HttpContinue$2;
            0    2     1      time  J
            0    2     3  timeUnit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      time      final
      timeUnit  final
}
SourceFile: "HttpContinue.java"
EnclosingMethod: io.undertow.server.protocol.http.HttpContinue.createResponseSender:(Lio/undertow/server/HttpServerExchange;)Lio/undertow/server/protocol/http/HttpContinue$ContinueResponseSender;
NestHost: io.undertow.server.protocol.http.HttpContinue
InnerClasses:
  io.undertow.server.protocol.http.HttpContinue$2
  public abstract ContinueResponseSender = io.undertow.server.protocol.http.HttpContinue$ContinueResponseSender of io.undertow.server.protocol.http.HttpContinue