Response object that is used by the clients to complete the file request.
More...
#include <virtualfileresponse.hpp>
Response object that is used by the clients to complete the file request.
◆ VirtualFileResponse() [1/2]
C++ constructor used by the Local clients.
- Parameters
-
manager | pointer to virtualfilemanager instance that is used to complete the operation. |
workItem | work item used to carry the response information. |
blockSize | In what size pieces to send the file if a buffer is to be transferred |
◆ VirtualFileResponse() [2/2]
C++ constructor used by the remote clients.
- Parameters
-
responseInterface | service interface used to deliver responses |
handle | unique request handle - passed as argument. |
blockSize | In what size pieces to send the file if a buffer is to be transferred |
◆ ~VirtualFileResponse()
virtual kanzi::connect::VirtualFileResponse::~VirtualFileResponse |
( |
| ) |
|
|
inlinevirtual |
◆ deferredCompletionRequested()
bool kanzi::connect::VirtualFileResponse::deferredCompletionRequested |
( |
| ) |
const |
Retrieve the deferred completion status.
- Returns
- true if deferred completion has been requested.
◆ provideAsFileThroughHttp()
void kanzi::connect::VirtualFileResponse::provideAsFileThroughHttp |
( |
const string & | filepath | ) |
|
Provide requested file as existing file in filesystem through http protocol.
- Parameters
-
filepath | path to file to return. |
◆ provideAsHttpContent()
void kanzi::connect::VirtualFileResponse::provideAsHttpContent |
( |
const string & | mime, |
|
|
const unsigned char * | blob, |
|
|
size_t | length ) |
Provide requested file as inline content through http.
- Parameters
-
mime | mime type of for the content provided |
blob | raw block of data to report |
length | size of raw data. |
◆ provideAsRedirectUri()
void kanzi::connect::VirtualFileResponse::provideAsRedirectUri |
( |
const string & | uri | ) |
|
Return response as a redirect to another uri.
- Parameters
-
uri | where should the client be redirected. |
◆ provideFileDirectly()
void kanzi::connect::VirtualFileResponse::provideFileDirectly |
( |
const string & | uri, |
|
|
vector< char > & | buffer ) |
Provide response as file contents through the connection adapters.
- Parameters
-
uri | Identifies the file |
buffer | The data to provide as file, this data is consumed |
◆ requestDeferredCompletion()
void kanzi::connect::VirtualFileResponse::requestDeferredCompletion |
( |
| ) |
|
Requests deferred completion for the object.
◆ wasProvided()
bool kanzi::connect::VirtualFileResponse::wasProvided |
( |
| ) |
const |
Can be used to example whether any of the provide functions have been called.
- Returns
- true if data has been "provided".
The documentation for this class was generated from the following file:
- virtualfile_service/virtualfileresponse.hpp