- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getChannelBindingPolicy (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/config/BaseConfiguration.java
@Override public int getMaxChannels() { return this.maxChannels; } /** * {@inheritDoc} * * @see jcifs.Configuration#getChannelBindingPolicy() */ @Override public int getChannelBindingPolicy() { return this.channelBindingPolicy; } /** * {@inheritDoc} * * @see jcifs.Configuration#getLoadBalancingStrategy() */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 36.5K bytes - Click Count (0) -
docs/smb3-features/03-multi-channel-design.md
public boolean isUseMultiChannel() { return getBooleanProperty(USE_MULTI_CHANNEL, true); } public int getMaxChannels() { return getIntProperty(MAX_CHANNELS, 4); } public int getChannelBindingPolicy() { String policy = getProperty(CHANNEL_BINDING_POLICY, "preferred"); switch (policy.toLowerCase()) { case "disabled": return 0; case "required": return 2;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 39.6K bytes - Click Count (0)