Searched refs:DEFAULT_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
422 private static final int DEFAULT_CHUNK_SIZE = 4096; field in HttpURLConnection456 chunkLength = chunklen <=0? DEFAULT_CHUNK_SIZE : chunklen; in setChunkedStreamingMode()