|
Awake File v1.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpProxy | |
---|---|
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 HttpProxy in org.awakefw.file.api.client |
---|
Methods in org.awakefw.file.api.client that return HttpProxy | |
---|---|
HttpProxy |
AwakeFileSession.getHttpProxy()
Returns the HttpProxy instance in use for this Awake session. |
Constructors in org.awakefw.file.api.client with parameters of type HttpProxy | |
---|---|
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. |
|
AwakeUrl(HttpProxy httpProxy)
Constructor that allows to define a proxy. |
|
AwakeUrl(HttpProxy httpProxy,
HttpProtocolParameters httpProtocolParameters)
Constructor that allows to define a proxy and protocol parameters. |
|
Awake File v1.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |