abstract class org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable extends org.eclipse.jetty.io.SocketChannelEndPoint$RunnableTask implements java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable
  super_class: org.eclipse.jetty.io.SocketChannelEndPoint$RunnableTask
{
  final org.eclipse.jetty.io.SocketChannelEndPoint this$0;
    descriptor: Lorg/eclipse/jetty/io/SocketChannelEndPoint;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(org.eclipse.jetty.io.SocketChannelEndPoint, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/io/SocketChannelEndPoint;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable this
        start local 2 // java.lang.String op
         0: .line 75
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
         1: .line 76
            aload 0 /* this */
            aload 1
            aload 2 /* op */
            invokespecial org.eclipse.jetty.io.SocketChannelEndPoint$RunnableTask.<init>:(Lorg/eclipse/jetty/io/SocketChannelEndPoint;Ljava/lang/String;)V
         2: .line 77
            return
        end local 2 // java.lang.String op
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/io/SocketChannelEndPoint$RunnableCloseable;
            0    3     2    op  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      op      

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable this
         0: .line 84
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            invokevirtual org.eclipse.jetty.io.SocketChannelEndPoint.close:()V
         1: .line 85
            goto 4
         2: .line 86
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* x */
        start local 1 // java.lang.Throwable x
         3: .line 88
            getstatic org.eclipse.jetty.io.SocketChannelEndPoint.LOG:Lorg/slf4j/Logger;
            ldc "Unable to close {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            aload 1 /* x */
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        end local 1 // java.lang.Throwable x
         4: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/io/SocketChannelEndPoint$RunnableCloseable;
            3    4     1     x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
}
SourceFile: "SocketChannelEndPoint.java"
NestHost: org.eclipse.jetty.io.SocketChannelEndPoint
InnerClasses:
  private abstract RunnableCloseable = org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable of org.eclipse.jetty.io.SocketChannelEndPoint
  private abstract RunnableTask = org.eclipse.jetty.io.SocketChannelEndPoint$RunnableTask of org.eclipse.jetty.io.SocketChannelEndPoint