lucee.Componentcfboom.lang.Object
cfboom.http.client.AbstractHttpClient
Abstract helper implementation of HttpClient
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
log
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
HttpResponse
|
execute([HttpRequest req])
|
HttpResponse
|
get([string uri])
|
void
|
setExecutor([HttpRequestExecutor executor])
|
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
- logbox:logger:{this}serializable
- trueMethod Detail |
---|
execute
in interface
HttpClient
req
uri
setExecutor
in interface
HttpClient
executor