HomeSort by relevance Sort by last modified time
    Searched defs:connectionSpec (Results 1 - 12 of 12) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
ConnectionSpecSelector.java 19 import com.squareup.okhttp.ConnectionSpec;
39 private final List<ConnectionSpec> connectionSpecs;
44 public ConnectionSpecSelector(List<ConnectionSpec> connectionSpecs) {
51 * {@link ConnectionSpec}. Returns the chosen {@link ConnectionSpec}, never {@code null}.
55 public ConnectionSpec configureSecureSocket(SSLSocket sslSocket) throws IOException {
56 ConnectionSpec tlsConfiguration = null;
58 ConnectionSpec connectionSpec = connectionSpecs.get(i);
59 if (connectionSpec.isCompatible(sslSocket))
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
RealConnection.java 22 import com.squareup.okhttp.ConnectionSpec;
93 List<ConnectionSpec> connectionSpecs, boolean connectionRetryEnabled) throws RouteException {
102 && !connectionSpecs.contains(ConnectionSpec.CLEARTEXT)) {
185 ConnectionSpec connectionSpec = connectionSpecSelector.configureSecureSocket(sslSocket);
186 if (connectionSpec.supportsTlsExtensions()) {
213 String maybeProtocol = connectionSpec.supportsTlsExtensions()
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionSpecTest.java 35 new ConnectionSpec.Builder(ConnectionSpec.MODERN_TLS)
46 new ConnectionSpec.Builder(ConnectionSpec.MODERN_TLS)
56 ConnectionSpec cleartextSpec = new ConnectionSpec.Builder(false).build();
61 ConnectionSpec tlsSpec = new ConnectionSpec.Builder(true)
72 ConnectionSpec tlsSpec = new ConnectionSpec.Builder(true
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 

Completed in 787 milliseconds