\
Home

Traffic Server Software Developers Kit

INKVConnWriteVIOGet

Obtains the input VIO for a vconnection.

Prototype

INKVIO INKVConnWriteVIOGet (INKVConn connp)

Description

Retrieves the write VIO for a vconnection. INKVConnWriteVIOGet should be used by vconnection implementors and not by vconnection users.

[Note] Note

This API can only be used for transformations.

Returns

If successful, then a handle to the vconnection is returned.

INK_ERROR_PTR if there is an error.