Interceptor.smali 478 B

123456789101112131415161718192021
  1. .class public interface abstract Lokhttp3/Interceptor;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/MemberClasses;
  6. value = {
  7. Lokhttp3/Interceptor$Chain;
  8. }
  9. .end annotation
  10. # virtual methods
  11. .method public abstract intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
  12. .annotation system Ldalvik/annotation/Throws;
  13. value = {
  14. Ljava/io/IOException;
  15. }
  16. .end annotation
  17. .end method