public class sun.net.www.http.KeepAliveStream extends sun.net.www.MeteredStream implements sun.net.www.http.Hurryable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.net.www.http.KeepAliveStream
  super_class: sun.net.www.MeteredStream
{
  sun.net.www.http.HttpClient hc;
    descriptor: Lsun/net/www/http/HttpClient;
    flags: (0x0000) 

  boolean hurried;
    descriptor: Z
    flags: (0x0000) 

  protected volatile boolean queuedForCleanup;
    descriptor: Z
    flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE

  private static final sun.net.www.http.KeepAliveStreamCleaner queue;
    descriptor: Lsun/net/www/http/KeepAliveStreamCleaner;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static java.lang.Thread cleanerThread;
    descriptor: Ljava/lang/Thread;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 42
            ldc Lsun/net/www/http/KeepAliveStream;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.net.www.http.KeepAliveStream.$assertionsDisabled:Z
         3: .line 53
            new sun.net.www.http.KeepAliveStreamCleaner
            dup
            invokespecial sun.net.www.http.KeepAliveStreamCleaner.<init>:()V
            putstatic sun.net.www.http.KeepAliveStream.queue:Lsun/net/www/http/KeepAliveStreamCleaner;
         4: .line 54
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.io.InputStream, sun.net.ProgressSource, long, sun.net.www.http.HttpClient);
    descriptor: (Ljava/io/InputStream;Lsun/net/ProgressSource;JLsun/net/www/http/HttpClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // sun.net.www.http.KeepAliveStream this
        start local 1 // java.io.InputStream is
        start local 2 // sun.net.ProgressSource pi
        start local 3 // long expected
        start local 5 // sun.net.www.http.HttpClient hc
         0: .line 60
            aload 0 /* this */
            aload 1 /* is */
            aload 2 /* pi */
            lload 3 /* expected */
            invokespecial sun.net.www.MeteredStream.<init>:(Ljava/io/InputStream;Lsun/net/ProgressSource;J)V
         1: .line 51
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.http.KeepAliveStream.queuedForCleanup:Z
         2: .line 61
            aload 0 /* this */
            aload 5 /* hc */
            putfield sun.net.www.http.KeepAliveStream.hc:Lsun/net/www/http/HttpClient;
         3: .line 62
            return
        end local 5 // sun.net.www.http.HttpClient hc
        end local 3 // long expected
        end local 2 // sun.net.ProgressSource pi
        end local 1 // java.io.InputStream is
        end local 0 // sun.net.www.http.KeepAliveStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/net/www/http/KeepAliveStream;
            0    4     1        is  Ljava/io/InputStream;
            0    4     2        pi  Lsun/net/ProgressSource;
            0    4     3  expected  J
            0    4     5        hc  Lsun/net/www/http/HttpClient;
    MethodParameters:
          Name  Flags
      is        
      pi        
      expected  
      hc        

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // sun.net.www.http.KeepAliveStream this
         0: .line 69
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.queuedForCleanup:Z
            ifeq 1
            return
         1: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.lock:()V
         2: .line 84
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.closed:Z
            ifne 3
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.queuedForCleanup:Z
            ifeq 5
         3: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.unlock:()V
         4: .line 84
            return
         5: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.expected:J
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.count:J
            lcmp
            ifle 16
         6: .line 87
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.expected:J
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.count:J
            lsub
            lstore 1 /* nskip */
        start local 1 // long nskip
         7: .line 88
            lload 1 /* nskip */
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.available:()I
            i2l
            lcmp
            ifgt 12
         8: .line 90
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.expected:J
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.count:J
            lsub
            dup2
            lstore 1 /* nskip */
            lconst_0
            lcmp
            ifle 16
         9: .line 91
            aload 0 /* this */
            lload 1 /* nskip */
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.available:()I
            i2l
            invokestatic java.lang.Math.min:(JJ)J
            invokevirtual sun.net.www.http.KeepAliveStream.skip:(J)J
            lconst_0
        10: .line 89
            lcmp
            ifgt 8
        11: .line 92
            goto 16
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.expected:J
            getstatic sun.net.www.http.KeepAliveStreamCleaner.MAX_DATA_REMAINING:I
            i2l
            lcmp
            ifgt 15
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.hurried:Z
            ifne 15
        13: .line 95
            new sun.net.www.http.KeepAliveCleanerEntry
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.hc:Lsun/net/www/http/HttpClient;
            invokespecial sun.net.www.http.KeepAliveCleanerEntry.<init>:(Lsun/net/www/http/KeepAliveStream;Lsun/net/www/http/HttpClient;)V
            invokestatic sun.net.www.http.KeepAliveStream.queueForCleanup:(Lsun/net/www/http/KeepAliveCleanerEntry;)V
        14: .line 96
            goto 16
        15: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.hc:Lsun/net/www/http/HttpClient;
            invokevirtual sun.net.www.http.HttpClient.closeServer:()V
        end local 1 // long nskip
        16: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.closed:Z
            ifne 27
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.hurried:Z
            ifne 27
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.queuedForCleanup:Z
            ifne 27
        17: .line 101
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.hc:Lsun/net/www/http/HttpClient;
            invokevirtual sun.net.www.http.HttpClient.finished:()V
        18: .line 103
            goto 27
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: astore 3
        20: .line 104
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.pi:Lsun/net/ProgressSource;
            ifnull 22
        21: .line 105
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.pi:Lsun/net/ProgressSource;
            invokevirtual sun.net.ProgressSource.finishTracking:()V
        22: .line 107
      StackMap locals: sun.net.www.http.KeepAliveStream top top java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.queuedForCleanup:Z
            ifne 26
        23: .line 110
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.http.KeepAliveStream.in:Ljava/io/InputStream;
        24: .line 111
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.http.KeepAliveStream.hc:Lsun/net/www/http/HttpClient;
        25: .line 112
            aload 0 /* this */
            iconst_1
            putfield sun.net.www.http.KeepAliveStream.closed:Z
        26: .line 114
      StackMap locals:
      StackMap stack:
            aload 3
            athrow
        27: .line 104
      StackMap locals: sun.net.www.http.KeepAliveStream
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.pi:Lsun/net/ProgressSource;
            ifnull 29
        28: .line 105
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.pi:Lsun/net/ProgressSource;
            invokevirtual sun.net.ProgressSource.finishTracking:()V
        29: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.queuedForCleanup:Z
            ifne 37
        30: .line 110
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.http.KeepAliveStream.in:Ljava/io/InputStream;
        31: .line 111
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.http.KeepAliveStream.hc:Lsun/net/www/http/HttpClient;
        32: .line 112
            aload 0 /* this */
            iconst_1
            putfield sun.net.www.http.KeepAliveStream.closed:Z
        33: .line 115
            goto 37
      StackMap locals:
      StackMap stack: java.lang.Throwable
        34: astore 4
        35: .line 116
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.unlock:()V
        36: .line 117
            aload 4
            athrow
        37: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.unlock:()V
        38: .line 118
            return
        end local 0 // sun.net.www.http.KeepAliveStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   39     0   this  Lsun/net/www/http/KeepAliveStream;
            7   16     1  nskip  J
      Exception table:
        from    to  target  type
           5    19      19  any
           2     3      34  any
           5    34      34  any
    Exceptions:
      throws java.io.IOException

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.http.KeepAliveStream this
         0: .line 123
            iconst_0
            ireturn
        end local 0 // sun.net.www.http.KeepAliveStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/http/KeepAliveStream;

  public void mark(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.net.www.http.KeepAliveStream this
        start local 1 // int limit
         0: .line 126
            return
        end local 1 // int limit
        end local 0 // sun.net.www.http.KeepAliveStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/net/www/http/KeepAliveStream;
            0    1     1  limit  I
    MethodParameters:
       Name  Flags
      limit  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.www.http.KeepAliveStream this
         0: .line 129
            new java.io.IOException
            dup
            ldc "mark/reset not supported"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.net.www.http.KeepAliveStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/http/KeepAliveStream;
    Exceptions:
      throws java.io.IOException

  public boolean hurry();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // sun.net.www.http.KeepAliveStream this
         0: .line 133
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.lock:()V
         1: .line 136
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.closed:Z
            ifne 2
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.count:J
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.expected:J
            lcmp
            iflt 4
         2: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.unlock:()V
         3: .line 137
            iconst_0
            ireturn
         4: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.available:()I
            i2l
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.expected:J
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.count:J
            lsub
            lcmp
            ifge 7
         5: .line 157
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.unlock:()V
         6: .line 140
            iconst_0
            ireturn
         7: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.expected:J
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.count:J
            lsub
            l2i
            istore 1 /* size */
        start local 1 // int size
         8: .line 146
            iload 1 /* size */
            newarray 8
            astore 2 /* buf */
        start local 2 // byte[] buf
         9: .line 147
            new java.io.DataInputStream
            dup
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.in:Ljava/io/InputStream;
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            astore 3 /* dis */
        start local 3 // java.io.DataInputStream dis
        10: .line 148
            aload 3 /* dis */
            aload 2 /* buf */
            invokevirtual java.io.DataInputStream.readFully:([B)V
        11: .line 149
            aload 0 /* this */
            new java.io.ByteArrayInputStream
            dup
            aload 2 /* buf */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            putfield sun.net.www.http.KeepAliveStream.in:Ljava/io/InputStream;
        12: .line 150
            aload 0 /* this */
            iconst_1
            putfield sun.net.www.http.KeepAliveStream.hurried:Z
        13: .line 157
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.unlock:()V
        14: .line 151
            iconst_1
            ireturn
        end local 3 // java.io.DataInputStream dis
        end local 2 // byte[] buf
        end local 1 // int size
        15: .line 153
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
        16: .line 157
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.unlock:()V
        17: .line 155
            iconst_0
            ireturn
        18: .line 156
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        19: .line 157
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.unlock:()V
        20: .line 158
            aload 4
            athrow
        end local 0 // sun.net.www.http.KeepAliveStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lsun/net/www/http/KeepAliveStream;
            8   15     1  size  I
            9   15     2   buf  [B
           10   15     3   dis  Ljava/io/DataInputStream;
      Exception table:
        from    to  target  type
           1     2      15  Class java.io.IOException
           4     5      15  Class java.io.IOException
           7    13      15  Class java.io.IOException
           1     2      18  any
           4     5      18  any
           7    13      18  any
          15    16      18  any

  private static void queueForCleanup(sun.net.www.http.KeepAliveCleanerEntry);
    descriptor: (Lsun/net/www/http/KeepAliveCleanerEntry;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.net.www.http.KeepAliveCleanerEntry kace
         0: .line 162
            getstatic sun.net.www.http.KeepAliveStream.queue:Lsun/net/www/http/KeepAliveStreamCleaner;
            invokevirtual sun.net.www.http.KeepAliveStreamCleaner.lock:()V
         1: .line 164
            aload 0 /* kace */
            invokevirtual sun.net.www.http.KeepAliveCleanerEntry.getQueuedForCleanup:()Z
            ifne 8
         2: .line 165
            getstatic sun.net.www.http.KeepAliveStream.queue:Lsun/net/www/http/KeepAliveStreamCleaner;
            aload 0 /* kace */
            invokevirtual sun.net.www.http.KeepAliveStreamCleaner.offer:(Lsun/net/www/http/KeepAliveCleanerEntry;)Z
            ifne 6
         3: .line 166
            aload 0 /* kace */
            invokevirtual sun.net.www.http.KeepAliveCleanerEntry.getHttpClient:()Lsun/net/www/http/HttpClient;
            invokevirtual sun.net.www.http.HttpClient.closeServer:()V
         4: .line 194
            getstatic sun.net.www.http.KeepAliveStream.queue:Lsun/net/www/http/KeepAliveStreamCleaner;
            invokevirtual sun.net.www.http.KeepAliveStreamCleaner.unlock:()V
         5: .line 167
            return
         6: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* kace */
            invokevirtual sun.net.www.http.KeepAliveCleanerEntry.setQueuedForCleanup:()V
         7: .line 171
            getstatic sun.net.www.http.KeepAliveStream.queue:Lsun/net/www/http/KeepAliveStreamCleaner;
            invokevirtual sun.net.www.http.KeepAliveStreamCleaner.signalAll:()V
         8: .line 174
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.http.KeepAliveStream.cleanerThread:Ljava/lang/Thread;
            ifnonnull 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: istore 1 /* startCleanupThread */
        start local 1 // boolean startCleanupThread
        11: .line 175
            iload 1 /* startCleanupThread */
            ifne 14
        12: .line 176
            getstatic sun.net.www.http.KeepAliveStream.cleanerThread:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.isAlive:()Z
            ifne 14
        13: .line 177
            iconst_1
            istore 1 /* startCleanupThread */
        14: .line 181
      StackMap locals: int
      StackMap stack:
            iload 1 /* startCleanupThread */
            ifeq 21
        15: .line 183
            new sun.net.www.http.KeepAliveStream$1
            dup
            invokespecial sun.net.www.http.KeepAliveStream$1.<init>:()V
        16: .line 182
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
        end local 1 // boolean startCleanupThread
        17: .line 193
            goto 21
      StackMap locals: sun.net.www.http.KeepAliveCleanerEntry
      StackMap stack: java.lang.Throwable
        18: astore 2
        19: .line 194
            getstatic sun.net.www.http.KeepAliveStream.queue:Lsun/net/www/http/KeepAliveStreamCleaner;
            invokevirtual sun.net.www.http.KeepAliveStreamCleaner.unlock:()V
        20: .line 195
            aload 2
            athrow
        21: .line 194
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.http.KeepAliveStream.queue:Lsun/net/www/http/KeepAliveStreamCleaner;
            invokevirtual sun.net.www.http.KeepAliveStreamCleaner.unlock:()V
        22: .line 196
            return
        end local 0 // sun.net.www.http.KeepAliveCleanerEntry kace
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   23     0                kace  Lsun/net/www/http/KeepAliveCleanerEntry;
           11   17     1  startCleanupThread  Z
      Exception table:
        from    to  target  type
           1     4      18  any
           6    18      18  any
    MethodParameters:
      Name  Flags
      kace  

  protected long remainingToRead();
    descriptor: ()J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.net.www.http.KeepAliveStream this
         0: .line 200
            getstatic sun.net.www.http.KeepAliveStream.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.isLockHeldByCurrentThread:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.expected:J
            aload 0 /* this */
            getfield sun.net.www.http.KeepAliveStream.count:J
            lsub
            lreturn
        end local 0 // sun.net.www.http.KeepAliveStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/www/http/KeepAliveStream;

  protected void setClosed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.www.http.KeepAliveStream this
         0: .line 206
            getstatic sun.net.www.http.KeepAliveStream.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStream.isLockHeldByCurrentThread:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.http.KeepAliveStream.in:Ljava/io/InputStream;
         2: .line 208
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.http.KeepAliveStream.hc:Lsun/net/www/http/HttpClient;
         3: .line 209
            aload 0 /* this */
            iconst_1
            putfield sun.net.www.http.KeepAliveStream.closed:Z
         4: .line 210
            return
        end local 0 // sun.net.www.http.KeepAliveStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/www/http/KeepAliveStream;
}
SourceFile: "KeepAliveStream.java"
NestMembers:
  sun.net.www.http.KeepAliveStream$1
InnerClasses:
  sun.net.www.http.KeepAliveStream$1