Authenticator.smali 707 B

12345678910111213141516171819202122232425262728293031
  1. .class public interface abstract Lokhttp3/Authenticator;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # static fields
  5. .field public static final NONE:Lokhttp3/Authenticator;
  6. # direct methods
  7. .method static constructor <clinit>()V
  8. .locals 1
  9. new-instance v0, Lokhttp3/Authenticator$1;
  10. invoke-direct {v0}, Lokhttp3/Authenticator$1;-><init>()V
  11. sput-object v0, Lokhttp3/Authenticator;->NONE:Lokhttp3/Authenticator;
  12. return-void
  13. .end method
  14. # virtual methods
  15. .method public abstract authenticate(Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
  16. .annotation system Ldalvik/annotation/Throws;
  17. value = {
  18. Ljava/io/IOException;
  19. }
  20. .end annotation
  21. .end method