|
Awake File v1.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidLoginException | |
---|---|
org.awakefw.file.api.client | Provides classes and interfaces for transferring files between a Client and a Server or to call remote Java methods through a Http session. |
Uses of InvalidLoginException in org.awakefw.file.api.client |
---|
Methods in org.awakefw.file.api.client that throw InvalidLoginException | |
---|---|
String |
AwakeFileSession.call(String methodName,
Object... params)
Calls a remote Java class.method and (eventually) pass some parameters to it. |
boolean |
AwakeFileSession.delete(String remoteFile)
Deletes a remote file or remote directory on the host. |
void |
AwakeFileSession.download(String remoteFile,
File file)
Downloads a file from the remote server. |
boolean |
AwakeFileSession.exists(String remoteFile)
Says if a remote file or directory exists. |
long |
AwakeFileSession.length(List<String> remoteFiles)
Returns the length of a a list of files located on the remote host. |
long |
AwakeFileSession.length(String remoteFile)
Returns the length of a file located on the remote host. |
List<String> |
AwakeFileSession.listDirectories(String remoteFile)
Lists the sub-directories contained in a remote directory |
List<String> |
AwakeFileSession.listFiles(String remoteFile)
Lists the files contained in a remote directory. |
boolean |
AwakeFileSession.mkdir(String remoteFile)
Executes a Java File.mkdir() on the Host. |
boolean |
AwakeFileSession.mkdirs(String remoteFile)
Executes a Java File.mkdirs() on the Host. |
void |
AwakeFileSession.upload(File file,
String remoteFile)
Uploads a file on the server. |
Constructors in org.awakefw.file.api.client that throw InvalidLoginException | |
---|---|
AwakeFileSession(String url,
String username,
char[] password)
Creates an AwakeFile session. |
|
AwakeFileSession(String url,
String username,
char[] password,
HttpProxy httpProxy)
Creates an AwakeFile session with a proxy. |
|
AwakeFileSession(String url,
String username,
char[] password,
HttpProxy httpProxy,
HttpProtocolParameters httpProtocolParameters)
Creates an AwakeFile session with a proxy and protocol parameters. |
|
Awake File v1.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |