Uses of Class
org.apache.sshd.sftp.client.SftpVersionSelector.NamedVersionSelector
-
Packages that use SftpVersionSelector.NamedVersionSelector Package Description org.apache.sshd.sftp.client -
-
Uses of SftpVersionSelector.NamedVersionSelector in org.apache.sshd.sftp.client
Fields in org.apache.sshd.sftp.client declared as SftpVersionSelector.NamedVersionSelector Modifier and Type Field Description static SftpVersionSelector.NamedVersionSelectorSftpVersionSelector. CURRENTAnSftpVersionSelectorthat returns the current versionstatic SftpVersionSelector.NamedVersionSelectorSftpVersionSelector. MAXIMUMAnSftpVersionSelectorthat returns the maximum available versionstatic SftpVersionSelector.NamedVersionSelectorSftpVersionSelector. MINIMUMAnSftpVersionSelectorthat returns the minimum available versionMethods in org.apache.sshd.sftp.client that return SftpVersionSelector.NamedVersionSelector Modifier and Type Method Description static SftpVersionSelector.NamedVersionSelectorSftpVersionSelector. fixedVersionSelector(int version)Creates a selector the always returns the requested (fixed version) regardless of what the current or reported available versions are.static SftpVersionSelector.NamedVersionSelectorSftpVersionSelector. preferredVersionSelector(int... preferred)Selects a version in order of preference - if none of the preferred versions is listed as available then an exception is thrown when theSftpVersionSelector.selectVersion(ClientSession, boolean, int, List)method is invokedstatic SftpVersionSelector.NamedVersionSelectorSftpVersionSelector. preferredVersionSelector(Iterable<? extends Number> preferred)Selects a version in order of preference - if none of the preferred versions is listed as available then an exception is thrown when theSftpVersionSelector.selectVersion(ClientSession, boolean, int, List)method is invokedstatic SftpVersionSelector.NamedVersionSelectorSftpVersionSelector. resolveVersionSelector(String selector)Parses the input string to see if it matches one of the "known" selectors names (case insensitive).
-