253254255256257258259
public Header getResponseHeader(String headerName) { throw new ResponseTooLargeException(finalUri); } public Header[] getResponseHeaders(String headerName) { throw new ResponseTooLargeException(finalUri); }
261262263264265266267
public boolean isBodySizeExceeded() { return true; } public int getStatusCode() { throw new ResponseTooLargeException(finalUri); }