- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getSmbSession (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/smb/SmbTransportInternal.java
* @return session */ SmbSession getSmbSession(CIFSContext ctx); /** * Gets or creates an SMB session for the specified target. * * @param tf the CIFS context * @param targetHost the target host name * @param targetDomain the target domain * @return session */ SmbSession getSmbSession(CIFSContext tf, String targetHost, String targetDomain); /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 4.5K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaTransport.java
return delegate.getServerEncryptionKey(); } @Override public SmbSession getSmbSession(CIFSContext ctx) { return delegate.getSmbSession(ctx); } @Override public SmbSession getSmbSession(CIFSContext tf, String targetHost, String targetDomain) { return delegate.getSmbSession(tf, targetHost, targetDomain); } @Override
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 8.9K bytes - Click Count (0)