Uses of Interface
org.apache.sshd.scp.common.ScpReceiveLineHandler
-
Packages that use ScpReceiveLineHandler Package Description org.apache.sshd.scp.common -
-
Uses of ScpReceiveLineHandler in org.apache.sshd.scp.common
Methods in org.apache.sshd.scp.common with parameters of type ScpReceiveLineHandler Modifier and Type Method Description protected void
ScpHelper. receive(java.lang.String cmd, ScpReceiveLineHandler handler)
Reads command line(s) and invokes the handler until EOF or and "E" command is received
-