Searched refs:bodyLimit (Results 1 – 2 of 2) sorted by relevance
87 private int bodyLimit = Integer.MAX_VALUE; field in MockWebServer151 this.bodyLimit = maxBodyLength; in setBodyLimit()602 super.write(buffer, offset, Math.min(len, bodyLimit - count)); in write()606 if (count < bodyLimit) { in write()
119 private long bodyLimit = Long.MAX_VALUE; field in MockWebServer223 this.bodyLimit = maxBodyLength;631 TruncatingBuffer requestBody = new TruncatingBuffer(bodyLimit);827 TruncatingBuffer(long bodyLimit) {828 remainingByteCount = bodyLimit;949 throttledTransfer(response, socket, body, sink, bodyLimit, false);