You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Miles Libbey (JIRA)" <ji...@apache.org> on 2010/03/18 22:18:27 UTC

[jira] Created: (TS-256) Add INKHttpSchedule to sdk documentation

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.


[jira] Work started: (TS-256) Add INKHttpSchedule to sdk documentation

Posted by "Diane Smith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on TS-256 started by Diane Smith.

> 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.


[jira] Resolved: (TS-256) Add INKHttpSchedule to sdk documentation

Posted by "Diane Smith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Diane Smith resolved TS-256.
----------------------------

    Resolution: Fixed

Added function to the newly-created "General HTTP Functions" section, located within "HTTP Functions" SDK chapt 

> 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.