Class FilenameTranslationControlExtensionImpl
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
org.apache.sshd.sftp.client.extensions.helpers.FilenameTranslationControlExtensionImpl
- All Implemented Interfaces:
NamedResource, OptionalFeature, FilenameTranslationControlExtension, SftpClientExtension, RawSftpClient, SftpClientHolder
public class FilenameTranslationControlExtensionImpl
extends AbstractSftpClientExtension
implements FilenameTranslationControlExtension
Implements "filename-translation-control" extension command
- See Also:
-
Field Summary
Fields inherited from class AbstractLoggingBean
logFields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface OptionalFeature
FALSE, TRUE -
Constructor Summary
ConstructorsConstructorDescriptionFilenameTranslationControlExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extras) FilenameTranslationControlExtensionImpl(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) -
Method Summary
Methods inherited from class AbstractSftpClientExtension
checkExtendedReplyBuffer, checkStatus, getClient, getCommandBuffer, getCommandBuffer, getCommandBuffer, getName, isSupported, putTarget, receive, receive, receive, send, sendAndCheckExtendedCommandStatus, sendExtendedCommand, throwStatusException, writeMethods inherited from class AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warnMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NamedResource
getNameMethods inherited from interface OptionalFeature
isSupportedMethods inherited from interface SftpClientHolder
getClient
-
Constructor Details
-
FilenameTranslationControlExtensionImpl
public FilenameTranslationControlExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extras) -
FilenameTranslationControlExtensionImpl
public FilenameTranslationControlExtensionImpl(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions)
-
-
Method Details
-
setFilenameTranslationControl
- Specified by:
setFilenameTranslationControlin interfaceFilenameTranslationControlExtension- Throws:
IOException
-