Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Files | Functions | Variables

Files

file  afw_request_handler.h
 Header file for Adaptive Framework Request Handler.
 

Functions

const afw_request_handler_tafw_request_handler_adaptor_create_cede_p (const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx)
 Create an adaptor request handler. More...
 
const afw_request_handler_tafw_request_handler_director_create (const afw_server_t *server, const afw_utf8_z_t *config_file, const afw_pool_t *p, afw_xctx_t *xctx)
 Create a request handler for director. More...
 

Variables

 afw_request_handler_factory_adaptor
 

Detailed Description

Provide afw_request_handler interface common support.

Function Documentation

◆ afw_request_handler_adaptor_create_cede_p()

const afw_request_handler_t* afw_request_handler_adaptor_create_cede_p ( const afw_object_t properties,
const afw_pool_t p,
afw_xctx_t xctx 
)

Create an adaptor request handler.

Parameters
propertiesconfiguration.
pto use for request handler resources.
xctxof caller.
Returns
New instance of request handler adaptor.

Definition at line 39 of file afw_request_handler_adaptor.c.

◆ afw_request_handler_director_create()

const afw_request_handler_t* afw_request_handler_director_create ( const afw_server_t server,
const afw_utf8_z_t config_file,
const afw_pool_t p,
afw_xctx_t xctx 
)

Create a request handler for director.

Parameters
server
configor NULL of config string.
pto use for request handler resources.
xctxof caller.
Returns
request handler instance.

This should only be done by the server implementation.

Definition at line 33 of file afw_request_handler_director.c.

Variable Documentation

◆ afw_request_handler_factory_adaptor

afw_request_handler_factory_adaptor

Instance of afw_request_handler_factory for adaptor request handler.

Definition at line 32 of file afw_request_handler.h.