Modifier and Type | Field and Description |
---|---|
ProxyData |
HTTPConnectionData.proxyData |
Modifier and Type | Method and Description |
---|---|
void |
HTTPConnectionData.setProxyData(ProxyData proxyData) |
void |
HTTPResource.setProxyData(ProxyData pd) |
Constructor and Description |
---|
HTTPConnectionData(String username,
String password,
String host,
int port,
String path,
ProxyData proxyData,
String userAgent) |
Modifier and Type | Method and Description |
---|---|
static HTTPResponse |
HTTPEngine.delete(URL url,
String username,
String password,
int timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers) |
static HTTPResponse |
HTTPEngine.get(URL url,
String username,
String password,
long timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers) |
static HTTPResponse |
HTTPEngine.head(URL url,
String username,
String password,
int timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers) |
static HTTPResponse |
HTTPEngine.post(URL url,
String username,
String password,
long timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Map<String,String> headers,
Map<String,String> params) |
static HTTPResponse |
HTTPEngine.put(URL url,
String username,
String password,
int timeout,
int maxRedirect,
String mimetype,
String charset,
String useragent,
ProxyData proxy,
Header[] headers,
Object body) |
Modifier and Type | Method and Description |
---|---|
static HTTPResponse |
HTTPEngine3Impl.delete(URL url,
String username,
String password,
int timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers) |
static HTTPResponse |
HTTPEngine3Impl.get(URL url,
String username,
String password,
long timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers) |
static HTTPResponse |
HTTPEngine3Impl.head(URL url,
String username,
String password,
int timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers) |
static HTTPResponse |
HTTPEngine3Impl.post(URL url,
String username,
String password,
long timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers,
Map<String,String> params) |
static HTTPResponse |
HTTPEngine3Impl.put(URL url,
String username,
String password,
int timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers,
Object body) |
Modifier and Type | Method and Description |
---|---|
static HTTPResponse |
HTTPEngineImpl.delete(URL url,
String username,
String password,
long timeout,
boolean redirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers)
does a http delete request
|
static HTTPResponse |
HTTPEngine4Impl.delete(URL url,
String username,
String password,
long timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers)
does a http delete request
|
static HTTPResponse |
HTTPEngineImpl.get(URL url,
String username,
String password,
long timeout,
boolean redirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers)
does a http get request
|
static HTTPResponse |
HTTPEngine4Impl.get(URL url,
String username,
String password,
long timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers)
does a http get request
|
static HTTPResponse |
HTTPEngineImpl.head(URL url,
String username,
String password,
long timeout,
boolean redirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers)
does a http head request
|
static HTTPResponse |
HTTPEngine4Impl.head(URL url,
String username,
String password,
long timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers)
does a http head request
|
static HTTPResponse |
HTTPEngineImpl.post(URL url,
String username,
String password,
long timeout,
boolean redirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers)
does a http post request
|
static HTTPResponse |
HTTPEngineImpl.post(URL url,
String username,
String password,
long timeout,
boolean redirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers,
Map<String,String> formfields) |
static HTTPResponse |
HTTPEngine4Impl.post(URL url,
String username,
String password,
long timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers)
does a http post request
|
static HTTPResponse |
HTTPEngine4Impl.post(URL url,
String username,
String password,
long timeout,
int maxRedirect,
String charset,
String useragent,
ProxyData proxy,
Header[] headers,
Map<String,String> formfields) |
static HTTPResponse |
HTTPEngineImpl.put(URL url,
String username,
String password,
long timeout,
boolean redirect,
String mimetype,
String charset,
String useragent,
ProxyData proxy,
Header[] headers,
Object body)
does a http put request
|
static HTTPResponse |
HTTPEngine4Impl.put(URL url,
String username,
String password,
long timeout,
int maxRedirect,
String mimetype,
String charset,
String useragent,
ProxyData proxy,
Header[] headers,
Object body)
does a http put request
|
static void |
HTTPEngine4Impl.setProxy(org.apache.http.impl.client.DefaultHttpClient client,
org.apache.http.client.methods.HttpUriRequest request,
ProxyData proxy) |
static void |
HTTPEngineImpl.setProxy(org.apache.http.impl.client.HttpClientBuilder builder,
org.apache.http.client.methods.HttpUriRequest request,
ProxyData proxy) |
Modifier and Type | Method and Description |
---|---|
ProxyData |
RemoteClientImpl.getProxyData() |
ProxyData |
ConfigImpl.getProxyData() |
ProxyData |
RemoteClient.getProxyData() |
ProxyData |
Config.getProxyData()
return default proxy setting password
|
Constructor and Description |
---|
RemoteClientImpl(String label,
String type,
String url,
String serverUsername,
String serverPassword,
String adminPassword,
ProxyData proxyData,
String securityKey,
String usage) |
Modifier and Type | Method and Description |
---|---|
static Object |
CreateObject.doHTTP(PageContext pc,
String httpUrl,
String username,
String password,
ProxyData proxy) |
static Object |
CreateObject.doWebService(PageContext pc,
String wsdlUrl,
String username,
String password,
ProxyData proxy) |
Constructor and Description |
---|
HTTPClient(String httpUrl,
String username,
String password,
ProxyData proxyData) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyDataImpl |
Modifier and Type | Field and Description |
---|---|
static ProxyData |
ProxyDataImpl.NO_PROXY |
Modifier and Type | Method and Description |
---|---|
static ProxyData |
ProxyDataImpl.getInstance(String proxyserver,
int proxyport,
String proxyuser,
String proxypassword) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ProxyDataImpl.hasCredentials(ProxyData data) |
static boolean |
ProxyDataImpl.isValid(ProxyData pd) |
static void |
Proxy.start(ProxyData proxyData) |
Modifier and Type | Method and Description |
---|---|
static WSClient |
WSClient.getInstance(PageContext pc,
String wsdlUrl,
String username,
String password,
ProxyData proxyData) |
Constructor and Description |
---|
JaxWSClient(String wsdlUrl,
String username,
String password,
ProxyData proxyData) |
Modifier and Type | Method and Description |
---|---|
ProxyData |
SMTPClient.getProxyData() |
Modifier and Type | Method and Description |
---|---|
void |
SMTPClient.setProxyData(ProxyData proxyData) |
Modifier and Type | Method and Description |
---|---|
ProxyData |
ScheduleTaskImpl.getProxyData() |
ProxyData |
ScheduleTask.getProxyData() |
Constructor and Description |
---|
ScheduleTaskImpl(String task,
Resource file,
Date startDate,
Time startTime,
Date endDate,
Time endTime,
String url,
int port,
String interval,
long timeout,
Credentials credentials,
ProxyData proxy,
boolean resolveURL,
boolean publish,
boolean hidden,
boolean readonly,
boolean paused,
boolean autoDelete)
constructor of the class
|
Copyright © 2015 Lucee