- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getServerWithDfs (0.15 seconds)
-
src/main/java/jcifs/dcerpc/DcerpcPipeHandle.java
} @Override public String getServer() { return this.pipe.getLocator().getServer(); } @Override public String getServerWithDfs() { return this.pipe.getLocator().getServerWithDfs(); } @Override public byte[] getSessionKey() throws CIFSException { return this.handle.getSessionKey(); } /** * {@inheritDoc} *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.6K bytes - Click Count (0) -
src/test/java/jcifs/SmbResourceLocatorTest.java
return null; } @Override public String getShare() { return null; } @Override public String getServerWithDfs() { return null; } @Override public String getServer() { return null; } @Override public String getDfsPath() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8K bytes - Click Count (0) -
src/main/java/jcifs/SmbResourceLocator.java
* Retrieve the hostname of the server for this SMB resource. If the resources has been resolved by DFS this will * return the target name. * * @return The server name */ String getServerWithDfs(); /** * Retrieve the hostname of the server for this SMB resource. If this * <code>SmbFile</code> references a workgroup, the name of the workgroupCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.4K bytes - Click Count (0)