Package org.apache.sshd.sftp.client
Interface SftpErrorDataHandler
- All Known Implementing Classes:
AbstractSftpClient,DefaultSftpClient,SftpFileSystem.Wrapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback for any error stream data sent by the server
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiderrorData(byte[] buf, int start, int len) Receive binary data from server error stream
-
Field Details
-
EMPTY
-
-
Method Details
-
errorData
Receive binary data from server error stream- Parameters:
buf- The buffer of the incoming datastart- Offset in buffer to read the datalen- Available data in buffer- Throws:
IOException- If failed to receive incoming data
-