- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setContentCache (0.1 sec)
-
src/main/java/org/codelibs/curl/CurlResponse.java
} else { throw new CurlException("The content does not exist."); } } return contentCache.getInputStream(); } public void setContentCache(final ContentCache contentCache) { this.contentCache = contentCache; } public int getHttpStatusCode() { return httpStatusCode; }
Registered: Thu Oct 31 02:32:13 UTC 2024 - Last Modified: Mon Nov 14 21:05:19 UTC 2022 - 4K bytes - Viewed (0)