- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for asEmptyBody (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/log/ApiAdminLogAction.java
try (InputStream in = Files.newInputStream(path)) { out.write(in); } }); } return StreamResponse.asEmptyBody(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/backup/ApiAdminBackupAction.java
} } throwValidationErrorApi(messages -> messages.addErrorsCouldNotFindBackupIndex(GLOBAL)); return StreamResponse.asEmptyBody(); // no-op } private StreamResponse writeNdjsonResponse(final String id, final Consumer<Writer> writeCall) { return asStream(id)// .header("Pragma", "no-cache")//
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0)