You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by Persia Aziz <pe...@yahoo.com.INVALID> on 2017/11/02 16:30:41 UTC

API proposal: - obtain TSVConn from TSHttpsSsn


Traffic Server APIs to get TSVConn from TSHttpSsn object

Synopsis
========

`#include <ts/ts.h>`

.. function:: TSVConn TSClientVConnGet(TSHttpSsn ssnp)
.. function:: TSVConn TSServerVConnGet(TSHttpSsn ssnp)

Description
===========

These APIs allow the developer to get the NetVconnection (represented by TSVConn) from the Http session (TSHttpSsn) object.

:func:`TSClientVConnGet` returns the TSVConn associated with the client side TSHttpSsn object.
:func:`TSServerVConnGet` returns the same associated with the server side TSHttpSsn.

Git PR:API for retrieving TSVConn from TSHttpSsn by persiaAziz · Pull Request #2740 · apache/trafficserver


| 
| 
| 
|  |  |

 |

 |
| 
|  | 
API for retrieving TSVConn from TSHttpSsn by persiaAziz · Pull Request #...

trafficserver - Mirror of Apache Traffic Server
 |

 |

 |




Syeda Persia Aziz
Software DeveloperYahoo! Inc.Champaign, Illinois

Re: API proposal: - obtain TSVConn from TSHttpsSsn

Posted by Persia Aziz <pe...@yahoo.com.INVALID>.
Fixed in the PR

Syeda Persia Aziz
Software DeveloperYahoo! Inc.Champaign, Illinois 

    On Thursday, November 2, 2017, 12:04:41 PM CDT, Bryan Call <bc...@apache.org> wrote:  
 
 The APIs should match the existing naming convention and be called TSHttpSsnClientVConnGet and TSHttpSsnServerVConnGet.

-Bryan



> On Nov 2, 2017, at 9:30 AM, Persia Aziz <pe...@yahoo.com.INVALID> wrote:
> 
> 
> 
> Traffic Server APIs to get TSVConn from TSHttpSsn object
> 
> Synopsis
> ========
> 
> `#include <ts/ts.h>`
> 
> .. function:: TSVConn TSClientVConnGet(TSHttpSsn ssnp)
> .. function:: TSVConn TSServerVConnGet(TSHttpSsn ssnp)
> 
> Description
> ===========
> 
> These APIs allow the developer to get the NetVconnection (represented by TSVConn) from the Http session (TSHttpSsn) object.
> 
> :func:`TSClientVConnGet` returns the TSVConn associated with the client side TSHttpSsn object.
> :func:`TSServerVConnGet` returns the same associated with the server side TSHttpSsn.
> 
> Git PR:API for retrieving TSVConn from TSHttpSsn by persiaAziz · Pull Request #2740 · apache/trafficserver
> 
> 
> | 
> | 
> | 
> |  |  |
> 
> |
> 
> |
> | 
> |  | 
> API for retrieving TSVConn from TSHttpSsn by persiaAziz · Pull Request #...
> 
> trafficserver - Mirror of Apache Traffic Server
> |
> 
> |
> 
> |
> 
> 
> 
> 
> Syeda Persia Aziz
> Software DeveloperYahoo! Inc.Champaign, Illinois

Re: API proposal: - obtain TSVConn from TSHttpsSsn

Posted by Bryan Call <bc...@apache.org>.
The APIs should match the existing naming convention and be called TSHttpSsnClientVConnGet and TSHttpSsnServerVConnGet.

-Bryan



> On Nov 2, 2017, at 9:30 AM, Persia Aziz <pe...@yahoo.com.INVALID> wrote:
> 
> 
> 
> Traffic Server APIs to get TSVConn from TSHttpSsn object
> 
> Synopsis
> ========
> 
> `#include <ts/ts.h>`
> 
> .. function:: TSVConn TSClientVConnGet(TSHttpSsn ssnp)
> .. function:: TSVConn TSServerVConnGet(TSHttpSsn ssnp)
> 
> Description
> ===========
> 
> These APIs allow the developer to get the NetVconnection (represented by TSVConn) from the Http session (TSHttpSsn) object.
> 
> :func:`TSClientVConnGet` returns the TSVConn associated with the client side TSHttpSsn object.
> :func:`TSServerVConnGet` returns the same associated with the server side TSHttpSsn.
> 
> Git PR:API for retrieving TSVConn from TSHttpSsn by persiaAziz · Pull Request #2740 · apache/trafficserver
> 
> 
> | 
> | 
> | 
> |  |  |
> 
> |
> 
> |
> | 
> |  | 
> API for retrieving TSVConn from TSHttpSsn by persiaAziz · Pull Request #...
> 
> trafficserver - Mirror of Apache Traffic Server
> |
> 
> |
> 
> |
> 
> 
> 
> 
> Syeda Persia Aziz
> Software DeveloperYahoo! Inc.Champaign, Illinois