Package net.schmizz.sshj.sftp
Interface Requester
-
- All Known Implementing Classes:
SFTPEngine
public interface Requester
-
-
Method Summary
Modifier and Type Method Description PathHelper
getPathHelper()
int
getTimeoutMs()
Request
newRequest(PacketType type)
Promise<Response,SFTPException>
request(Request req)
-
-
-
Method Detail
-
getPathHelper
PathHelper getPathHelper()
-
newRequest
Request newRequest(PacketType type)
-
request
Promise<Response,SFTPException> request(Request req) throws java.io.IOException
- Throws:
java.io.IOException
-
getTimeoutMs
int getTimeoutMs()
-
-