proxygen
|
This is the complete list of members for folly::AsyncUDPServerSocket::Callback, including all inherited members.
onDataAvailable(std::shared_ptr< AsyncUDPSocket > socket, const folly::SocketAddress &addr, std::unique_ptr< folly::IOBuf > buf, bool truncated) noexcept=0 | folly::AsyncUDPServerSocket::Callback | pure virtual |
onListenPaused() noexcept | folly::AsyncUDPServerSocket::Callback | inlinevirtual |
onListenResumed() noexcept | folly::AsyncUDPServerSocket::Callback | inlinevirtual |
onListenStarted() noexcept=0 | folly::AsyncUDPServerSocket::Callback | pure virtual |
onListenStopped() noexcept=0 | folly::AsyncUDPServerSocket::Callback | pure virtual |
~Callback()=default | folly::AsyncUDPServerSocket::Callback | virtual |