SYMBOL INDEX (327 symbols across 56 files) FILE: maven-tests/src/main/java/com/squareup/okhttp3/maventest/SampleHttpClient.java class SampleHttpClient (line 27) | public class SampleHttpClient { method SampleHttpClient (line 30) | public SampleHttpClient() { method makeCall (line 34) | public void makeCall(HttpUrl url) throws IOException { FILE: maven-tests/src/test/java/com/squareup/okhttp3/maventest/AppTest.java class AppTest (line 28) | public class AppTest { method testApp (line 31) | @Test FILE: module-tests/src/main/java/okhttp3/modules/Main.java class Main (line 24) | public class Main { method main (line 25) | public static void main(String[] args) throws IOException { FILE: module-tests/src/main/java/okhttp3/modules/OkHttpCaller.java class OkHttpCaller (line 29) | public class OkHttpCaller { method callOkHttp (line 30) | public static Call callOkHttp(HttpUrl url) { FILE: module-tests/src/test/java/okhttp3/modules/test/JavaModuleTest.java class JavaModuleTest (line 35) | class JavaModuleTest { method testVisibility (line 36) | @Test method testMockWebServer (line 42) | @Test method testModules (line 56) | @Test FILE: okhttp-tls/src/test/java/okhttp3/tls/CertificatesJavaTest.java class CertificatesJavaTest (line 23) | public class CertificatesJavaTest { method testRoundtrip (line 24) | @Test FILE: okhttp-zstd/src/test/java/okhttp3/zstd/ZstdInterceptorJavaTest.java class ZstdInterceptorJavaTest (line 23) | class ZstdInterceptorJavaTest { method testConstructor (line 24) | @Test FILE: okhttp/src/jvmTest/java/okhttp3/CallJavaTest.java class CallJavaTest (line 22) | public class CallJavaTest { method tagsSeededFromRequest (line 28) | @Test method tagsCanBeComputed (line 43) | @Test FILE: regression-test/src/androidTest/java/okhttp/regression/IssueReproductionTest.java class IssueReproductionTest (line 37) | @RunWith(AndroidJUnit4.class) method getFailsWithoutAdditionalCert (line 39) | @Test public void getFailsWithoutAdditionalCert() throws IOException { method sendRequest (line 45) | private void sendRequest(OkHttpClient client, String url) throws IOExc... FILE: regression-test/src/androidTest/java/okhttp/regression/LetsEncryptTest.java class LetsEncryptTest (line 47) | @RunWith(AndroidJUnit4.class) method getFailsWithoutAdditionalCert (line 49) | @Test public void getFailsWithoutAdditionalCert() throws IOException { method getPassesAdditionalCert (line 63) | @Test public void getPassesAdditionalCert() throws IOException, Certif... method sendRequest (line 130) | private void sendRequest(OkHttpClient client, String url) throws IOExc... FILE: regression-test/src/androidTest/java/okhttp/regression/compare/OkHttpClientTest.java class OkHttpClientTest (line 34) | @RunWith(AndroidJUnit4.class) method get (line 36) | @Test public void get() throws IOException { FILE: samples/crawler/src/main/java/okhttp3/sample/Crawler.java class Crawler (line 43) | public final class Crawler { method Crawler (line 50) | public Crawler(OkHttpClient client, int queueLimit, int hostLimit) { method parallelDrainQueue (line 56) | private void parallelDrainQueue(int threadCount) { method drainQueue (line 70) | private void drainQueue() throws Exception { method fetch (line 89) | public void fetch(HttpUrl url) throws IOException { method main (line 130) | public static void main(String[] args) throws IOException { FILE: samples/guide/src/main/java/okhttp3/guide/GetExample.java class GetExample (line 23) | public class GetExample { method run (line 26) | String run(String url) throws IOException { method main (line 36) | public static void main(String[] args) throws IOException { FILE: samples/guide/src/main/java/okhttp3/guide/PostExample.java class PostExample (line 25) | public class PostExample { method post (line 30) | String post(String url, String json) throws IOException { method bowlingJson (line 41) | String bowlingJson(String player1, String player2) { method main (line 53) | public static void main(String[] args) throws IOException { FILE: samples/guide/src/main/java/okhttp3/recipes/AccessHeaders.java class AccessHeaders (line 23) | public final class AccessHeaders { method run (line 26) | public void run() throws Exception { method main (line 43) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/AsynchronousGet.java class AsynchronousGet (line 27) | public final class AsynchronousGet { method run (line 30) | public void run() throws Exception { method main (line 55) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/Authenticate.java class Authenticate (line 24) | public final class Authenticate { method Authenticate (line 27) | public Authenticate() { method run (line 44) | public void run() throws Exception { method main (line 56) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/CacheResponse.java class CacheResponse (line 25) | public final class CacheResponse { method CacheResponse (line 28) | public CacheResponse(File cacheDirectory) throws Exception { method run (line 37) | public void run() throws Exception { method main (line 65) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/CancelCall.java class CancelCall (line 27) | public class CancelCall { method run (line 31) | public void run() throws Exception { method main (line 56) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/CertificatePinning.java class CertificatePinning (line 25) | public final class CertificatePinning { method run (line 33) | public void run() throws Exception { method main (line 47) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/CheckHandshake.java class CheckHandshake (line 28) | public final class CheckHandshake { method intercept (line 34) | @Override public Response intercept(Chain chain) throws IOException { method run (line 49) | public void run() throws Exception { method main (line 61) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/ConfigureTimeouts.java class ConfigureTimeouts (line 23) | public final class ConfigureTimeouts { method ConfigureTimeouts (line 26) | public ConfigureTimeouts() throws Exception { method run (line 35) | public void run() throws Exception { method main (line 45) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/CurrentDateHeader.java class CurrentDateHeader (line 26) | public final class CurrentDateHeader { method run (line 31) | public void run() throws Exception { class CurrentDateInterceptor (line 41) | static class CurrentDateInterceptor implements Interceptor { method intercept (line 42) | @Override public Response intercept(Chain chain) throws IOException { method main (line 55) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/CustomCipherSuites.java class CustomCipherSuites (line 42) | public final class CustomCipherSuites { method CustomCipherSuites (line 45) | public CustomCipherSuites() throws GeneralSecurityException { method defaultSslSocketFactory (line 78) | private SSLSocketFactory defaultSslSocketFactory(X509TrustManager trus... method defaultTrustManager (line 87) | private X509TrustManager defaultTrustManager() throws GeneralSecurityE... method javaNames (line 99) | private String[] javaNames(List cipherSuites) { class DelegatingSSLSocketFactory (line 111) | static class DelegatingSSLSocketFactory extends SSLSocketFactory { method DelegatingSSLSocketFactory (line 114) | DelegatingSSLSocketFactory(SSLSocketFactory delegate) { method getDefaultCipherSuites (line 118) | @Override public String[] getDefaultCipherSuites() { method getSupportedCipherSuites (line 122) | @Override public String[] getSupportedCipherSuites() { method createSocket (line 126) | @Override public Socket createSocket( method createSocket (line 131) | @Override public Socket createSocket(String host, int port) throws I... method createSocket (line 135) | @Override public Socket createSocket( method createSocket (line 140) | @Override public Socket createSocket(InetAddress host, int port) thr... method createSocket (line 144) | @Override public Socket createSocket( method configureSocket (line 150) | protected SSLSocket configureSocket(SSLSocket socket) throws IOExcep... method run (line 155) | public void run() throws Exception { method main (line 168) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/CustomTrust.java class CustomTrust (line 27) | public final class CustomTrust { method CustomTrust (line 128) | public CustomTrust() { method run (line 145) | public void run() throws Exception { method main (line 164) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/HttpsServer.java class HttpsServer (line 31) | public class HttpsServer { method run (line 32) | public void run() throws Exception { method main (line 58) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/LoggingInterceptors.java class LoggingInterceptors (line 25) | public final class LoggingInterceptors { method run (line 31) | public void run() throws Exception { class LoggingInterceptor (line 40) | private static class LoggingInterceptor implements Interceptor { method intercept (line 41) | @Override public Response intercept(Chain chain) throws IOException { method main (line 55) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/ParseResponseWithMoshi.java class ParseResponseWithMoshi (line 26) | public final class ParseResponseWithMoshi { method run (line 31) | public void run() throws Exception { class Gist (line 47) | static class Gist { class GistFile (line 51) | static class GistFile { method main (line 55) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/PerCallSettings.java class PerCallSettings (line 24) | public final class PerCallSettings { method run (line 27) | public void run() throws Exception { method main (line 53) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/PostFile.java class PostFile (line 26) | public final class PostFile { method run (line 32) | public void run() throws Exception { method main (line 47) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/PostForm.java class PostForm (line 25) | public final class PostForm { method run (line 28) | public void run() throws Exception { method main (line 44) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/PostMultipart.java class PostMultipart (line 27) | public final class PostMultipart { method run (line 37) | public void run() throws Exception { method main (line 61) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/PostStreaming.java class PostStreaming (line 26) | public final class PostStreaming { method run (line 32) | public void run() throws Exception { method main (line 67) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/PostStreamingWithPipe.java class PostStreamingWithPipe (line 28) | public final class PostStreamingWithPipe { method run (line 34) | public void run() throws Exception { method streamPrimesToSinkAsynchronously (line 51) | private void streamPrimesToSinkAsynchronously(final BufferedSink sink) { class PipeBody (line 85) | static final class PipeBody extends RequestBody { method sink (line 89) | public BufferedSink sink() { method contentType (line 93) | @Override public MediaType contentType() { method writeTo (line 97) | @Override public void writeTo(BufferedSink sink) throws IOException { method main (line 102) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/PostString.java class PostString (line 25) | public final class PostString { method run (line 31) | public void run() throws Exception { method main (line 52) | public static void main(String... args) throws Exception { FILE: samples/guide/src/main/java/okhttp3/recipes/PreemptiveAuth.java class PreemptiveAuth (line 25) | public final class PreemptiveAuth { method PreemptiveAuth (line 28) | public PreemptiveAuth() { method run (line 35) | public void run() throws Exception { method main (line 47) | public static void main(String... args) throws Exception { class BasicAuthInterceptor (line 51) | static final class BasicAuthInterceptor implements Interceptor { method BasicAuthInterceptor (line 55) | BasicAuthInterceptor(String host, String username, String password) { method intercept (line 60) | @Override public Response intercept(Chain chain) throws IOException { FILE: samples/guide/src/main/java/okhttp3/recipes/PrintEvents.java class PrintEvents (line 36) | public final class PrintEvents { method run (line 41) | public void run() throws Exception { method main (line 73) | public static void main(String... args) throws Exception { class PrintingEventListener (line 77) | private static final class PrintingEventListener extends EventListener { method create (line 81) | @Override public EventListener create(Call call) { method PrintingEventListener (line 91) | PrintingEventListener(long callId, long callStartNanos) { method printEvent (line 96) | private void printEvent(String name) { method proxySelectStart (line 101) | @Override public void proxySelectStart(Call call, HttpUrl url) { method proxySelectEnd (line 105) | @Override public void proxySelectEnd(Call call, HttpUrl url, List