class io.undertow.protocols.ssl.SslConduit$2 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.ssl.SslConduit$2
  super_class: java.lang.Object
{
  final io.undertow.protocols.ssl.SslConduit this$0;
    descriptor: Lio/undertow/protocols/ssl/SslConduit;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.protocols.ssl.SslConduit);
    descriptor: (Lio/undertow/protocols/ssl/SslConduit;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.ssl.SslConduit$2 this
         0: .line 177
            aload 0 /* this */
            aload 1
            putfield io.undertow.protocols.ssl.SslConduit$2.this$0:Lio/undertow/protocols/ssl/SslConduit;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.protocols.ssl.SslConduit$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/ssl/SslConduit$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.ssl.SslConduit$2 this
         0: .line 180
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$2.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.state:I
            iconst_4
            invokestatic org.xnio.Bits.allAreSet:(II)Z
            ifeq 2
         1: .line 181
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$2.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.resumeReads:()V
         2: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$2.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.runReadListenerCommand:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         3: .line 184
            return
        end local 0 // io.undertow.protocols.ssl.SslConduit$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/protocols/ssl/SslConduit$2;
}
SourceFile: "SslConduit.java"
EnclosingMethod: io.undertow.protocols.ssl.SslConduit
NestHost: io.undertow.protocols.ssl.SslConduit
InnerClasses:
  io.undertow.protocols.ssl.SslConduit$2