- Sort Score
- Num 10 results
- Language All
Results 11 - 15 of 15 for maxVersions (0.08 seconds)
-
src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationResponseTest.java
void testWithDifferentConfigurations() throws Exception { // Test with different configuration settings Properties props = new Properties(); props.setProperty("jcifs.smb.client.maxVersion", "SMB302"); Configuration customConfig = new PropertyConfiguration(props); Trans2SetFileInformationResponse customResponse = new Trans2SetFileInformationResponse(customConfig);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 15.9K bytes - Click Count (0) -
src/test/java/jcifs/config/BaseConfigurationTest.java
void testInitDefaultsWithPresetProtocolVersions() throws CIFSException { BaseConfiguration testConfig = new BaseConfiguration(false); testConfig.minVersion = DialectVersion.SMB210; testConfig.maxVersion = DialectVersion.SMB300; testConfig.initDefaults(); assertEquals(DialectVersion.SMB210, testConfig.getMinimumVersion()); assertEquals(DialectVersion.SMB300, testConfig.getMaximumVersion());
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 20.6K bytes - Click Count (0) -
src/main/java/jcifs/Configuration.java
* @return minimum protocol version to use/allow * @since 2.1 */ DialectVersion getMinimumVersion(); /** * Maximum protocol version * * Property {@code jcifs.smb.client.maxVersion} (string, default SMB210) * * @see DialectVersion * @return maximum protocol version to use/allow * @since 2.1 */ DialectVersion getMaximumVersion(); /**Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 25.4K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
Properties props = new Properties(); props.setProperty("jcifs.smb.client.minVersion", "SMB202"); props.setProperty("jcifs.smb.client.maxVersion", "SMB311"); props.setProperty("jcifs.smb.client.responseTimeout", "30000"); props.setProperty("jcifs.smb.client.soTimeout", "35000"); // Create a new configuration and context
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 56K bytes - Click Count (0) -
api/go1.2.txt
pkg crypto/tls, const VersionTLS11 = 770 pkg crypto/tls, const VersionTLS11 ideal-int pkg crypto/tls, const VersionTLS12 = 771 pkg crypto/tls, const VersionTLS12 ideal-int pkg crypto/tls, type Config struct, MaxVersion uint16 pkg crypto/tls, type Config struct, MinVersion uint16 pkg crypto/x509, func MarshalECPrivateKey(*ecdsa.PrivateKey) ([]uint8, error) pkg crypto/x509, type Certificate struct, CRLDistributionPoints []string
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1)