Home

Traffic Server Software Developers Kit

INKVConnReadVIOGet

Obtains the output VIO for a vconnection.

Prototype

INKVIO INKVConnReadVIOGet (INKVConn connp)

Description

Retrieves the read VIO for a vconnection. INKVConnReadVIOGet should be used by vconnection implementors and not by vconnection users.

[Note] Note

This API can only be used for transformations; it is not used for NetVConn or CacheVConn.

Returns

A handle to the vconnection.

INK_ERROR_PTR if an error occurs.