@FunctionalInterface public interface SftpErrorDataHandler
Modifier and Type | Field and Description |
---|---|
static SftpErrorDataHandler |
EMPTY |
Modifier and Type | Method and Description |
---|---|
void |
errorData(byte[] buf,
int start,
int len)
Receive binary data from server error stream
|
static final SftpErrorDataHandler EMPTY
void errorData(byte[] buf, int start, int len) throws IOException
buf
- The buffer of the incoming datastart
- Offset in buffer to read the datalen
- Available data in bufferIOException
- If failed to receive incoming dataCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.