| Package | Description |
|---|---|
| jcifs | |
| jcifs.config | |
| jcifs.internal | |
| jcifs.internal.smb1.com | |
| jcifs.internal.smb2.nego |
| Modifier and Type | Method and Description |
|---|---|
DialectVersion |
Configuration.getMaximumVersion()
Maximum protocol version
Property jcifs.smb.client.maxVersion (string, default SMB210)
|
DialectVersion |
Configuration.getMinimumVersion()
Minimum protocol version
Property jcifs.smb.client.minVersion (string, default SMB1)
|
static DialectVersion |
DialectVersion.max(DialectVersion a,
DialectVersion b) |
static DialectVersion |
DialectVersion.min(DialectVersion a,
DialectVersion b) |
static DialectVersion |
DialectVersion.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DialectVersion> |
DialectVersion.range(DialectVersion min,
DialectVersion max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DialectVersion.atLeast(DialectVersion v) |
boolean |
DialectVersion.atMost(DialectVersion v) |
static DialectVersion |
DialectVersion.max(DialectVersion a,
DialectVersion b) |
static DialectVersion |
DialectVersion.min(DialectVersion a,
DialectVersion b) |
static Set<DialectVersion> |
DialectVersion.range(DialectVersion min,
DialectVersion max) |
| Modifier and Type | Method and Description |
|---|---|
DialectVersion |
BaseConfiguration.getMaximumVersion() |
DialectVersion |
DelegatingConfiguration.getMaximumVersion()
Maximum protocol version
Property jcifs.smb.client.maxVersion (string, default SMB210)
|
DialectVersion |
BaseConfiguration.getMinimumVersion() |
DialectVersion |
DelegatingConfiguration.getMinimumVersion()
Minimum protocol version
Property jcifs.smb.client.minVersion (string, default SMB1)
|
| Modifier and Type | Method and Description |
|---|---|
DialectVersion |
SmbNegotiationResponse.getSelectedDialect() |
| Modifier and Type | Method and Description |
|---|---|
DialectVersion |
SmbComNegotiateResponse.getSelectedDialect() |
| Modifier and Type | Method and Description |
|---|---|
DialectVersion |
Smb2NegotiateResponse.getSelectedDialect() |
Copyright © 2021. All rights reserved.