Uses of Class
org.apache.sshd.scp.common.helpers.ScpAckInfo
-
Packages that use ScpAckInfo Package Description org.apache.sshd.scp.client org.apache.sshd.scp.common org.apache.sshd.scp.common.helpers -
-
Uses of ScpAckInfo in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client that return ScpAckInfo Modifier and Type Method Description protected 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 ScpAckInfo Modifier and Type Method Description ScpAckInfo
ScpHelper. readAck(boolean canEof)
protected ScpAckInfo
ScpHelper. sendAcknowledgedCommand(String cmd)
Methods in org.apache.sshd.scp.common with parameters of type ScpAckInfo Modifier and Type Method Description default 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 ScpAckInfo Modifier and Type Method Description static 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)
-