Searched refs:HTTP_SCHEMES (Results 1 – 2 of 2) sorted by relevance
44 private static final ImmutableSet<String> HTTP_SCHEMES = ImmutableSet.of("http", "https"); field in OkHttp3UrlEngine73 return HTTP_SCHEMES; in supportedSchemes()
44 private static final ImmutableSet<String> HTTP_SCHEMES = ImmutableSet.of("http", "https"); field in OkHttp2UrlEngine73 return HTTP_SCHEMES; in supportedSchemes()