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