lucee.Componentcfboom.lang.Object
cfboom.http.client.AbstractClientHttpRequest
cfboom.http.client.AbstractBufferingClientHttpRequest
Base implementation of {@link ClientHttpRequest} that buffers output in a byte array before sending it over the wire.
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
ClientHttpResponse
|
doExecuteInternal([HttpHeaders headers], [any bufferedOutput])
Abstract template method that writes the given headers and content to the HTTP request. |
ClientHttpResponse
|
executeInternal(HttpHeaders headers)
|
any
|
getBodyInternal(HttpHeaders headers)
|
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 |
---|
Method Detail |
---|
Abstract template method that writes the given headers and content to the HTTP request.
headers
bufferedOutput
executeInternal
in class
AbstractClientHttpRequest
headers
getBodyInternal
in class
AbstractClientHttpRequest
headers