- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ErrorBodyMockHttpURLConnection (0.11 seconds)
-
src/test/java/org/codelibs/curl/io/IOIntegrationTest.java
/** * Mock HttpURLConnection that returns error body from getErrorStream(). */ class ErrorBodyMockHttpURLConnection extends HttpURLConnection { private final int statusCode; private final String errorBody; ErrorBodyMockHttpURLConnection(URL u, int statusCode, String errorBody) { super(u); this.statusCode = statusCode;Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 12:00:34 GMT 2026 - 44.1K bytes - Click Count (0)