Searched refs:RecordingSocketFactory (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DURLConnectionTest.java636 RecordingSocketFactory clientSocketFactory =
637 new RecordingSocketFactory(sslContext.getSocketFactory());
660 RecordingSocketFactory clientSocketFactory =
661 new RecordingSocketFactory(sslContext.getSocketFactory());
3313 private static class RecordingSocketFactory extends DelegatingSSLSocketFactory { class in class:URLConnectionTest
3317 public RecordingSocketFactory(SSLSocketFactory delegate) { method in class:URLConnectionTest.RecordingSocketFactory

Completed in 113 milliseconds