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

  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java 215 testResponseCaching(TransferKind.FIXED_LENGTH);
219 testResponseCaching(TransferKind.CHUNKED);
223 testResponseCaching(TransferKind.END_OF_STREAM);
230 private void testResponseCaching(TransferKind transferKind) throws IOException {
235 transferKind.setBody(mockResponse, "I love puppies but hate spiders", 1);
457 testServerPrematureDisconnect(TransferKind.FIXED_LENGTH);
461 testServerPrematureDisconnect(TransferKind.CHUNKED);
470 private void testServerPrematureDisconnect(TransferKind transferKind) throws IOException
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 195 testResponseCaching(TransferKind.FIXED_LENGTH);
199 testResponseCaching(TransferKind.CHUNKED);
203 testResponseCaching(TransferKind.END_OF_STREAM);
210 private void testResponseCaching(TransferKind transferKind) throws IOException {
215 transferKind.setBody(mockResponse, "I love puppies but hate spiders", 1);
486 testServerPrematureDisconnect(TransferKind.FIXED_LENGTH);
490 testServerPrematureDisconnect(TransferKind.CHUNKED);
499 private void testServerPrematureDisconnect(TransferKind transferKind) throws IOException
    [all...]

Completed in 223 milliseconds