- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for processRequest (0.04 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
public ResponseData doGet(final String uri) { return processRequest(uri, true); } /** * Processes an SMB request for the given URI. * * @param uri the URI to process * @param includeContent whether to include content in the response * @return the response data */ protected ResponseData processRequest(final String uri, final boolean includeContent) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 22.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
public ResponseData doGet(final String uri) { return processRequest(uri, true); } /** * Processes an SMB1 request for the given URI. * * @param uri the URI to process * @param includeContent whether to include content in the response * @return the response data */ protected ResponseData processRequest(final String uri, final boolean includeContent) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 23K bytes - Viewed (0)