@FunctionalInterface public interface ScpReceiveLineHandler
Modifier and Type | Method and Description |
---|---|
void |
process(Session session,
String line,
boolean isDir,
ScpTimestampCommandDetails time) |
void process(Session session, String line, boolean isDir, ScpTimestampCommandDetails time) throws IOException
session
- The client/server Session
through which the transfer is being executedline
- Received SCP input lineisDir
- Does the input line refer to a directorytime
- The received ScpTimestampCommandDetails
- may be null
IOException
- If failed to process the lineCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.