lucee.Componentcfboom.lang.Object
cfboom.http.client.AbstractHttpClient
cfboom.http.client.BasicHttpClient
Concrete implentation of HttpClient using BasicHttpRequestExecutor
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
httpRequestExecutor
|
true
|
false
|
|
any
|
wirebox
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
HttpResponse
|
execute([HttpRequest req])
|
void
|
onDIComplete()
|
Methods inherited from class cfboom.http.client.AbstractHttpClient |
---|
get, setExecutor |
Methods inherited from class cfboom.lang.Object |
---|
$equals, getComponentName, getIdentityHashCode, getIdentityString, getMeta, hashCode, toString |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- coldbox:setting:httpRequestExecutor@cfboom-httpserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- wireboxserializable
- trueMethod Detail |
---|
execute
in class
AbstractHttpClient
req