class io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler implements org.xnio.conduits.ReadReadyHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler
  super_class: java.lang.Object
{
  private final org.xnio.conduits.ReadReadyHandler delegateHandler;
    descriptor: Lorg/xnio/conduits/ReadReadyHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final io.undertow.protocols.ssl.SslConduit this$0;
    descriptor: Lio/undertow/protocols/ssl/SslConduit;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.undertow.protocols.ssl.SslConduit, org.xnio.conduits.ReadReadyHandler);
    descriptor: (Lio/undertow/protocols/ssl/SslConduit;Lorg/xnio/conduits/ReadReadyHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler this
        start local 2 // org.xnio.conduits.ReadReadyHandler delegateHandler
         0: .line 1163
            aload 0 /* this */
            aload 1
            putfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1164
            aload 0 /* this */
            aload 2 /* delegateHandler */
            putfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.delegateHandler:Lorg/xnio/conduits/ReadReadyHandler;
         2: .line 1165
            return
        end local 2 // org.xnio.conduits.ReadReadyHandler delegateHandler
        end local 0 // io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/undertow/protocols/ssl/SslConduit$SslReadReadyHandler;
            0    3     2  delegateHandler  Lorg/xnio/conduits/ReadReadyHandler;
    MethodParameters:
                 Name  Flags
      this$0           final
      delegateHandler  

  public void readReady();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler this
         0: .line 1169
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            iconst_2
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 18
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            bipush 12
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 18
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            sipush 128
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifne 18
         1: .line 1171
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            iconst_1
            putfield io.undertow.protocols.ssl.SslConduit.invokingReadListenerHandshake:Z
         2: .line 1172
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            invokevirtual io.undertow.protocols.ssl.SslConduit.doHandshake:()V
         3: .line 1173
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 1 /* e */
        start local 1 // java.io.IOException e
         5: .line 1174
            getstatic io.undertow.UndertowLogger.REQUEST_LOGGER:Lio/undertow/UndertowLogger;
            aload 1 /* e */
            invokeinterface io.undertow.UndertowLogger.ioException:(Ljava/io/IOException;)V
         6: .line 1175
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.delegate:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        end local 1 // java.io.IOException e
         7: .line 1180
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            iconst_0
            putfield io.undertow.protocols.ssl.SslConduit.invokingReadListenerHandshake:Z
            goto 16
         8: .line 1176
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* t */
        start local 1 // java.lang.Throwable t
         9: .line 1177
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            aload 1 /* t */
            invokeinterface io.undertow.UndertowLogger.handleUnexpectedFailure:(Ljava/lang/Throwable;)V
        10: .line 1178
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.delegate:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        end local 1 // java.lang.Throwable t
        11: .line 1180
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            iconst_0
            putfield io.undertow.protocols.ssl.SslConduit.invokingReadListenerHandshake:Z
            goto 16
        12: .line 1179
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        13: .line 1180
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            iconst_0
            putfield io.undertow.protocols.ssl.SslConduit.invokingReadListenerHandshake:Z
        14: .line 1181
            aload 2
            athrow
        15: .line 1180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            iconst_0
            putfield io.undertow.protocols.ssl.SslConduit.invokingReadListenerHandshake:Z
        16: .line 1183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            iconst_4
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifne 18
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            bipush 10
            invokestatic org.xnio.Bits.allAreSet:(II)Z
            ifne 18
        17: .line 1184
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.delegate:Lorg/xnio/StreamConnection;
            invokevirtual org.xnio.StreamConnection.getSourceChannel:()Lorg/xnio/conduits/ConduitStreamSourceChannel;
            invokevirtual org.xnio.conduits.ConduitStreamSourceChannel.suspendReads:()V
        18: .line 1188
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* noProgress */
        start local 1 // boolean noProgress
        19: .line 1189
            iconst_m1
            istore 2 /* initialDataToUnwrap */
        start local 2 // int initialDataToUnwrap
        20: .line 1190
            iconst_m1
            istore 3 /* initialUnwrapped */
        start local 3 // int initialUnwrapped
        21: .line 1191
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            iconst_4
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 39
        22: .line 1192
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.delegateHandler:Lorg/xnio/conduits/ReadReadyHandler;
            ifnonnull 38
        23: .line 1193
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.connection:Lio/undertow/protocols/ssl/UndertowSslConnection;
            invokevirtual io.undertow.protocols.ssl.UndertowSslConnection.getSourceChannel:()Lorg/xnio/conduits/ConduitStreamSourceChannel;
            invokevirtual org.xnio.conduits.ConduitStreamSourceChannel.getReadListener:()Lorg/xnio/ChannelListener;
            astore 4 /* readListener */
        start local 4 // org.xnio.ChannelListener readListener
        24: .line 1194
            aload 4 /* readListener */
            ifnonnull 27
        25: .line 1195
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            invokevirtual io.undertow.protocols.ssl.SslConduit.suspendReads:()V
        26: .line 1196
            goto 39
        27: .line 1197
      StackMap locals: io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler int int int org.xnio.ChannelListener
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            bipush 16
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 29
        28: .line 1198
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.dataToUnwrap:Lio/undertow/connector/PooledByteBuffer;
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* initialDataToUnwrap */
        29: .line 1200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.unwrappedData:Lio/undertow/connector/PooledByteBuffer;
            ifnull 31
        30: .line 1201
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.unwrappedData:Lio/undertow/connector/PooledByteBuffer;
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 3 /* initialUnwrapped */
        31: .line 1203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.connection:Lio/undertow/protocols/ssl/UndertowSslConnection;
            invokevirtual io.undertow.protocols.ssl.UndertowSslConnection.getSourceChannel:()Lorg/xnio/conduits/ConduitStreamSourceChannel;
            aload 4 /* readListener */
            invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
            pop
        32: .line 1204
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            bipush 16
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 35
            iload 2 /* initialDataToUnwrap */
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.dataToUnwrap:Lio/undertow/connector/PooledByteBuffer;
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            if_icmpne 35
        33: .line 1205
            iconst_1
            istore 1 /* noProgress */
        34: .line 1206
            goto 39
      StackMap locals:
      StackMap stack:
        35: aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.unwrappedData:Lio/undertow/connector/PooledByteBuffer;
            ifnull 39
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.unwrappedData:Lio/undertow/connector/PooledByteBuffer;
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 3 /* initialUnwrapped */
            if_icmpne 39
        36: .line 1207
            iconst_1
            istore 1 /* noProgress */
        end local 4 // org.xnio.ChannelListener readListener
        37: .line 1210
            goto 39
        38: .line 1211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.delegateHandler:Lorg/xnio/conduits/ReadReadyHandler;
            invokeinterface org.xnio.conduits.ReadReadyHandler.readReady:()V
        39: .line 1214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            iconst_4
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 51
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.unwrappedData:Lio/undertow/connector/PooledByteBuffer;
            ifnonnull 40
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            bipush 16
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 51
        40: .line 1215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            sipush 16384
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 48
        41: .line 1216
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.unwrappedData:Lio/undertow/connector/PooledByteBuffer;
            ifnull 43
        42: .line 1217
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.unwrappedData:Lio/undertow/connector/PooledByteBuffer;
            invokeinterface io.undertow.connector.PooledByteBuffer.close:()V
        43: .line 1219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.dataToUnwrap:Lio/undertow/connector/PooledByteBuffer;
            ifnull 45
        44: .line 1220
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.dataToUnwrap:Lio/undertow/connector/PooledByteBuffer;
            invokeinterface io.undertow.connector.PooledByteBuffer.close:()V
        45: .line 1222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            aconst_null
            putfield io.undertow.protocols.ssl.SslConduit.unwrappedData:Lio/undertow/connector/PooledByteBuffer;
        46: .line 1223
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            aconst_null
            putfield io.undertow.protocols.ssl.SslConduit.dataToUnwrap:Lio/undertow/connector/PooledByteBuffer;
        47: .line 1224
            goto 51
        48: .line 1230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            iconst_1
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 49
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.wrappedData:Lio/undertow/connector/PooledByteBuffer;
            ifnonnull 51
      StackMap locals:
      StackMap stack:
        49: aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.outstandingTasks:I
            ifne 51
            iload 1 /* noProgress */
            ifne 51
        50: .line 1231
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            iconst_0
            invokevirtual io.undertow.protocols.ssl.SslConduit.runReadListener:(Z)V
        51: .line 1235
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int initialUnwrapped
        end local 2 // int initialDataToUnwrap
        end local 1 // boolean noProgress
        end local 0 // io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   52     0                 this  Lio/undertow/protocols/ssl/SslConduit$SslReadReadyHandler;
            5    7     1                    e  Ljava/io/IOException;
            9   11     1                    t  Ljava/lang/Throwable;
           19   52     1           noProgress  Z
           20   52     2  initialDataToUnwrap  I
           21   52     3     initialUnwrapped  I
           24   37     4         readListener  Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSourceChannel;>;
      Exception table:
        from    to  target  type
           1     3       4  Class java.io.IOException
           1     3       8  Class java.lang.Throwable
           1     7      12  any
           8    11      12  any

  public void forceTermination();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler this
         0: .line 1240
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.delegateHandler:Lorg/xnio/conduits/ReadReadyHandler;
            ifnull 6
         1: .line 1241
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.delegateHandler:Lorg/xnio/conduits/ReadReadyHandler;
            invokeinterface org.xnio.conduits.ReadReadyHandler.forceTermination:()V
         2: .line 1243
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 1244
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.delegate:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         5: .line 1245
            aload 1
            athrow
         6: .line 1244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.delegate:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         7: .line 1246
            return
        end local 0 // io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/undertow/protocols/ssl/SslConduit$SslReadReadyHandler;
      Exception table:
        from    to  target  type
           0     3       3  any

  public void terminated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler this
         0: .line 1250
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.connection:Lio/undertow/protocols/ssl/UndertowSslConnection;
            invokevirtual io.undertow.protocols.ssl.UndertowSslConnection.getSourceChannel:()Lorg/xnio/conduits/ConduitStreamSourceChannel;
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.connection:Lio/undertow/protocols/ssl/UndertowSslConnection;
            invokevirtual io.undertow.protocols.ssl.UndertowSslConnection.getSourceChannel:()Lorg/xnio/conduits/ConduitStreamSourceChannel;
            invokevirtual org.xnio.conduits.ConduitStreamSourceChannel.getCloseListener:()Lorg/xnio/ChannelListener;
            invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
            pop
         1: .line 1251
            return
        end local 0 // io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/protocols/ssl/SslConduit$SslReadReadyHandler;
}
SourceFile: "SslConduit.java"
NestHost: io.undertow.protocols.ssl.SslConduit
InnerClasses:
  private SslReadReadyHandler = io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler of io.undertow.protocols.ssl.SslConduit