class okhttp3.EventListener$2 implements okhttp3.EventListener$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: okhttp3.EventListener$2
  super_class: java.lang.Object
{
  private final okhttp3.EventListener val$listener;
    descriptor: Lokhttp3/EventListener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(okhttp3.EventListener);
    descriptor: (Lokhttp3/EventListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.EventListener$2 this
         0: .line 57
            aload 0 /* this */
            aload 1
            putfield okhttp3.EventListener$2.val$listener:Lokhttp3/EventListener;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // okhttp3.EventListener$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener$2;
    MethodParameters:
              Name  Flags
      val$listener  final

  public okhttp3.EventListener create(okhttp3.Call);
    descriptor: (Lokhttp3/Call;)Lokhttp3/EventListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // okhttp3.EventListener$2 this
        start local 1 // okhttp3.Call call
         0: .line 59
            aload 0 /* this */
            getfield okhttp3.EventListener$2.val$listener:Lokhttp3/EventListener;
            areturn
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener$2;
            0    1     1  call  Lokhttp3/Call;
    MethodParameters:
      Name  Flags
      call  
}
SourceFile: "EventListener.java"
EnclosingMethod: okhttp3.EventListener.factory:(Lokhttp3/EventListener;)Lokhttp3/EventListener$Factory;
NestHost: okhttp3.EventListener
InnerClasses:
  okhttp3.EventListener$2
  public abstract Factory = okhttp3.EventListener$Factory of okhttp3.EventListener