proxygen
fizz::WriteToSocket Struct Reference

#include <Actions.h>

Public Attributes

folly::AsyncTransportWrapper::WriteCallbackcallback {nullptr}
 
folly::small_vector< TLSContent, 4 > contents
 
folly::WriteFlags flags {folly::WriteFlags::NONE}
 

Detailed Description

Raw data that must be written to the transport. callback: The callback that should be invoked after the write has finished. This is usually when the kernel has accepted the buffer in the case of TCP. contents: The TLS records that need to be written. Each TLSContent object can represent several TLS records at a certain encryption level / content type. flags : The flags to use when writing the contents to the socket.

Definition at line 36 of file Actions.h.

Member Data Documentation


The documentation for this struct was generated from the following file: