Package | Description |
---|---|
lucee.commons.io.res.type.s3 | |
lucee.commons.net.http | |
lucee.commons.net.http.httpclient3 | |
lucee.commons.net.http.httpclient4 | |
lucee.runtime.search.lucene2 | |
lucee.runtime.util |
Modifier and Type | Method and Description |
---|---|
HTTPResponse |
S3.head(String bucketName,
String objectName) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPResponseSupport |
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) |
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) |
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 | Class and Description |
---|---|
class |
HTTPResponse3Impl |
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 | Class and Description |
---|---|
class |
HTTPResponse4Impl |
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
|
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.document.Document |
DocumentUtil.toDocument(StringBuffer content,
String root,
URL url,
HTTPResponse method) |
Modifier and Type | Method and Description |
---|---|
HTTPResponse |
HTTPUtilImpl.delete(URL url,
String username,
String password,
int timeout,
String charset,
String useragent,
String proxyserver,
int proxyport,
String proxyuser,
String proxypassword,
Header[] headers) |
HTTPResponse |
HTTPUtil.delete(URL url,
String username,
String password,
int timeout,
String charset,
String useragent,
String proxyserver,
int proxyport,
String proxyuser,
String proxypassword,
Header[] headers) |
HTTPResponse |
HTTPUtilImpl.get(URL url,
String username,
String password,
int timeout,
String charset,
String useragent,
String proxyserver,
int proxyport,
String proxyuser,
String proxypassword,
Header[] headers) |
HTTPResponse |
HTTPUtil.get(URL url,
String username,
String password,
int timeout,
String charset,
String useragent,
String proxyserver,
int proxyport,
String proxyuser,
String proxypassword,
Header[] headers)
make a http requst to given url
|
HTTPResponse |
HTTPUtilImpl.head(URL url,
String username,
String password,
int timeout,
String charset,
String useragent,
String proxyserver,
int proxyport,
String proxyuser,
String proxypassword,
Header[] headers) |
HTTPResponse |
HTTPUtil.head(URL url,
String username,
String password,
int timeout,
String charset,
String useragent,
String proxyserver,
int proxyport,
String proxyuser,
String proxypassword,
Header[] headers) |
HTTPResponse |
HTTPUtilImpl.put(URL url,
String username,
String password,
int timeout,
String charset,
String useragent,
String proxyserver,
int proxyport,
String proxyuser,
String proxypassword,
Header[] headers,
Object body) |
HTTPResponse |
HTTPUtil.put(URL url,
String username,
String password,
int timeout,
String charset,
String useragent,
String proxyserver,
int proxyport,
String proxyuser,
String proxypassword,
Header[] headers,
Object body) |
HTTPResponse |
HTTPUtilImpl.put(URL url,
String username,
String password,
int timeout,
String mimetype,
String charset,
String useragent,
String proxyserver,
int proxyport,
String proxyuser,
String proxypassword,
Header[] headers,
Object body) |
Copyright © 2015 Lucee