Home
last modified time | relevance | path

Searched defs:gzip (Results 1 – 8 of 8) sorted by relevance

/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DRequestBodyCompression.java82 private RequestBody gzip(final RequestBody body) { in gzip() method in RequestBodyCompression.GzipRequestInterceptor
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java70 boolean gzip; field in Benchmark
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java244 private static Buffer gzip(String body) throws IOException { in gzip() method in OkApacheClientTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DHttpOverSpdyTest.java440 public Buffer gzip(String bytes) throws IOException { in gzip() method in HttpOverSpdyTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCallTest.java1642 @Test public void gzip() throws Exception { in gzip() method in CallTest
1780 private Buffer gzip(String data) throws IOException { in gzip() method in CallTest
DCacheTest.java2256 public Buffer gzip(String data) throws IOException { in gzip() method in CacheTest
/external/jetty/src/resources/org/eclipse/jetty/http/
Dmime.properties37 gzip = application/gzip key
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java1806 public Buffer gzip(String data) throws IOException { in gzip() method in ResponseCacheTest