proxygen
folly::test::TestAcceptCallback Member List

This is the complete list of members for folly::test::TestAcceptCallback, including all inherited members.

acceptError(const std::exception &ex) noexceptoverridefolly::test::TestAcceptCallbackinlinevirtual
acceptErrorFn_folly::test::TestAcceptCallbackprivate
acceptStarted() noexceptoverridefolly::test::TestAcceptCallbackinlinevirtual
acceptStartedFn_folly::test::TestAcceptCallbackprivate
acceptStopped() noexceptoverridefolly::test::TestAcceptCallbackinlinevirtual
acceptStoppedFn_folly::test::TestAcceptCallbackprivate
connectionAccepted(int fd, const folly::SocketAddress &clientAddr) noexceptoverridefolly::test::TestAcceptCallbackinlinevirtual
connectionAcceptedFn_folly::test::TestAcceptCallbackprivate
EventList typedeffolly::test::TestAcceptCallback
events_folly::test::TestAcceptCallbackprivate
EventType enum namefolly::test::TestAcceptCallback
getEvents()folly::test::TestAcceptCallbackinline
setAcceptErrorFn(const std::function< void(const std::exception &)> &fn)folly::test::TestAcceptCallbackinline
setAcceptStartedFn(const std::function< void()> &fn)folly::test::TestAcceptCallbackinline
setAcceptStoppedFn(const std::function< void()> &fn)folly::test::TestAcceptCallbackinline
setConnectionAcceptedFn(const std::function< void(int, const folly::SocketAddress &)> &fn)folly::test::TestAcceptCallbackinline
TestAcceptCallback()folly::test::TestAcceptCallbackinline
TYPE_ACCEPT enum valuefolly::test::TestAcceptCallback
TYPE_ERROR enum valuefolly::test::TestAcceptCallback
TYPE_START enum valuefolly::test::TestAcceptCallback
TYPE_STOP enum valuefolly::test::TestAcceptCallback
~AcceptCallback()=defaultfolly::AsyncServerSocket::AcceptCallbackvirtual