public interface SftpVersionSelector
| Modifier and Type | Field and Description |
|---|---|
static SftpVersionSelector |
CURRENT
An
SftpVersionSelector that returns the current version |
| Modifier and Type | Method and Description |
|---|---|
int |
selectVersion(int current,
List<Integer> available) |
static final SftpVersionSelector CURRENT
SftpVersionSelector that returns the current versionint selectVersion(int current,
List<Integer> available)
current - The current version negotiated with the serveravailable - Extra versions available - may be empty and/or contain
only the current oneCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.