TTransport.writeEnd

Must be called by clients when write is completed.

Implementations can choose to perform a transport-specific action, e.g. logging the request to a file.

interface TTransport
size_t
writeEnd
()

Return Value

Type: size_t

The number of bytes written if available, 0 otherwise.

Meta