Uses of Interface
org.apache.sshd.sftp.client.SftpErrorDataHandler
-
Packages that use SftpErrorDataHandler Package Description org.apache.sshd.sftp.client org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of SftpErrorDataHandler in org.apache.sshd.sftp.client
Fields in org.apache.sshd.sftp.client declared as SftpErrorDataHandler Modifier and Type Field Description static SftpErrorDataHandler
SftpErrorDataHandler. EMPTY
Methods in org.apache.sshd.sftp.client with parameters of type SftpErrorDataHandler Modifier and Type Method Description default SftpClient
SftpClientFactory. createSftpClient(ClientSession session, SftpErrorDataHandler errorDataHandler)
Create an SFTP client from this session.SftpClient
SftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)
SftpFileSystem
SftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler, int readBufferSize, int writeBufferSize)
-
Uses of SftpErrorDataHandler in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement SftpErrorDataHandler Modifier and Type Class Description private class
SftpFileSystem.Wrapper
Fields in org.apache.sshd.sftp.client.fs declared as SftpErrorDataHandler Modifier and Type Field Description private SftpErrorDataHandler
SftpFileSystem. errorDataHandler
private SftpErrorDataHandler
SftpFileSystemProvider. errorDataHandler
Methods in org.apache.sshd.sftp.client.fs that return SftpErrorDataHandler Modifier and Type Method Description SftpErrorDataHandler
SftpFileSystem. getSftpErrorDataHandler()
SftpErrorDataHandler
SftpFileSystemProvider. getSftpErrorDataHandler()
protected SftpErrorDataHandler
SftpFileSystemProvider. resolveSftpErrorDataHandler(java.net.URI uri, SftpErrorDataHandler errorHandler, PropertyResolver resolver)
Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpErrorDataHandler Modifier and Type Method Description default SftpFileSystem
SftpFileSystemClientSessionInitializer. createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)
Deprecated.since 2.10.1default SftpFileSystem
SftpFileSystemClientSessionInitializer. createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, IOFunction<java.lang.Boolean,ClientSession> sessionProvider, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)
Invoked by theSftpFileSystemProvider.newFileSystem(java.net.URI, Map)
method in order to create theSftpFileSystem
once session has been authenticated.protected SftpErrorDataHandler
SftpFileSystemProvider. resolveSftpErrorDataHandler(java.net.URI uri, SftpErrorDataHandler errorHandler, PropertyResolver resolver)
-
Uses of SftpErrorDataHandler in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement SftpErrorDataHandler Modifier and Type Class Description class
AbstractSftpClient
class
DefaultSftpClient
Fields in org.apache.sshd.sftp.client.impl declared as SftpErrorDataHandler Modifier and Type Field Description protected SftpErrorDataHandler
AbstractSftpClient. errorDataHandler
Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpErrorDataHandler Modifier and Type Method Description protected DefaultSftpClient
DefaultSftpClientFactory. createDefaultSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)
SftpClient
DefaultSftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)
SftpFileSystem
DefaultSftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler, int readBufferSize, int writeBufferSize)
Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpErrorDataHandler Constructor Description AbstractSftpClient(SftpErrorDataHandler delegateHandler)
DefaultSftpClient(ClientSession clientSession, SftpVersionSelector initialVersionSelector, SftpErrorDataHandler errorDataHandler)
-