Add INKHttpSchedule to sdk documentation
----------------------------------------
Key: TS-256
URL: https://issues.apache.org/jira/browse/TS-256
Project: Traffic Server
Issue Type: Bug
Reporter: Miles Libbey
Assignee: Diane Smith
Priority: Minor
>From Vijay:
Where it should live: HTTP Functions
Schedules a Http continuation to receive an event.
Prototype
INKAction INKHttpSchedule(INKCont contp,INKHttpTxn txnp, unsigned int
time)
Description
Schedules the http continuation represented by contp to receive an event.
The timeout refers to a time (in milliseconds) from the present to send the
event. When contp is called back and if timeout is 0, then the event sent will
be INK_EVENT_IMMEDIATE. If timeout is greater than 0, then the event sent will
be INK_EVENT_TIMEOUT.
Returns
An INKAction object.
INK_ERROR_PTR if there is an error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.