123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- .class final Lokhttp3/OkHttpClient$1;
- .super Lokhttp3/internal/Internal;
- .source ""
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lokhttp3/OkHttpClient;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x0
- name = null
- .end annotation
- # direct methods
- .method constructor <init>()V
- .locals 0
- invoke-direct {p0}, Lokhttp3/internal/Internal;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public addLenient(Lokhttp3/Headers$Builder;Ljava/lang/String;)V
- .locals 0
- invoke-virtual {p1, p2}, Lokhttp3/Headers$Builder;->addLenient(Ljava/lang/String;)Lokhttp3/Headers$Builder;
- return-void
- .end method
- .method public addLenient(Lokhttp3/Headers$Builder;Ljava/lang/String;Ljava/lang/String;)V
- .locals 0
- invoke-virtual {p1, p2, p3}, Lokhttp3/Headers$Builder;->addLenient(Ljava/lang/String;Ljava/lang/String;)Lokhttp3/Headers$Builder;
- return-void
- .end method
- .method public apply(Lokhttp3/ConnectionSpec;Ljavax/net/ssl/SSLSocket;Z)V
- .locals 0
- invoke-virtual {p1, p2, p3}, Lokhttp3/ConnectionSpec;->apply(Ljavax/net/ssl/SSLSocket;Z)V
- return-void
- .end method
- .method public code(Lokhttp3/Response$Builder;)I
- .locals 0
- iget p1, p1, Lokhttp3/Response$Builder;->code:I
- return p1
- .end method
- .method public connectionBecameIdle(Lokhttp3/ConnectionPool;Lokhttp3/internal/connection/RealConnection;)Z
- .locals 0
- invoke-virtual {p1, p2}, Lokhttp3/ConnectionPool;->connectionBecameIdle(Lokhttp3/internal/connection/RealConnection;)Z
- move-result p1
- return p1
- .end method
- .method public deduplicate(Lokhttp3/ConnectionPool;Lokhttp3/Address;Lokhttp3/internal/connection/StreamAllocation;)Ljava/net/Socket;
- .locals 0
- invoke-virtual {p1, p2, p3}, Lokhttp3/ConnectionPool;->deduplicate(Lokhttp3/Address;Lokhttp3/internal/connection/StreamAllocation;)Ljava/net/Socket;
- move-result-object p1
- return-object p1
- .end method
- .method public equalsNonHost(Lokhttp3/Address;Lokhttp3/Address;)Z
- .locals 0
- invoke-virtual {p1, p2}, Lokhttp3/Address;->equalsNonHost(Lokhttp3/Address;)Z
- move-result p1
- return p1
- .end method
- .method public get(Lokhttp3/ConnectionPool;Lokhttp3/Address;Lokhttp3/internal/connection/StreamAllocation;Lokhttp3/Route;)Lokhttp3/internal/connection/RealConnection;
- .locals 0
- invoke-virtual {p1, p2, p3, p4}, Lokhttp3/ConnectionPool;->get(Lokhttp3/Address;Lokhttp3/internal/connection/StreamAllocation;Lokhttp3/Route;)Lokhttp3/internal/connection/RealConnection;
- move-result-object p1
- return-object p1
- .end method
- .method public getHttpUrlChecked(Ljava/lang/String;)Lokhttp3/HttpUrl;
- .locals 0
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/net/MalformedURLException;,
- Ljava/net/UnknownHostException;
- }
- .end annotation
- invoke-static {p1}, Lokhttp3/HttpUrl;->getChecked(Ljava/lang/String;)Lokhttp3/HttpUrl;
- move-result-object p1
- return-object p1
- .end method
- .method public newWebSocketCall(Lokhttp3/OkHttpClient;Lokhttp3/Request;)Lokhttp3/Call;
- .locals 1
- const/4 v0, 0x1
- invoke-static {p1, p2, v0}, Lokhttp3/RealCall;->newRealCall(Lokhttp3/OkHttpClient;Lokhttp3/Request;Z)Lokhttp3/RealCall;
- move-result-object p1
- return-object p1
- .end method
- .method public put(Lokhttp3/ConnectionPool;Lokhttp3/internal/connection/RealConnection;)V
- .locals 0
- invoke-virtual {p1, p2}, Lokhttp3/ConnectionPool;->put(Lokhttp3/internal/connection/RealConnection;)V
- return-void
- .end method
- .method public routeDatabase(Lokhttp3/ConnectionPool;)Lokhttp3/internal/connection/RouteDatabase;
- .locals 0
- iget-object p1, p1, Lokhttp3/ConnectionPool;->routeDatabase:Lokhttp3/internal/connection/RouteDatabase;
- return-object p1
- .end method
- .method public setCache(Lokhttp3/OkHttpClient$Builder;Lokhttp3/internal/cache/InternalCache;)V
- .locals 0
- invoke-virtual {p1, p2}, Lokhttp3/OkHttpClient$Builder;->setInternalCache(Lokhttp3/internal/cache/InternalCache;)V
- return-void
- .end method
- .method public streamAllocation(Lokhttp3/Call;)Lokhttp3/internal/connection/StreamAllocation;
- .locals 0
- check-cast p1, Lokhttp3/RealCall;
- invoke-virtual {p1}, Lokhttp3/RealCall;->streamAllocation()Lokhttp3/internal/connection/StreamAllocation;
- move-result-object p1
- return-object p1
- .end method
|