- Sort Score
- Result 10 results
- Languages All
Results 31 - 33 of 33 for toUrl (0.02 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
uri = new URI(baseHref == null ? responseData.getUrl() : baseHref); } catch (final Exception e) { uri = new URI(responseData.getUrl()); } final URL url = uri.toURL(); getChildUrlRules(responseData, resultData).forEach(entry -> { List<RequestData> requestDataList = new ArrayList<>();
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 28.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
* * @deprecated Use getURL() instead * @return A new <code>{@link java.net.URL}</code> for this <code>SmbFile</code> */ @Deprecated public URL toURL() { return getURL(); } /** * Computes a hashCode for this file based on the URL string and IP * address if the server. The hashing function uses the hashcode of the
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)