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

  void <init>(org.eclipse.jetty.io.SocketChannelEndPoint, org.eclipse.jetty.io.SocketChannelEndPoint, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/io/SocketChannelEndPoint;Lorg/eclipse/jetty/io/SocketChannelEndPoint;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$2 this
        start local 3 // java.lang.String $anonymous0
         0: .line 110
            aload 0 /* this */
            aload 2
            putfield org.eclipse.jetty.io.SocketChannelEndPoint$2.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            invokespecial org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable.<init>:(Lorg/eclipse/jetty/io/SocketChannelEndPoint;Ljava/lang/String;)V
            return
        end local 3 // java.lang.String $anonymous0
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jetty/io/SocketChannelEndPoint$2;
            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=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$2 this
         0: .line 115
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint$2.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            invokevirtual org.eclipse.jetty.io.SocketChannelEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
            invokevirtual org.eclipse.jetty.io.WriteFlusher.getCallbackInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            areturn
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/SocketChannelEndPoint$2;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$2 this
         0: .line 121
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint$2.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            invokevirtual org.eclipse.jetty.io.SocketChannelEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
            invokevirtual org.eclipse.jetty.io.WriteFlusher.completeWrite:()V
         1: .line 122
            return
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/io/SocketChannelEndPoint$2;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$2 this
         0: .line 127
            ldc "%s:%s:%s->%s"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint$2.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint$2._operation:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.SocketChannelEndPoint$2.getInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint$2.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            invokevirtual org.eclipse.jetty.io.SocketChannelEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/SocketChannelEndPoint$2;
}
SourceFile: "SocketChannelEndPoint.java"
EnclosingMethod: org.eclipse.jetty.io.SocketChannelEndPoint
NestHost: org.eclipse.jetty.io.SocketChannelEndPoint
InnerClasses:
  org.eclipse.jetty.io.SocketChannelEndPoint$2
  private abstract RunnableCloseable = org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable of org.eclipse.jetty.io.SocketChannelEndPoint
  public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable