Uses of Class
org.apache.sshd.scp.common.helpers.ScpAckInfo
Packages that use ScpAckInfo
Package
Description
-
Uses of ScpAckInfo in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client that return ScpAckInfoModifier and TypeMethodDescriptionprotected ScpAckInfo
ScpRemote2RemoteTransferHelper.transferStatusCode
(Object logHint, InputStream in, OutputStream out) -
Uses of ScpAckInfo in org.apache.sshd.scp.common
Methods in org.apache.sshd.scp.common that return ScpAckInfoModifier and TypeMethodDescriptionScpHelper.readAck
(boolean canEof) protected ScpAckInfo
ScpHelper.sendAcknowledgedCommand
(String cmd) Methods in org.apache.sshd.scp.common with parameters of type ScpAckInfoModifier and TypeMethodDescriptiondefault void
ScpTransferEventListener.handleFileEventAckInfo
(Session session, ScpTransferEventListener.FileOperation op, Path file, long length, Set<PosixFilePermission> perms, ScpAckInfo ackInfo) Called afterScpTransferEventListener.endFileEvent(Session, FileOperation, Path, long, Set, Throwable)
if no exception was thrown and the peer's ACK was successfully readprotected 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) -
Uses of ScpAckInfo in org.apache.sshd.scp.common.helpers
Methods in org.apache.sshd.scp.common.helpers that return ScpAckInfoModifier and TypeMethodDescriptionstatic ScpAckInfo
ScpAckInfo.readAck
(InputStream in, Charset cs, boolean canEof) static ScpAckInfo
ScpIoUtils.sendAcknowledgedCommand
(String cmd, InputStream in, Charset csIn, OutputStream out, Charset csOut) static ScpAckInfo
ScpIoUtils.sendAcknowledgedCommand
(AbstractScpCommandDetails cmd, InputStream in, Charset csIn, OutputStream out, Charset csOut)