Adaptive framework request handler interface.
◆ afw_request_handler_process
#define afw_request_handler_process |
( |
|
instance, |
|
|
|
request, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->process( \
(instance), \
(request), \
(xctx) \
)
Call method process of interface afw_request_handler.
- Parameters
-
instance | Pointer to this adaptive request instance. |
request | Buffer to store data read. |
xctx | Execution context (xctx) the request should run in. If this is a new request session, this should be the request session's xctx. |
Definition at line 3992 of file afw_interface.h.
◆ afw_request_handler_release
#define afw_request_handler_release |
( |
|
instance, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->release( \
(instance), \
(xctx) \
)
Call method release of interface afw_request_handler.
- Parameters
-
instance | Pointer to this adaptive request handler instance. |
xctx | This is the caller's xctx. |
Definition at line 3976 of file afw_interface.h.
◆ afw_request_handler_process_t
◆ afw_request_handler_release_t