- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getPathPrefix (0.04 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbAuthentication.java
*/ public SmbAuthentication() { super(); } /** * Returns the path prefix for SMB1 URLs. * @return The path prefix. */ public String getPathPrefix() { final StringBuilder buf = new StringBuilder(100); buf.append("smb1://"); if (server != null) { buf.append(server); if (port > 0) { buf.append(':');Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 3.9K bytes - Viewed (0)