proxygen
|
#include <Params.h>
Public Attributes | |
folly::AsyncTransportWrapper::WriteCallback * | callback {nullptr} |
std::unique_ptr< folly::IOBuf > | data |
folly::WriteFlags | flags |
Additional Inherited Members | |
Static Public Attributes inherited from fizz::EventType< Event::EarlyAppWrite > | |
static constexpr Event | event |
folly::AsyncTransportWrapper::WriteCallback* fizz::EarlyAppWrite::callback {nullptr} |
Definition at line 47 of file Params.h.
Referenced by fizz::sm::handleEarlyAppWrite(), fizz::client::AsyncFizzClientT< SM >::ActionMoveVisitor::operator()(), fizz::test::TEST_F(), and fizz::client::AsyncFizzClientT< SM >::writeAppData().
std::unique_ptr<folly::IOBuf> fizz::EarlyAppWrite::data |
Definition at line 48 of file Params.h.
Referenced by fizz::test::TestMessages::earlyAppWrite(), fizz::sm::handleEarlyAppWrite(), fizz::client::test::TEST_F(), and fizz::client::AsyncFizzClientT< SM >::writeAppData().
folly::WriteFlags fizz::EarlyAppWrite::flags |
Definition at line 49 of file Params.h.
Referenced by fizz::sm::handleEarlyAppWrite(), and fizz::client::AsyncFizzClientT< SM >::writeAppData().