Provided by: trafficserver-dev_8.0.5+ds-3_amd64 bug

NAME

       TSVConn - traffic Server APIs to get TSVConn from TSHttpSsn object

SYNOPSIS

       #include <ts/ts.h>

       TSVConn TSHttpSsnClientVConnGet(TSHttpSsn ssnp)

       TSVConn TSHttpSsnServerVConnGet(TSHttpSsn ssnp)

DESCRIPTION

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

       TSHttpSsnClientVConnGet()  returns  the  TSVConn  associated  with  the  client  side  TSHttpSsn  object.
       TSHttpSsnServerVConnGet() returns the same associated with the server side TSHttpSsn.

COPYRIGHT

       2020, dev@trafficserver.apache.org

8.0                                               Feb 03, 2020                                      TSVCONN(3ts)