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(Object logHint,
InputStream in,
OutputStream out) |
Modifier and Type | Method and Description |
---|---|
ScpAckInfo |
ScpHelper.readAck(boolean canEof) |
protected ScpAckInfo |
ScpHelper.sendAcknowledgedCommand(String cmd) |
Modifier and Type | Method and Description |
---|---|
default void |
ScpTransferEventListener.handleFileEventAckInfo(Session session,
ScpTransferEventListener.FileOperation op,
Path file,
long length,
Set<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(String command,
Object location,
ScpAckInfo ackInfo) |
protected void |
ScpHelper.validateCommandStatusCode(String command,
Object location,
ScpAckInfo ackInfo,
boolean eofAllowed) |
protected void |
ScpHelper.validateFileOperationAckReplyCode(String command,
Session session,
ScpTransferEventListener.FileOperation op,
Path file,
long fileSize,
Set<PosixFilePermission> perms,
ScpAckInfo ackInfo) |
protected void |
ScpHelper.validateOperationReadyCode(String command,
Object location,
ScpAckInfo ackInfo) |
Modifier and Type | Method and Description |
---|---|
static ScpAckInfo |
ScpAckInfo.readAck(InputStream in,
Charset cs,
boolean canEof) |
static ScpAckInfo |
ScpIoUtils.sendAcknowledgedCommand(AbstractScpCommandDetails cmd,
InputStream in,
Charset csIn,
OutputStream out,
Charset csOut) |
static ScpAckInfo |
ScpIoUtils.sendAcknowledgedCommand(String cmd,
InputStream in,
Charset csIn,
OutputStream out,
Charset csOut) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.