class io.undertow.server.protocol.http.HttpContinue$4 implements org.xnio.ChannelExceptionHandler<java.nio.channels.Channel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.http.HttpContinue$4
  super_class: java.lang.Object
{
  private final io.undertow.server.HttpServerExchange val$exchange;
    descriptor: Lio/undertow/server/HttpServerExchange;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.undertow.io.IoCallback val$callback;
    descriptor: Lio/undertow/io/IoCallback;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.server.HttpServerExchange, io.undertow.io.IoCallback);
    descriptor: (Lio/undertow/server/HttpServerExchange;Lio/undertow/io/IoCallback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.server.protocol.http.HttpContinue$4 this
         0: .line 239
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.http.HttpContinue$4.val$exchange:Lio/undertow/server/HttpServerExchange;
            aload 0 /* this */
            aload 2
            putfield io.undertow.server.protocol.http.HttpContinue$4.val$callback:Lio/undertow/io/IoCallback;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.protocol.http.HttpContinue$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/http/HttpContinue$4;
    MethodParameters:
              Name  Flags
      val$exchange  final
      val$callback  final

  public void handleException(java.nio.channels.Channel, java.io.IOException);
    descriptor: (Ljava/nio/channels/Channel;Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.undertow.server.protocol.http.HttpContinue$4 this
        start local 1 // java.nio.channels.Channel channel
        start local 2 // java.io.IOException e
         0: .line 242
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpContinue$4.val$exchange:Lio/undertow/server/HttpServerExchange;
            new io.undertow.server.protocol.http.HttpContinue$4$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpContinue$4.val$callback:Lio/undertow/io/IoCallback;
            aload 2 /* e */
            invokespecial io.undertow.server.protocol.http.HttpContinue$4$1.<init>:(Lio/undertow/server/protocol/http/HttpContinue$4;Lio/undertow/io/IoCallback;Ljava/io/IOException;)V
            invokevirtual io.undertow.server.HttpServerExchange.dispatch:(Lio/undertow/server/HttpHandler;)Lio/undertow/server/HttpServerExchange;
            pop
         1: .line 248
            return
        end local 2 // java.io.IOException e
        end local 1 // java.nio.channels.Channel channel
        end local 0 // io.undertow.server.protocol.http.HttpContinue$4 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/undertow/server/protocol/http/HttpContinue$4;
            0    2     1  channel  Ljava/nio/channels/Channel;
            0    2     2        e  Ljava/io/IOException;
    MethodParameters:
         Name  Flags
      channel  
      e        final
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelExceptionHandler<Ljava/nio/channels/Channel;>;
SourceFile: "HttpContinue.java"
EnclosingMethod: io.undertow.server.protocol.http.HttpContinue.internalSendContinueResponse:(Lio/undertow/server/HttpServerExchange;Lio/undertow/io/IoCallback;)V
NestHost: io.undertow.server.protocol.http.HttpContinue
InnerClasses:
  io.undertow.server.protocol.http.HttpContinue$4
  io.undertow.server.protocol.http.HttpContinue$4$1