Uses of Class
jcifs.DialectVersion
-
Packages that use DialectVersion Package Description jcifs jcifs.config jcifs.internal jcifs.internal.smb1.com jcifs.internal.smb2.nego -
-
Uses of DialectVersion in jcifs
Methods in jcifs that return DialectVersion Modifier and Type Method Description DialectVersionConfiguration. getMaximumVersion()Maximum protocol version Property jcifs.smb.client.maxVersion (string, default SMB210)DialectVersionConfiguration. getMinimumVersion()Minimum protocol version Property jcifs.smb.client.minVersion (string, default SMB1)static DialectVersionDialectVersion. max(DialectVersion a, DialectVersion b)static DialectVersionDialectVersion. min(DialectVersion a, DialectVersion b)static DialectVersionDialectVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static DialectVersion[]DialectVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jcifs that return types with arguments of type DialectVersion Modifier and Type Method Description static Set<DialectVersion>DialectVersion. range(DialectVersion min, DialectVersion max)Methods in jcifs with parameters of type DialectVersion Modifier and Type Method Description booleanDialectVersion. atLeast(DialectVersion v)booleanDialectVersion. atMost(DialectVersion v)static DialectVersionDialectVersion. max(DialectVersion a, DialectVersion b)static DialectVersionDialectVersion. min(DialectVersion a, DialectVersion b)static Set<DialectVersion>DialectVersion. range(DialectVersion min, DialectVersion max) -
Uses of DialectVersion in jcifs.config
Fields in jcifs.config declared as DialectVersion Modifier and Type Field Description protected DialectVersionBaseConfiguration. maxVersionprotected DialectVersionBaseConfiguration. minVersionMethods in jcifs.config that return DialectVersion Modifier and Type Method Description DialectVersionBaseConfiguration. getMaximumVersion()DialectVersionDelegatingConfiguration. getMaximumVersion()Maximum protocol version Property jcifs.smb.client.maxVersion (string, default SMB210)DialectVersionBaseConfiguration. getMinimumVersion()DialectVersionDelegatingConfiguration. getMinimumVersion()Minimum protocol version Property jcifs.smb.client.minVersion (string, default SMB1)Methods in jcifs.config with parameters of type DialectVersion Modifier and Type Method Description protected voidBaseConfiguration. initProtocolVersions(DialectVersion min, DialectVersion max) -
Uses of DialectVersion in jcifs.internal
Methods in jcifs.internal that return DialectVersion Modifier and Type Method Description DialectVersionSmbNegotiationResponse. getSelectedDialect() -
Uses of DialectVersion in jcifs.internal.smb1.com
Methods in jcifs.internal.smb1.com that return DialectVersion Modifier and Type Method Description DialectVersionSmbComNegotiateResponse. getSelectedDialect() -
Uses of DialectVersion in jcifs.internal.smb2.nego
Methods in jcifs.internal.smb2.nego that return DialectVersion Modifier and Type Method Description DialectVersionSmb2NegotiateResponse. getSelectedDialect()
-