class org.eclipse.jetty.io.ChannelEndPoint$4 extends org.eclipse.jetty.io.ChannelEndPoint$RunnableCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.io.ChannelEndPoint$4
  super_class: org.eclipse.jetty.io.ChannelEndPoint$RunnableCloseable
{
  final org.eclipse.jetty.io.ChannelEndPoint this$0;
    descriptor: Lorg/eclipse/jetty/io/ChannelEndPoint;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jetty.io.ChannelEndPoint, org.eclipse.jetty.io.ChannelEndPoint, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/io/ChannelEndPoint;Lorg/eclipse/jetty/io/ChannelEndPoint;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.io.ChannelEndPoint$4 this
        start local 3 // java.lang.String $anonymous0
         0: .line 142
            aload 0 /* this */
            aload 2
            putfield org.eclipse.jetty.io.ChannelEndPoint$4.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            invokespecial org.eclipse.jetty.io.ChannelEndPoint$RunnableCloseable.<init>:(Lorg/eclipse/jetty/io/ChannelEndPoint;Ljava/lang/String;)V
            return
        end local 3 // java.lang.String $anonymous0
        end local 0 // org.eclipse.jetty.io.ChannelEndPoint$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jetty/io/ChannelEndPoint$4;
            0    1     3  $anonymous0  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  

  public org.eclipse.jetty.util.thread.Invocable$InvocationType getInvocationType();
    descriptor: ()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.io.ChannelEndPoint$4 this
         0: .line 147
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ChannelEndPoint$4.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
            invokevirtual org.eclipse.jetty.io.ChannelEndPoint.getFillInterest:()Lorg/eclipse/jetty/io/FillInterest;
            invokevirtual org.eclipse.jetty.io.FillInterest.getCallbackInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            astore 1 /* fillT */
        start local 1 // org.eclipse.jetty.util.thread.Invocable$InvocationType fillT
         1: .line 148
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ChannelEndPoint$4.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
            invokevirtual org.eclipse.jetty.io.ChannelEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
            invokevirtual org.eclipse.jetty.io.WriteFlusher.getCallbackInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            astore 2 /* flushT */
        start local 2 // org.eclipse.jetty.util.thread.Invocable$InvocationType flushT
         2: .line 149
            aload 1 /* fillT */
            aload 2 /* flushT */
            if_acmpne 4
         3: .line 150
            aload 1 /* fillT */
            areturn
         4: .line 152
      StackMap locals: org.eclipse.jetty.util.thread.Invocable$InvocationType org.eclipse.jetty.util.thread.Invocable$InvocationType
      StackMap stack:
            aload 1 /* fillT */
            getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.EITHER:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            if_acmpne 6
            aload 2 /* flushT */
            getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.NON_BLOCKING:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            if_acmpne 6
         5: .line 153
            getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.EITHER:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            areturn
         6: .line 155
      StackMap locals:
      StackMap stack:
            aload 1 /* fillT */
            getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.NON_BLOCKING:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            if_acmpne 8
            aload 2 /* flushT */
            getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.EITHER:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            if_acmpne 8
         7: .line 156
            getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.EITHER:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            areturn
         8: .line 158
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.BLOCKING:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            areturn
        end local 2 // org.eclipse.jetty.util.thread.Invocable$InvocationType flushT
        end local 1 // org.eclipse.jetty.util.thread.Invocable$InvocationType fillT
        end local 0 // org.eclipse.jetty.io.ChannelEndPoint$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/eclipse/jetty/io/ChannelEndPoint$4;
            1    9     1   fillT  Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            2    9     2  flushT  Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ChannelEndPoint$4 this
         0: .line 164
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ChannelEndPoint$4.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
            invokevirtual org.eclipse.jetty.io.ChannelEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
            invokevirtual org.eclipse.jetty.io.WriteFlusher.completeWrite:()V
         1: .line 165
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ChannelEndPoint$4.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
            invokevirtual org.eclipse.jetty.io.ChannelEndPoint.getFillInterest:()Lorg/eclipse/jetty/io/FillInterest;
            invokevirtual org.eclipse.jetty.io.FillInterest.fillable:()Z
            pop
         2: .line 166
            return
        end local 0 // org.eclipse.jetty.io.ChannelEndPoint$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/io/ChannelEndPoint$4;
}
SourceFile: "ChannelEndPoint.java"
EnclosingMethod: org.eclipse.jetty.io.ChannelEndPoint
NestHost: org.eclipse.jetty.io.ChannelEndPoint
InnerClasses:
  org.eclipse.jetty.io.ChannelEndPoint$4
  private abstract RunnableCloseable = org.eclipse.jetty.io.ChannelEndPoint$RunnableCloseable of org.eclipse.jetty.io.ChannelEndPoint
  public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable