proxygen
|
Public Member Functions | |
ActionMoveVisitor (AsyncFizzServerT< SM > &server) | |
void | operator() (DeliverAppData &) |
void | operator() (WriteToSocket &) |
void | operator() (ReportEarlyHandshakeSuccess &) |
void | operator() (ReportHandshakeSuccess &) |
void | operator() (ReportError &) |
void | operator() (WaitForData &) |
void | operator() (MutateState &) |
void | operator() (AttemptVersionFallback &) |
Private Attributes | |
AsyncFizzServerT< SM > & | server_ |
Definition at line 105 of file AsyncFizzServer.h.
|
inlineexplicit |
Definition at line 107 of file AsyncFizzServer.h.
void fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator() | ( | DeliverAppData & | data | ) |
Definition at line 233 of file AsyncFizzServer-inl.h.
References fizz::DeliverAppData::data, and folly::gen::move.
void fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator() | ( | WriteToSocket & | data | ) |
Definition at line 238 of file AsyncFizzServer-inl.h.
References fizz::WriteToSocket::callback, fizz::WriteToSocket::contents, fizz::WriteToSocket::flags, i, and folly::gen::move.
void fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator() | ( | ReportEarlyHandshakeSuccess & | ) |
Definition at line 248 of file AsyncFizzServer-inl.h.
void fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator() | ( | ReportHandshakeSuccess & | ) |
Definition at line 258 of file AsyncFizzServer-inl.h.
void fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator() | ( | ReportError & | error | ) |
Definition at line 268 of file AsyncFizzServer-inl.h.
References fizz::ReportError::error, folly::gen::move, folly::AsyncSocketException::SSL_ERROR, folly::basic_fbstring< E, T, A, Storage >::toStdString(), and folly::exception_wrapper::what().
void fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator() | ( | WaitForData & | ) |
Definition at line 276 of file AsyncFizzServer-inl.h.
void fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator() | ( | MutateState & | mutator | ) |
Definition at line 286 of file AsyncFizzServer-inl.h.
void fizz::server::AsyncFizzServerT< SM >::ActionMoveVisitor::operator() | ( | AttemptVersionFallback & | fallback | ) |
Definition at line 291 of file AsyncFizzServer-inl.h.
References fizz::server::AttemptVersionFallback::clientHello, and folly::gen::move.
|
private |
Definition at line 120 of file AsyncFizzServer.h.