- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for selectTransport (0.57 sec)
-
docs/smb3-features/03-multi-channel-design.md
multiChannelSupported = true; // Initialize channel manager channelManager = new ChannelManager(context, this); channelManager.initializeMultiChannel(); } public SmbTransport selectTransport(SMBMessage message) { if (channelManager != null && channelManager.isMultiChannelEnabled()) { ChannelInfo channel = channelManager.selectChannel(message); return channel.getTransport(); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
throws CIFSException { // Select appropriate transport (multi-channel if available) try (SmbTransportImpl trans = selectTransport(request)) { if (response != null) { response.clearReceived(); response.setExtendedSecurity(this.extendedSecurity); } try {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)