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
.