public abstract class okhttp3.internal.http2.Http2Connection$Listener
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: okhttp3.internal.http2.Http2Connection$Listener
  super_class: java.lang.Object
{
  public static final okhttp3.internal.http2.Http2Connection$Listener REFUSE_INCOMING_STREAMS;
    descriptor: Lokhttp3/internal/http2/Http2Connection$Listener;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 928
            new okhttp3.internal.http2.Http2Connection$Listener$1
            dup
            invokespecial okhttp3.internal.http2.Http2Connection$Listener$1.<init>:()V
            putstatic okhttp3.internal.http2.Http2Connection$Listener.REFUSE_INCOMING_STREAMS:Lokhttp3/internal/http2/Http2Connection$Listener;
         1: .line 932
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // okhttp3.internal.http2.Http2Connection$Listener this
         0: .line 927
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // okhttp3.internal.http2.Http2Connection$Listener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/internal/http2/Http2Connection$Listener;

  public abstract void onStream(okhttp3.internal.http2.Http2Stream);
    descriptor: (Lokhttp3/internal/http2/Http2Stream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      stream  

  public void onSettings(okhttp3.internal.http2.Http2Connection);
    descriptor: (Lokhttp3/internal/http2/Http2Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // okhttp3.internal.http2.Http2Connection$Listener this
        start local 1 // okhttp3.internal.http2.Http2Connection connection
         0: .line 950
            return
        end local 1 // okhttp3.internal.http2.Http2Connection connection
        end local 0 // okhttp3.internal.http2.Http2Connection$Listener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lokhttp3/internal/http2/Http2Connection$Listener;
            0    1     1  connection  Lokhttp3/internal/http2/Http2Connection;
    MethodParameters:
            Name  Flags
      connection  
}
SourceFile: "Http2Connection.java"
NestHost: okhttp3.internal.http2.Http2Connection
InnerClasses:
  public abstract Listener = okhttp3.internal.http2.Http2Connection$Listener of okhttp3.internal.http2.Http2Connection
  okhttp3.internal.http2.Http2Connection$Listener$1