final class io.netty.handler.codec.spdy.SpdySession
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.spdy.SpdySession
  super_class: java.lang.Object
{
  private final java.util.concurrent.atomic.AtomicInteger activeLocalStreams;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicInteger activeRemoteStreams;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.Integer, io.netty.handler.codec.spdy.SpdySession$StreamState> activeStreams;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Integer;Lio/netty/handler/codec/spdy/SpdySession$StreamState;>;

  private final io.netty.handler.codec.spdy.SpdySession$StreamComparator streamComparator;
    descriptor: Lio/netty/handler/codec/spdy/SpdySession$StreamComparator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicInteger sendWindowSize;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicInteger receiveWindowSize;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int sendWindowSize
        start local 2 // int receiveWindowSize
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.netty.handler.codec.spdy.SpdySession.activeLocalStreams:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 33
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.netty.handler.codec.spdy.SpdySession.activeRemoteStreams:Ljava/util/concurrent/atomic/AtomicInteger;
         3: .line 34
            aload 0 /* this */
            invokestatic io.netty.util.internal.PlatformDependent.newConcurrentHashMap:()Ljava/util/concurrent/ConcurrentMap;
            putfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
         4: .line 35
            aload 0 /* this */
            new io.netty.handler.codec.spdy.SpdySession$StreamComparator
            dup
            aload 0 /* this */
            invokespecial io.netty.handler.codec.spdy.SpdySession$StreamComparator.<init>:(Lio/netty/handler/codec/spdy/SpdySession;)V
            putfield io.netty.handler.codec.spdy.SpdySession.streamComparator:Lio/netty/handler/codec/spdy/SpdySession$StreamComparator;
         5: .line 40
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iload 1 /* sendWindowSize */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putfield io.netty.handler.codec.spdy.SpdySession.sendWindowSize:Ljava/util/concurrent/atomic/AtomicInteger;
         6: .line 41
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iload 2 /* receiveWindowSize */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putfield io.netty.handler.codec.spdy.SpdySession.receiveWindowSize:Ljava/util/concurrent/atomic/AtomicInteger;
         7: .line 42
            return
        end local 2 // int receiveWindowSize
        end local 1 // int sendWindowSize
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lio/netty/handler/codec/spdy/SpdySession;
            0    8     1     sendWindowSize  I
            0    8     2  receiveWindowSize  I
    MethodParameters:
                   Name  Flags
      sendWindowSize     
      receiveWindowSize  

  int numActiveStreams(boolean);
    descriptor: (Z)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // boolean remote
         0: .line 45
            iload 1 /* remote */
            ifeq 2
         1: .line 46
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeRemoteStreams:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ireturn
         2: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeLocalStreams:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ireturn
        end local 1 // boolean remote
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/handler/codec/spdy/SpdySession;
            0    3     1  remote  Z
    MethodParameters:
        Name  Flags
      remote  

  boolean noActiveStreams();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
         0: .line 53
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ireturn
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/spdy/SpdySession;

  boolean isActiveStream(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
         0: .line 57
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    1     1  streamId  I
    MethodParameters:
          Name  Flags
      streamId  

  java.util.Map<java.lang.Integer, io.netty.handler.codec.spdy.SpdySession$StreamState> activeStreams();
    descriptor: ()Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
         0: .line 62
            new java.util.TreeMap
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.streamComparator:Lio/netty/handler/codec/spdy/SpdySession$StreamComparator;
            invokespecial java.util.TreeMap.<init>:(Ljava/util/Comparator;)V
            astore 1 /* streams */
        start local 1 // java.util.Map streams
         1: .line 63
            aload 1 /* streams */
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
         2: .line 64
            aload 1 /* streams */
            areturn
        end local 1 // java.util.Map streams
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/handler/codec/spdy/SpdySession;
            1    3     1  streams  Ljava/util/Map<Ljava/lang/Integer;Lio/netty/handler/codec/spdy/SpdySession$StreamState;>;
    Signature: ()Ljava/util/Map<Ljava/lang/Integer;Lio/netty/handler/codec/spdy/SpdySession$StreamState;>;

  void acceptStream(int, byte, boolean, boolean, int, int, boolean);
    descriptor: (IBZZIIZ)V
    flags: (0x0000) 
    Code:
      stack=9, locals=9, args_size=8
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
        start local 2 // byte priority
        start local 3 // boolean remoteSideClosed
        start local 4 // boolean localSideClosed
        start local 5 // int sendWindowSize
        start local 6 // int receiveWindowSize
        start local 7 // boolean remote
         0: .line 70
            iload 3 /* remoteSideClosed */
            ifeq 1
            iload 4 /* localSideClosed */
            ifne 9
         1: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            new io.netty.handler.codec.spdy.SpdySession$StreamState
            dup
         2: .line 72
            iload 2 /* priority */
            iload 3 /* remoteSideClosed */
            iload 4 /* localSideClosed */
            iload 5 /* sendWindowSize */
            iload 6 /* receiveWindowSize */
            invokespecial io.netty.handler.codec.spdy.SpdySession$StreamState.<init>:(BZZII)V
         3: .line 71
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 8 /* state */
        start local 8 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         4: .line 73
            aload 8 /* state */
            ifnonnull 9
         5: .line 74
            iload 7 /* remote */
            ifeq 8
         6: .line 75
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeRemoteStreams:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         7: .line 76
            goto 9
         8: .line 77
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeLocalStreams:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
        end local 8 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         9: .line 81
      StackMap locals:
      StackMap stack:
            return
        end local 7 // boolean remote
        end local 6 // int receiveWindowSize
        end local 5 // int sendWindowSize
        end local 4 // boolean localSideClosed
        end local 3 // boolean remoteSideClosed
        end local 2 // byte priority
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lio/netty/handler/codec/spdy/SpdySession;
            0   10     1           streamId  I
            0   10     2           priority  B
            0   10     3   remoteSideClosed  Z
            0   10     4    localSideClosed  Z
            0   10     5     sendWindowSize  I
            0   10     6  receiveWindowSize  I
            0   10     7             remote  Z
            4    9     8              state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
                   Name  Flags
      streamId           
      priority           
      remoteSideClosed   
      localSideClosed    
      sendWindowSize     
      receiveWindowSize  
      remote             

  private io.netty.handler.codec.spdy.SpdySession$StreamState removeActiveStream(int, boolean);
    descriptor: (IZ)Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
        start local 2 // boolean remote
         0: .line 84
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 3 /* state */
        start local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         1: .line 85
            aload 3 /* state */
            ifnull 6
         2: .line 86
            iload 2 /* remote */
            ifeq 5
         3: .line 87
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeRemoteStreams:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            pop
         4: .line 88
            goto 6
         5: .line 89
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeLocalStreams:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            pop
         6: .line 92
      StackMap locals:
      StackMap stack:
            aload 3 /* state */
            areturn
        end local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 2 // boolean remote
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    7     1  streamId  I
            0    7     2    remote  Z
            1    7     3     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  
      remote    

  void removeStream(int, java.lang.Throwable, boolean);
    descriptor: (ILjava/lang/Throwable;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
        start local 2 // java.lang.Throwable cause
        start local 3 // boolean remote
         0: .line 96
            aload 0 /* this */
            iload 1 /* streamId */
            iload 3 /* remote */
            invokevirtual io.netty.handler.codec.spdy.SpdySession.removeActiveStream:(IZ)Lio/netty/handler/codec/spdy/SpdySession$StreamState;
            astore 4 /* state */
        start local 4 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         1: .line 97
            aload 4 /* state */
            ifnull 3
         2: .line 98
            aload 4 /* state */
            aload 2 /* cause */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.clearPendingWrites:(Ljava/lang/Throwable;)V
         3: .line 100
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
            return
        end local 4 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 3 // boolean remote
        end local 2 // java.lang.Throwable cause
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    4     1  streamId  I
            0    4     2     cause  Ljava/lang/Throwable;
            0    4     3    remote  Z
            1    4     4     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  
      cause     
      remote    

  boolean isRemoteSideClosed(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
         0: .line 103
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         1: .line 104
            aload 2 /* state */
            ifnull 2
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.isRemoteSideClosed:()Z
            ifne 2
            iconst_0
            ireturn
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
         2: iconst_1
            ireturn
        end local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    3     1  streamId  I
            1    3     2     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  

  void closeRemoteSide(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
        start local 2 // boolean remote
         0: .line 108
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 3 /* state */
        start local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         1: .line 109
            aload 3 /* state */
            ifnull 5
         2: .line 110
            aload 3 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.closeRemoteSide:()V
         3: .line 111
            aload 3 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.isLocalSideClosed:()Z
            ifeq 5
         4: .line 112
            aload 0 /* this */
            iload 1 /* streamId */
            iload 2 /* remote */
            invokevirtual io.netty.handler.codec.spdy.SpdySession.removeActiveStream:(IZ)Lio/netty/handler/codec/spdy/SpdySession$StreamState;
            pop
         5: .line 115
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
            return
        end local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 2 // boolean remote
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    6     1  streamId  I
            0    6     2    remote  Z
            1    6     3     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  
      remote    

  boolean isLocalSideClosed(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
         0: .line 118
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         1: .line 119
            aload 2 /* state */
            ifnull 2
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.isLocalSideClosed:()Z
            ifne 2
            iconst_0
            ireturn
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
         2: iconst_1
            ireturn
        end local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    3     1  streamId  I
            1    3     2     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  

  void closeLocalSide(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
        start local 2 // boolean remote
         0: .line 123
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 3 /* state */
        start local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         1: .line 124
            aload 3 /* state */
            ifnull 5
         2: .line 125
            aload 3 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.closeLocalSide:()V
         3: .line 126
            aload 3 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.isRemoteSideClosed:()Z
            ifeq 5
         4: .line 127
            aload 0 /* this */
            iload 1 /* streamId */
            iload 2 /* remote */
            invokevirtual io.netty.handler.codec.spdy.SpdySession.removeActiveStream:(IZ)Lio/netty/handler/codec/spdy/SpdySession$StreamState;
            pop
         5: .line 130
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
            return
        end local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 2 // boolean remote
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    6     1  streamId  I
            0    6     2    remote  Z
            1    6     3     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  
      remote    

  boolean hasReceivedReply(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
         0: .line 137
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         1: .line 138
            aload 2 /* state */
            ifnull 2
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.hasReceivedReply:()Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    3     1  streamId  I
            1    3     2     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  

  void receivedReply(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
         0: .line 142
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         1: .line 143
            aload 2 /* state */
            ifnull 3
         2: .line 144
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.receivedReply:()V
         3: .line 146
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
            return
        end local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    4     1  streamId  I
            1    4     2     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  

  int getSendWindowSize(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
         0: .line 149
            iload 1 /* streamId */
            ifne 2
         1: .line 150
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.sendWindowSize:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ireturn
         2: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         3: .line 154
            aload 2 /* state */
            ifnull 4
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.getSendWindowSize:()I
            goto 5
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
         4: iconst_m1
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    6     1  streamId  I
            3    6     2     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  

  int updateSendWindowSize(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
        start local 2 // int deltaWindowSize
         0: .line 158
            iload 1 /* streamId */
            ifne 2
         1: .line 159
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.sendWindowSize:Ljava/util/concurrent/atomic/AtomicInteger;
            iload 2 /* deltaWindowSize */
            invokevirtual java.util.concurrent.atomic.AtomicInteger.addAndGet:(I)I
            ireturn
         2: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 3 /* state */
        start local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         3: .line 163
            aload 3 /* state */
            ifnull 4
            aload 3 /* state */
            iload 2 /* deltaWindowSize */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.updateSendWindowSize:(I)I
            goto 5
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
         4: iconst_m1
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 2 // int deltaWindowSize
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lio/netty/handler/codec/spdy/SpdySession;
            0    6     1         streamId  I
            0    6     2  deltaWindowSize  I
            3    6     3            state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
                 Name  Flags
      streamId         
      deltaWindowSize  

  int updateReceiveWindowSize(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
        start local 2 // int deltaWindowSize
         0: .line 167
            iload 1 /* streamId */
            ifne 2
         1: .line 168
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.receiveWindowSize:Ljava/util/concurrent/atomic/AtomicInteger;
            iload 2 /* deltaWindowSize */
            invokevirtual java.util.concurrent.atomic.AtomicInteger.addAndGet:(I)I
            ireturn
         2: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 3 /* state */
        start local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         3: .line 172
            aload 3 /* state */
            ifnonnull 5
         4: .line 173
            iconst_m1
            ireturn
         5: .line 175
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
            iload 2 /* deltaWindowSize */
            ifle 7
         6: .line 176
            aload 3 /* state */
            iconst_0
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.setReceiveWindowSizeLowerBound:(I)V
         7: .line 178
      StackMap locals:
      StackMap stack:
            aload 3 /* state */
            iload 2 /* deltaWindowSize */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.updateReceiveWindowSize:(I)I
            ireturn
        end local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 2 // int deltaWindowSize
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lio/netty/handler/codec/spdy/SpdySession;
            0    8     1         streamId  I
            0    8     2  deltaWindowSize  I
            3    8     3            state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
                 Name  Flags
      streamId         
      deltaWindowSize  

  int getReceiveWindowSizeLowerBound(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
         0: .line 182
            iload 1 /* streamId */
            ifne 2
         1: .line 183
            iconst_0
            ireturn
         2: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         3: .line 187
            aload 2 /* state */
            ifnull 4
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.getReceiveWindowSizeLowerBound:()I
            goto 5
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    6     1  streamId  I
            3    6     2     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  

  void updateAllSendWindowSizes(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int deltaWindowSize
         0: .line 191
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: io.netty.handler.codec.spdy.SpdySession int top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         2: .line 192
            aload 2 /* state */
            iload 1 /* deltaWindowSize */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.updateSendWindowSize:(I)I
            pop
        end local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         3: .line 191
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 194
            return
        end local 1 // int deltaWindowSize
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/netty/handler/codec/spdy/SpdySession;
            0    5     1  deltaWindowSize  I
            2    3     2            state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
                 Name  Flags
      deltaWindowSize  

  void updateAllReceiveWindowSizes(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int deltaWindowSize
         0: .line 197
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: io.netty.handler.codec.spdy.SpdySession int top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         2: .line 198
            aload 2 /* state */
            iload 1 /* deltaWindowSize */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.updateReceiveWindowSize:(I)I
            pop
         3: .line 199
            iload 1 /* deltaWindowSize */
            ifge 5
         4: .line 200
            aload 2 /* state */
            iload 1 /* deltaWindowSize */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.setReceiveWindowSizeLowerBound:(I)V
        end local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         5: .line 197
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         6: .line 203
            return
        end local 1 // int deltaWindowSize
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lio/netty/handler/codec/spdy/SpdySession;
            0    7     1  deltaWindowSize  I
            2    5     2            state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
                 Name  Flags
      deltaWindowSize  

  boolean putPendingWrite(int, io.netty.handler.codec.spdy.SpdySession$PendingWrite);
    descriptor: (ILio/netty/handler/codec/spdy/SpdySession$PendingWrite;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
        start local 2 // io.netty.handler.codec.spdy.SpdySession$PendingWrite pendingWrite
         0: .line 206
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 3 /* state */
        start local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         1: .line 207
            aload 3 /* state */
            ifnull 2
            aload 3 /* state */
            aload 2 /* pendingWrite */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.putPendingWrite:(Lio/netty/handler/codec/spdy/SpdySession$PendingWrite;)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
         2: iconst_0
            ireturn
        end local 3 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 2 // io.netty.handler.codec.spdy.SpdySession$PendingWrite pendingWrite
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/netty/handler/codec/spdy/SpdySession;
            0    3     1      streamId  I
            0    3     2  pendingWrite  Lio/netty/handler/codec/spdy/SpdySession$PendingWrite;
            1    3     3         state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
              Name  Flags
      streamId      
      pendingWrite  

  io.netty.handler.codec.spdy.SpdySession$PendingWrite getPendingWrite(int);
    descriptor: (I)Lio/netty/handler/codec/spdy/SpdySession$PendingWrite;
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
         0: .line 211
            iload 1 /* streamId */
            ifne 10
         1: .line 212
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.spdy.SpdySession.activeStreams:()Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: io.netty.handler.codec.spdy.SpdySession int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* e */
        start local 2 // java.util.Map$Entry e
         3: .line 213
            aload 2 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 4 /* state */
        start local 4 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         4: .line 214
            aload 4 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.getSendWindowSize:()I
            ifle 8
         5: .line 215
            aload 4 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.getPendingWrite:()Lio/netty/handler/codec/spdy/SpdySession$PendingWrite;
            astore 5 /* pendingWrite */
        start local 5 // io.netty.handler.codec.spdy.SpdySession$PendingWrite pendingWrite
         6: .line 216
            aload 5 /* pendingWrite */
            ifnull 8
         7: .line 217
            aload 5 /* pendingWrite */
            areturn
        end local 5 // io.netty.handler.codec.spdy.SpdySession$PendingWrite pendingWrite
        end local 4 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 2 // java.util.Map$Entry e
         8: .line 212
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 221
            aconst_null
            areturn
        10: .line 224
      StackMap locals: io.netty.handler.codec.spdy.SpdySession int
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        11: .line 225
            aload 2 /* state */
            ifnull 12
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.getPendingWrite:()Lio/netty/handler/codec/spdy/SpdySession$PendingWrite;
            goto 13
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
        12: aconst_null
      StackMap locals:
      StackMap stack: io.netty.handler.codec.spdy.SpdySession$PendingWrite
        13: areturn
        end local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lio/netty/handler/codec/spdy/SpdySession;
            0   14     1      streamId  I
            3    8     2             e  Ljava/util/Map$Entry<Ljava/lang/Integer;Lio/netty/handler/codec/spdy/SpdySession$StreamState;>;
            4    8     4         state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
            6    8     5  pendingWrite  Lio/netty/handler/codec/spdy/SpdySession$PendingWrite;
           11   14     2         state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  

  io.netty.handler.codec.spdy.SpdySession$PendingWrite removePendingWrite(int);
    descriptor: (I)Lio/netty/handler/codec/spdy/SpdySession$PendingWrite;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.spdy.SpdySession this
        start local 1 // int streamId
         0: .line 229
            aload 0 /* this */
            getfield io.netty.handler.codec.spdy.SpdySession.activeStreams:Ljava/util/Map;
            iload 1 /* streamId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.spdy.SpdySession$StreamState
            astore 2 /* state */
        start local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
         1: .line 230
            aload 2 /* state */
            ifnull 2
            aload 2 /* state */
            invokevirtual io.netty.handler.codec.spdy.SpdySession$StreamState.removePendingWrite:()Lio/netty/handler/codec/spdy/SpdySession$PendingWrite;
            goto 3
      StackMap locals: io.netty.handler.codec.spdy.SpdySession$StreamState
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: io.netty.handler.codec.spdy.SpdySession$PendingWrite
         3: areturn
        end local 2 // io.netty.handler.codec.spdy.SpdySession$StreamState state
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.spdy.SpdySession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/handler/codec/spdy/SpdySession;
            0    4     1  streamId  I
            1    4     2     state  Lio/netty/handler/codec/spdy/SpdySession$StreamState;
    MethodParameters:
          Name  Flags
      streamId  
}
SourceFile: "SpdySession.java"
NestMembers:
  io.netty.handler.codec.spdy.SpdySession$PendingWrite  io.netty.handler.codec.spdy.SpdySession$StreamComparator  io.netty.handler.codec.spdy.SpdySession$StreamState
InnerClasses:
  public final PendingWrite = io.netty.handler.codec.spdy.SpdySession$PendingWrite of io.netty.handler.codec.spdy.SpdySession
  private final StreamComparator = io.netty.handler.codec.spdy.SpdySession$StreamComparator of io.netty.handler.codec.spdy.SpdySession
  private final StreamState = io.netty.handler.codec.spdy.SpdySession$StreamState of io.netty.handler.codec.spdy.SpdySession
  public abstract Entry = java.util.Map$Entry of java.util.Map