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 ScpAckInfoScpRemote2RemoteTransferHelper.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 ScpAckInfoScpHelper.receiveNextCmd()protected ScpAckInfoScpHelper.sendAcknowledgedCommand(String cmd) Methods in org.apache.sshd.scp.common with parameters of type ScpAckInfoModifier and TypeMethodDescriptiondefault voidScpTransferEventListener.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 readdefault voidScpTransferEventListener.handleReceiveCommandAckInfo(Session session, String command, ScpAckInfo ackInfo) Called after a receive related command has bee acknowledged by the peerprotected voidScpHelper.validateAckReplyCode(String command, Object location, ScpAckInfo ackInfo) protected voidScpHelper.validateCommandStatusCode(String command, Object location, ScpAckInfo ackInfo, boolean eofAllowed) protected voidScpHelper.validateFileOperationAckReplyCode(String command, Session session, ScpTransferEventListener.FileOperation op, Path file, long fileSize, Set<PosixFilePermission> perms, ScpAckInfo ackInfo) protected voidScpHelper.validateOperationReadyCode(String command, Object location, ScpAckInfo ackInfo) -
Uses of ScpAckInfo in org.apache.sshd.scp.common.helpers
Fields in org.apache.sshd.scp.common.helpers declared as ScpAckInfoMethods in org.apache.sshd.scp.common.helpers that return ScpAckInfoModifier and TypeMethodDescriptionstatic ScpAckInfoScpAckInfo.readAck(InputStream in, Charset cs, boolean canEof) static ScpAckInfoScpIoUtils.sendAcknowledgedCommand(String cmd, InputStream in, Charset csIn, OutputStream out, Charset csOut) static ScpAckInfoScpIoUtils.sendAcknowledgedCommand(AbstractScpCommandDetails cmd, InputStream in, Charset csIn, OutputStream out, Charset csOut)