Searched refs:RESPONSE_DATA_LENGTH (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/net/www/http/KeepAliveCache/
H A DB5045306.java142 static final int RESPONSE_DATA_LENGTH = 128 * 1024; field in class:SimpleHttpTransaction
153 byte[] responseBody = new byte[RESPONSE_DATA_LENGTH];
177 byte[] responseBody = new byte[RESPONSE_DATA_LENGTH];

Completed in 29 milliseconds