class io.undertow.protocols.ssl.SslConduit$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.ssl.SslConduit$1
  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$1 this
         0: .line 175
            aload 0 /* this */
            aload 1
            putfield io.undertow.protocols.ssl.SslConduit$1.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$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/ssl/SslConduit$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.undertow.protocols.ssl.SslConduit$1 this
         0: .line 178
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$1.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.readListenerInvocationCount:I
            istore 1 /* count */
        start local 1 // int count
         1: .line 180
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$1.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.readReadyHandler:Lio/undertow/protocols/ssl/SslConduit$SslReadReadyHandler;
            invokevirtual io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.readReady:()V
         2: .line 181
            goto 7
      StackMap locals: io.undertow.protocols.ssl.SslConduit$1 int
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 182
            iload 1 /* count */
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$1.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.readListenerInvocationCount:I
            if_icmpne 6
         5: .line 183
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$1.this$0:Lio/undertow/protocols/ssl/SslConduit;
            iconst_0
            putfield io.undertow.protocols.ssl.SslConduit.readListenerInvocationCount:I
         6: .line 185
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 2
            athrow
         7: .line 182
      StackMap locals:
      StackMap stack:
            iload 1 /* count */
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$1.this$0:Lio/undertow/protocols/ssl/SslConduit;
            getfield io.undertow.protocols.ssl.SslConduit.readListenerInvocationCount:I
            if_icmpne 9
         8: .line 183
            aload 0 /* this */
            getfield io.undertow.protocols.ssl.SslConduit$1.this$0:Lio/undertow/protocols/ssl/SslConduit;
            iconst_0
            putfield io.undertow.protocols.ssl.SslConduit.readListenerInvocationCount:I
         9: .line 186
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int count
        end local 0 // io.undertow.protocols.ssl.SslConduit$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lio/undertow/protocols/ssl/SslConduit$1;
            1   10     1  count  I
      Exception table:
        from    to  target  type
           1     3       3  any
}
SourceFile: "SslConduit.java"
EnclosingMethod: io.undertow.protocols.ssl.SslConduit
NestHost: io.undertow.protocols.ssl.SslConduit
InnerClasses:
  io.undertow.protocols.ssl.SslConduit$1
  private SslReadReadyHandler = io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler of io.undertow.protocols.ssl.SslConduit