class okhttp3.internal.http2.Http2Stream$StreamTimeout extends okio.AsyncTimeout
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: okhttp3.internal.http2.Http2Stream$StreamTimeout
  super_class: okio.AsyncTimeout
{
  final okhttp3.internal.http2.Http2Stream this$0;
    descriptor: Lokhttp3/internal/http2/Http2Stream;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(okhttp3.internal.http2.Http2Stream);
    descriptor: (Lokhttp3/internal/http2/Http2Stream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.internal.http2.Http2Stream$StreamTimeout this
         0: .line 650
            aload 0 /* this */
            aload 1
            putfield okhttp3.internal.http2.Http2Stream$StreamTimeout.this$0:Lokhttp3/internal/http2/Http2Stream;
            aload 0 /* this */
            invokespecial okio.AsyncTimeout.<init>:()V
            return
        end local 0 // okhttp3.internal.http2.Http2Stream$StreamTimeout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/internal/http2/Http2Stream$StreamTimeout;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void timedOut();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Http2Stream$StreamTimeout this
         0: .line 652
            aload 0 /* this */
            getfield okhttp3.internal.http2.Http2Stream$StreamTimeout.this$0:Lokhttp3/internal/http2/Http2Stream;
            getstatic okhttp3.internal.http2.ErrorCode.CANCEL:Lokhttp3/internal/http2/ErrorCode;
            invokevirtual okhttp3.internal.http2.Http2Stream.closeLater:(Lokhttp3/internal/http2/ErrorCode;)V
         1: .line 653
            return
        end local 0 // okhttp3.internal.http2.Http2Stream$StreamTimeout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lokhttp3/internal/http2/Http2Stream$StreamTimeout;

  protected java.io.IOException newTimeoutException(java.io.IOException);
    descriptor: (Ljava/io/IOException;)Ljava/io/IOException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // okhttp3.internal.http2.Http2Stream$StreamTimeout this
        start local 1 // java.io.IOException cause
         0: .line 656
            new java.net.SocketTimeoutException
            dup
            ldc "timeout"
            invokespecial java.net.SocketTimeoutException.<init>:(Ljava/lang/String;)V
            astore 2 /* socketTimeoutException */
        start local 2 // java.net.SocketTimeoutException socketTimeoutException
         1: .line 657
            aload 1 /* cause */
            ifnull 3
         2: .line 658
            aload 2 /* socketTimeoutException */
            aload 1 /* cause */
            invokevirtual java.net.SocketTimeoutException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         3: .line 660
      StackMap locals: java.net.SocketTimeoutException
      StackMap stack:
            aload 2 /* socketTimeoutException */
            areturn
        end local 2 // java.net.SocketTimeoutException socketTimeoutException
        end local 1 // java.io.IOException cause
        end local 0 // okhttp3.internal.http2.Http2Stream$StreamTimeout this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    4     0                    this  Lokhttp3/internal/http2/Http2Stream$StreamTimeout;
            0    4     1                   cause  Ljava/io/IOException;
            1    4     2  socketTimeoutException  Ljava/net/SocketTimeoutException;
    MethodParameters:
       Name  Flags
      cause  

  public void exitAndThrowIfTimedOut();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Http2Stream$StreamTimeout this
         0: .line 664
            aload 0 /* this */
            invokevirtual okhttp3.internal.http2.Http2Stream$StreamTimeout.exit:()Z
            ifeq 1
            aload 0 /* this */
            aconst_null
            invokevirtual okhttp3.internal.http2.Http2Stream$StreamTimeout.newTimeoutException:(Ljava/io/IOException;)Ljava/io/IOException;
            athrow
         1: .line 665
      StackMap locals:
      StackMap stack:
            return
        end local 0 // okhttp3.internal.http2.Http2Stream$StreamTimeout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lokhttp3/internal/http2/Http2Stream$StreamTimeout;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "Http2Stream.java"
NestHost: okhttp3.internal.http2.Http2Stream
InnerClasses:
  StreamTimeout = okhttp3.internal.http2.Http2Stream$StreamTimeout of okhttp3.internal.http2.Http2Stream