public abstract class okhttp3.EventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: okhttp3.EventListener
  super_class: java.lang.Object
{
  public static final okhttp3.EventListener NONE;
    descriptor: Lokhttp3/EventListener;
    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 53
            new okhttp3.EventListener$1
            dup
            invokespecial okhttp3.EventListener$1.<init>:()V
            putstatic okhttp3.EventListener.NONE:Lokhttp3/EventListener;
         1: .line 54
            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.EventListener this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;

  static okhttp3.EventListener$Factory factory(okhttp3.EventListener);
    descriptor: (Lokhttp3/EventListener;)Lokhttp3/EventListener$Factory;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.EventListener listener
         0: .line 57
            new okhttp3.EventListener$2
            dup
            aload 0 /* listener */
            invokespecial okhttp3.EventListener$2.<init>:(Lokhttp3/EventListener;)V
            areturn
        end local 0 // okhttp3.EventListener listener
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  listener  Lokhttp3/EventListener;
    MethodParameters:
          Name  Flags
      listener  final

  public void callStart(okhttp3.Call);
    descriptor: (Lokhttp3/Call;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
         0: .line 73
            return
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
            0    1     1  call  Lokhttp3/Call;
    MethodParameters:
      Name  Flags
      call  

  public void dnsStart(okhttp3.Call, java.lang.String);
    descriptor: (Lokhttp3/Call;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
        start local 2 // java.lang.String domainName
         0: .line 85
            return
        end local 2 // java.lang.String domainName
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lokhttp3/EventListener;
            0    1     1        call  Lokhttp3/Call;
            0    1     2  domainName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      call        
      domainName  

  public void dnsEnd(okhttp3.Call, java.lang.String, java.util.List<java.net.InetAddress>);
    descriptor: (Lokhttp3/Call;Ljava/lang/String;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
        start local 2 // java.lang.String domainName
        start local 3 // java.util.List inetAddressList
         0: .line 93
            return
        end local 3 // java.util.List inetAddressList
        end local 2 // java.lang.String domainName
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lokhttp3/EventListener;
            0    1     1             call  Lokhttp3/Call;
            0    1     2       domainName  Ljava/lang/String;
            0    1     3  inetAddressList  Ljava/util/List<Ljava/net/InetAddress;>;
    Signature: (Lokhttp3/Call;Ljava/lang/String;Ljava/util/List<Ljava/net/InetAddress;>;)V
    MethodParameters:
                 Name  Flags
      call             
      domainName       
      inetAddressList  

  public void connectStart(okhttp3.Call, java.net.InetSocketAddress, java.net.Proxy);
    descriptor: (Lokhttp3/Call;Ljava/net/InetSocketAddress;Ljava/net/Proxy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
        start local 2 // java.net.InetSocketAddress inetSocketAddress
        start local 3 // java.net.Proxy proxy
         0: .line 105
            return
        end local 3 // java.net.Proxy proxy
        end local 2 // java.net.InetSocketAddress inetSocketAddress
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lokhttp3/EventListener;
            0    1     1               call  Lokhttp3/Call;
            0    1     2  inetSocketAddress  Ljava/net/InetSocketAddress;
            0    1     3              proxy  Ljava/net/Proxy;
    MethodParameters:
                   Name  Flags
      call               
      inetSocketAddress  
      proxy              

  public void secureConnectStart(okhttp3.Call);
    descriptor: (Lokhttp3/Call;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
         0: .line 120
            return
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
            0    1     1  call  Lokhttp3/Call;
    MethodParameters:
      Name  Flags
      call  

  public void secureConnectEnd(okhttp3.Call, okhttp3.Handshake);
    descriptor: (Lokhttp3/Call;Lokhttp3/Handshake;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // okhttp3.EventListener this
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        Nullable()
    MethodParameters:
           Name  Flags
      call       
      handshake  

  public void connectEnd(okhttp3.Call, java.net.InetSocketAddress, java.net.Proxy, okhttp3.Protocol);
    descriptor: (Lokhttp3/Call;Ljava/net/InetSocketAddress;Ljava/net/Proxy;Lokhttp3/Protocol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // okhttp3.EventListener this
         0: .line 138
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        Nullable()
    MethodParameters:
                   Name  Flags
      call               
      inetSocketAddress  
      proxy              
      protocol           

  public void connectFailed(okhttp3.Call, java.net.InetSocketAddress, java.net.Proxy, okhttp3.Protocol, java.io.IOException);
    descriptor: (Lokhttp3/Call;Ljava/net/InetSocketAddress;Ljava/net/Proxy;Lokhttp3/Protocol;Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // okhttp3.EventListener this
         0: .line 150
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        Nullable()
      4:
    MethodParameters:
                   Name  Flags
      call               
      inetSocketAddress  
      proxy              
      protocol           
      ioe                

  public void connectionAcquired(okhttp3.Call, okhttp3.Connection);
    descriptor: (Lokhttp3/Call;Lokhttp3/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
        start local 2 // okhttp3.Connection connection
         0: .line 160
            return
        end local 2 // okhttp3.Connection connection
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lokhttp3/EventListener;
            0    1     1        call  Lokhttp3/Call;
            0    1     2  connection  Lokhttp3/Connection;
    MethodParameters:
            Name  Flags
      call        
      connection  

  public void connectionReleased(okhttp3.Call, okhttp3.Connection);
    descriptor: (Lokhttp3/Call;Lokhttp3/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
        start local 2 // okhttp3.Connection connection
         0: .line 171
            return
        end local 2 // okhttp3.Connection connection
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lokhttp3/EventListener;
            0    1     1        call  Lokhttp3/Call;
            0    1     2  connection  Lokhttp3/Connection;
    MethodParameters:
            Name  Flags
      call        
      connection  

  public void requestHeadersStart(okhttp3.Call);
    descriptor: (Lokhttp3/Call;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
         0: .line 183
            return
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
            0    1     1  call  Lokhttp3/Call;
    MethodParameters:
      Name  Flags
      call  

  public void requestHeadersEnd(okhttp3.Call, okhttp3.Request);
    descriptor: (Lokhttp3/Call;Lokhttp3/Request;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
        start local 2 // okhttp3.Request request
         0: .line 194
            return
        end local 2 // okhttp3.Request request
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lokhttp3/EventListener;
            0    1     1     call  Lokhttp3/Call;
            0    1     2  request  Lokhttp3/Request;
    MethodParameters:
         Name  Flags
      call     
      request  

  public void requestBodyStart(okhttp3.Call);
    descriptor: (Lokhttp3/Call;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
         0: .line 207
            return
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
            0    1     1  call  Lokhttp3/Call;
    MethodParameters:
      Name  Flags
      call  

  public void requestBodyEnd(okhttp3.Call, long);
    descriptor: (Lokhttp3/Call;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
        start local 2 // long byteCount
         0: .line 215
            return
        end local 2 // long byteCount
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lokhttp3/EventListener;
            0    1     1       call  Lokhttp3/Call;
            0    1     2  byteCount  J
    MethodParameters:
           Name  Flags
      call       
      byteCount  

  public void responseHeadersStart(okhttp3.Call);
    descriptor: (Lokhttp3/Call;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
         0: .line 227
            return
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
            0    1     1  call  Lokhttp3/Call;
    MethodParameters:
      Name  Flags
      call  

  public void responseHeadersEnd(okhttp3.Call, okhttp3.Response);
    descriptor: (Lokhttp3/Call;Lokhttp3/Response;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
        start local 2 // okhttp3.Response response
         0: .line 238
            return
        end local 2 // okhttp3.Response response
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lokhttp3/EventListener;
            0    1     1      call  Lokhttp3/Call;
            0    1     2  response  Lokhttp3/Response;
    MethodParameters:
          Name  Flags
      call      
      response  

  public void responseBodyStart(okhttp3.Call);
    descriptor: (Lokhttp3/Call;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
         0: .line 250
            return
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
            0    1     1  call  Lokhttp3/Call;
    MethodParameters:
      Name  Flags
      call  

  public void responseBodyEnd(okhttp3.Call, long);
    descriptor: (Lokhttp3/Call;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
        start local 2 // long byteCount
         0: .line 261
            return
        end local 2 // long byteCount
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lokhttp3/EventListener;
            0    1     1       call  Lokhttp3/Call;
            0    1     2  byteCount  J
    MethodParameters:
           Name  Flags
      call       
      byteCount  

  public void callEnd(okhttp3.Call);
    descriptor: (Lokhttp3/Call;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
         0: .line 270
            return
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
            0    1     1  call  Lokhttp3/Call;
    MethodParameters:
      Name  Flags
      call  

  public void callFailed(okhttp3.Call, java.io.IOException);
    descriptor: (Lokhttp3/Call;Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // okhttp3.EventListener this
        start local 1 // okhttp3.Call call
        start local 2 // java.io.IOException ioe
         0: .line 278
            return
        end local 2 // java.io.IOException ioe
        end local 1 // okhttp3.Call call
        end local 0 // okhttp3.EventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/EventListener;
            0    1     1  call  Lokhttp3/Call;
            0    1     2   ioe  Ljava/io/IOException;
    MethodParameters:
      Name  Flags
      call  
      ioe   
}
SourceFile: "EventListener.java"
NestMembers:
  okhttp3.EventListener$1  okhttp3.EventListener$2  okhttp3.EventListener$Factory
InnerClasses:
  okhttp3.EventListener$1
  okhttp3.EventListener$2
  public abstract Factory = okhttp3.EventListener$Factory of okhttp3.EventListener