|
Awake SQL v1.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpProxy | |
---|---|
org.awakefw.sql.api.client | Provides:
a Connection implementation that enable to use a virtual JDBC Connection that is mapped to
a Server JDBC Connection in order to access a remote SQL database. |
Uses of HttpProxy in org.awakefw.sql.api.client |
---|
Methods in org.awakefw.sql.api.client that return HttpProxy | |
---|---|
HttpProxy |
AwakeConnection.getHttpProxy()
Returns the AwakeProgresManager in use. |
Constructors in org.awakefw.sql.api.client with parameters of type HttpProxy | |
---|---|
AwakeConnection(String url,
String username,
char[] password,
HttpProxy httpProxy)
Creates a remote Connection with a proxy. |
|
AwakeConnection(String url,
String username,
char[] password,
HttpProxy httpProxy,
HttpProtocolParameters httpProtocolParameters)
Creates a remote Connection with a proxy and http
protocol parameters. |
|
Awake SQL v1.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |