|
LOM2M
0.8.0
|
#include <Redirector.h>
Static Public Member Functions | |
| static void | initResponse (RequestPrimitive &req, ResponsePrimitive *response) |
| static void | retarget (RequestPrimitive *request, ResponsePrimitive *response) |
| static void | sendRequest (RequestPrimitive *request, RemoteCse *csr, ResponsePrimitive *response) |
Used to redirect any requests that may target a known RemoteCse This behaviour uses the Remote CSE point of access or AEs to retarget oneM2M requests or Notifications
|
inlinestatic |
Initialize the response primitive based on the correspondant request primitive
| req | - the request primitive |
|
static |
Try to retarget a given request primitive.
| request | to forward |
|
static |
Send the provided request to the specific remote CSE
| request | to send |
| csr | remote CSE targetted |