proxygen
|
#include <Actions.h>
Public Attributes | |
folly::AsyncTransportWrapper::WriteCallback * | callback {nullptr} |
folly::small_vector< TLSContent, 4 > | contents |
folly::WriteFlags | flags {folly::WriteFlags::NONE} |
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.
folly::AsyncTransportWrapper::WriteCallback* fizz::WriteToSocket::callback {nullptr} |
Definition at line 37 of file Actions.h.
Referenced by fizz::sm::handleEarlyAppWrite(), fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator()(), and fizz::client::AsyncFizzClientT< SM >::ActionMoveVisitor::operator()().
folly::small_vector<TLSContent, 4> fizz::WriteToSocket::contents |
Definition at line 41 of file Actions.h.
Referenced by fizz::server::test::AsyncFizzServerTest::expectAppClose(), fizz::client::test::AsyncFizzClientTest::expectAppClose(), fizz::sm::generateTicket(), fizz::sm::getCertificateRequest(), fizz::sm::getEarlyDataParams(), fizz::sm::getHrrKeyExchangers(), fizz::sm::getMaxEarlyDataSize(), fizz::server::detail::handleAppClose(), fizz::client::detail::handleAppClose(), fizz::sm::handleEarlyAppWrite(), fizz::server::detail::handleError(), fizz::client::detail::handleError(), fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator()(), fizz::client::AsyncFizzClientT< SM >::ActionMoveVisitor::operator()(), fizz::server::test::TEST_F(), fizz::client::test::TEST_F(), and fizz::sm::writeNewSessionTicket().
folly::WriteFlags fizz::WriteToSocket::flags {folly::WriteFlags::NONE} |
Definition at line 43 of file Actions.h.
Referenced by fizz::sm::handleEarlyAppWrite(), fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator()(), and fizz::client::AsyncFizzClientT< SM >::ActionMoveVisitor::operator()().