Package | Description |
---|---|
org.apache.sshd.scp.client | |
org.apache.sshd.scp.common | |
org.apache.sshd.scp.common.helpers |
Modifier and Type | Method and Description |
---|---|
protected ScpAckInfo |
ScpRemote2RemoteTransferHelper.transferStatusCode(java.lang.Object logHint,
java.io.InputStream in,
java.io.OutputStream out) |
Modifier and Type | Method and Description |
---|---|
ScpAckInfo |
ScpHelper.readAck(boolean canEof) |
protected ScpAckInfo |
ScpHelper.sendAcknowledgedCommand(java.lang.String cmd) |
Modifier and Type | Method and Description |
---|---|
default void |
ScpTransferEventListener.handleFileEventAckInfo(Session session,
ScpTransferEventListener.FileOperation op,
java.nio.file.Path file,
long length,
java.util.Set<java.nio.file.attribute.PosixFilePermission> perms,
ScpAckInfo ackInfo)
Called after
ScpTransferEventListener.endFileEvent(Session, FileOperation, Path, long, Set, Throwable) if no exception was thrown
and the peer's ACK was successfully read |
protected void |
ScpHelper.validateAckReplyCode(java.lang.String command,
java.lang.Object location,
ScpAckInfo ackInfo) |
protected void |
ScpHelper.validateCommandStatusCode(java.lang.String command,
java.lang.Object location,
ScpAckInfo ackInfo,
boolean eofAllowed) |
protected void |
ScpHelper.validateFileOperationAckReplyCode(java.lang.String command,
Session session,
ScpTransferEventListener.FileOperation op,
java.nio.file.Path file,
long fileSize,
java.util.Set<java.nio.file.attribute.PosixFilePermission> perms,
ScpAckInfo ackInfo) |
protected void |
ScpHelper.validateOperationReadyCode(java.lang.String command,
java.lang.Object location,
ScpAckInfo ackInfo) |
Modifier and Type | Method and Description |
---|---|
static ScpAckInfo |
ScpAckInfo.readAck(java.io.InputStream in,
java.nio.charset.Charset cs,
boolean canEof) |
static ScpAckInfo |
ScpIoUtils.sendAcknowledgedCommand(AbstractScpCommandDetails cmd,
java.io.InputStream in,
java.nio.charset.Charset csIn,
java.io.OutputStream out,
java.nio.charset.Charset csOut) |
static ScpAckInfo |
ScpIoUtils.sendAcknowledgedCommand(java.lang.String cmd,
java.io.InputStream in,
java.nio.charset.Charset csIn,
java.io.OutputStream out,
java.nio.charset.Charset csOut) |