All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
String |
digest(String remotePath,
String algo) |
List<NPathChildStringDigestInfo> |
directoryListDigest(String remotePath,
String algo) |
RnshHttpClient |
ensureConnected() |
boolean |
ensureConnectedSafely() |
RnshHttpClient.ExecResult |
exec(String... command) |
int |
exec(String[] command,
boolean rawCommand,
InputStream in,
OutputStream out0,
OutputStream err) |
RnshHttpClient.ExecResult |
exec(String[] command,
NInputContentProvider inputSource) |
NConnectionString |
getConnectionString() |
NInputSource |
getFile(String remotePath) |
void |
getFile(String remotePath,
String localPath) |
RnshHttpClient.NFileInfo |
getFileInfo(String remotePath) |
boolean |
isValidAccessToken() |
boolean |
isValidRefreshToken() |
boolean |
isWarningRefreshToken() |
RnshHttpClient.NFileInfo[] |
listFileInfos(String remotePath) |
String[] |
listNames(String remotePath) |
void |
login(String login,
String password) |
void |
putFile(NInputContentProvider localPath,
String remotePath) |
void |
putFile(String localPath,
String remotePath) |
RnshHttpClient |
setConnectionString(NConnectionString connectionString) |
String |
version() |