lucee.Componentcfboom.lang.Object
cfboom.http.client.AbstractClientHttpRequest
cfboom.http.client.AbstractBufferingClientHttpRequest
cfboom.http.client.SimpleBufferingClientHttpRequest
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
HttpMethod
|
true
|
false
|
Constructor Summary | |
---|---|
init(any connection, [boolean outputStreaming='false'])
|
Method Summary | |
---|---|
void
|
addHeaders(any connection, [HttpHeaders headers])
Add the given headers to the given HTTP connection. |
ClientHttpResponse
|
doExecuteInternal([HttpHeaders headers], [any bufferedOutput])
|
any
|
getMethod()
|
string
|
getMethodValue()
|
any
|
getURI()
|
Methods inherited from class cfboom.http.client.AbstractBufferingClientHttpRequest |
---|
executeInternal, getBodyInternal |
Methods inherited from class cfboom.http.client.AbstractClientHttpRequest |
---|
assertNotExecuted, execute, getBody, getHeaders |
Methods inherited from class cfboom.lang.Object |
---|
$equals, getComponentName, getIdentityHashCode, getIdentityString, getMeta, hashCode, toString |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
connection
- java.net.HttpURLConnectionoutputStreaming
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- HttpMethod@cfboom-httpserializable
- trueMethod Detail |
---|
Add the given headers to the given HTTP connection.
connection
headers
doExecuteInternal
in class
AbstractBufferingClientHttpRequest
headers
bufferedOutput