public class org.apache.http.conn.BasicEofSensorWatcher implements org.apache.http.conn.EofSensorWatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.conn.BasicEofSensorWatcher
  super_class: java.lang.Object
{
  protected final org.apache.http.conn.ManagedClientConnection managedConn;
    descriptor: Lorg/apache/http/conn/ManagedClientConnection;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean attemptReuse;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(org.apache.http.conn.ManagedClientConnection, boolean);
    descriptor: (Lorg/apache/http/conn/ManagedClientConnection;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.http.conn.BasicEofSensorWatcher this
        start local 1 // org.apache.http.conn.ManagedClientConnection conn
        start local 2 // boolean reuse
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 1 /* conn */
            ldc "Connection"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 60
            aload 0 /* this */
            aload 1 /* conn */
            putfield org.apache.http.conn.BasicEofSensorWatcher.managedConn:Lorg/apache/http/conn/ManagedClientConnection;
         3: .line 61
            aload 0 /* this */
            iload 2 /* reuse */
            putfield org.apache.http.conn.BasicEofSensorWatcher.attemptReuse:Z
         4: .line 62
            return
        end local 2 // boolean reuse
        end local 1 // org.apache.http.conn.ManagedClientConnection conn
        end local 0 // org.apache.http.conn.BasicEofSensorWatcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/http/conn/BasicEofSensorWatcher;
            0    5     1   conn  Lorg/apache/http/conn/ManagedClientConnection;
            0    5     2  reuse  Z
    MethodParameters:
       Name  Flags
      conn   final
      reuse  final

  public boolean eofDetected(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.apache.http.conn.BasicEofSensorWatcher this
        start local 1 // java.io.InputStream wrapped
         0: .line 69
            aload 0 /* this */
            getfield org.apache.http.conn.BasicEofSensorWatcher.attemptReuse:Z
            ifeq 7
         1: .line 72
            aload 1 /* wrapped */
            invokevirtual java.io.InputStream.close:()V
         2: .line 73
            aload 0 /* this */
            getfield org.apache.http.conn.BasicEofSensorWatcher.managedConn:Lorg/apache/http/conn/ManagedClientConnection;
            invokeinterface org.apache.http.conn.ManagedClientConnection.markReusable:()V
         3: .line 75
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 2
         5: .line 76
            aload 0 /* this */
            getfield org.apache.http.conn.BasicEofSensorWatcher.managedConn:Lorg/apache/http/conn/ManagedClientConnection;
            invokeinterface org.apache.http.conn.ManagedClientConnection.releaseConnection:()V
         6: .line 77
            aload 2
            athrow
         7: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.conn.BasicEofSensorWatcher.managedConn:Lorg/apache/http/conn/ManagedClientConnection;
            invokeinterface org.apache.http.conn.ManagedClientConnection.releaseConnection:()V
         8: .line 78
            iconst_0
            ireturn
        end local 1 // java.io.InputStream wrapped
        end local 0 // org.apache.http.conn.BasicEofSensorWatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/apache/http/conn/BasicEofSensorWatcher;
            0    9     1  wrapped  Ljava/io/InputStream;
      Exception table:
        from    to  target  type
           0     4       4  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      wrapped  final

  public boolean streamClosed(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.apache.http.conn.BasicEofSensorWatcher this
        start local 1 // java.io.InputStream wrapped
         0: .line 86
            aload 0 /* this */
            getfield org.apache.http.conn.BasicEofSensorWatcher.attemptReuse:Z
            ifeq 7
         1: .line 89
            aload 1 /* wrapped */
            invokevirtual java.io.InputStream.close:()V
         2: .line 90
            aload 0 /* this */
            getfield org.apache.http.conn.BasicEofSensorWatcher.managedConn:Lorg/apache/http/conn/ManagedClientConnection;
            invokeinterface org.apache.http.conn.ManagedClientConnection.markReusable:()V
         3: .line 92
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 2
         5: .line 93
            aload 0 /* this */
            getfield org.apache.http.conn.BasicEofSensorWatcher.managedConn:Lorg/apache/http/conn/ManagedClientConnection;
            invokeinterface org.apache.http.conn.ManagedClientConnection.releaseConnection:()V
         6: .line 94
            aload 2
            athrow
         7: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.conn.BasicEofSensorWatcher.managedConn:Lorg/apache/http/conn/ManagedClientConnection;
            invokeinterface org.apache.http.conn.ManagedClientConnection.releaseConnection:()V
         8: .line 95
            iconst_0
            ireturn
        end local 1 // java.io.InputStream wrapped
        end local 0 // org.apache.http.conn.BasicEofSensorWatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/apache/http/conn/BasicEofSensorWatcher;
            0    9     1  wrapped  Ljava/io/InputStream;
      Exception table:
        from    to  target  type
           0     4       4  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      wrapped  final

  public boolean streamAbort(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.http.conn.BasicEofSensorWatcher this
        start local 1 // java.io.InputStream wrapped
         0: .line 102
            aload 0 /* this */
            getfield org.apache.http.conn.BasicEofSensorWatcher.managedConn:Lorg/apache/http/conn/ManagedClientConnection;
            invokeinterface org.apache.http.conn.ManagedClientConnection.abortConnection:()V
         1: .line 103
            iconst_0
            ireturn
        end local 1 // java.io.InputStream wrapped
        end local 0 // org.apache.http.conn.BasicEofSensorWatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/http/conn/BasicEofSensorWatcher;
            0    2     1  wrapped  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      wrapped  final
}
SourceFile: "BasicEofSensorWatcher.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()