Internal.smali 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .class public abstract Lokhttp3/internal/Internal;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # static fields
  5. .field public static instance:Lokhttp3/internal/Internal;
  6. # direct methods
  7. .method public constructor <init>()V
  8. .locals 0
  9. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  10. return-void
  11. .end method
  12. .method public static initializeInstanceForTests()V
  13. .locals 1
  14. new-instance v0, Lokhttp3/OkHttpClient;
  15. invoke-direct {v0}, Lokhttp3/OkHttpClient;-><init>()V
  16. return-void
  17. .end method
  18. # virtual methods
  19. .method public abstract addLenient(Lokhttp3/Headers$Builder;Ljava/lang/String;)V
  20. .end method
  21. .method public abstract addLenient(Lokhttp3/Headers$Builder;Ljava/lang/String;Ljava/lang/String;)V
  22. .end method
  23. .method public abstract apply(Lokhttp3/ConnectionSpec;Ljavax/net/ssl/SSLSocket;Z)V
  24. .end method
  25. .method public abstract code(Lokhttp3/Response$Builder;)I
  26. .end method
  27. .method public abstract connectionBecameIdle(Lokhttp3/ConnectionPool;Lokhttp3/internal/connection/RealConnection;)Z
  28. .end method
  29. .method public abstract deduplicate(Lokhttp3/ConnectionPool;Lokhttp3/Address;Lokhttp3/internal/connection/StreamAllocation;)Ljava/net/Socket;
  30. .end method
  31. .method public abstract equalsNonHost(Lokhttp3/Address;Lokhttp3/Address;)Z
  32. .end method
  33. .method public abstract get(Lokhttp3/ConnectionPool;Lokhttp3/Address;Lokhttp3/internal/connection/StreamAllocation;Lokhttp3/Route;)Lokhttp3/internal/connection/RealConnection;
  34. .end method
  35. .method public abstract getHttpUrlChecked(Ljava/lang/String;)Lokhttp3/HttpUrl;
  36. .annotation system Ldalvik/annotation/Throws;
  37. value = {
  38. Ljava/net/MalformedURLException;,
  39. Ljava/net/UnknownHostException;
  40. }
  41. .end annotation
  42. .end method
  43. .method public abstract newWebSocketCall(Lokhttp3/OkHttpClient;Lokhttp3/Request;)Lokhttp3/Call;
  44. .end method
  45. .method public abstract put(Lokhttp3/ConnectionPool;Lokhttp3/internal/connection/RealConnection;)V
  46. .end method
  47. .method public abstract routeDatabase(Lokhttp3/ConnectionPool;)Lokhttp3/internal/connection/RouteDatabase;
  48. .end method
  49. .method public abstract setCache(Lokhttp3/OkHttpClient$Builder;Lokhttp3/internal/cache/InternalCache;)V
  50. .end method
  51. .method public abstract streamAllocation(Lokhttp3/Call;)Lokhttp3/internal/connection/StreamAllocation;
  52. .end method