proxygen
|
#include <memory>
#include <folly/ScopeGuard.h>
#include <folly/SocketAddress.h>
#include <folly/io/IOBuf.h>
#include <folly/io/async/AsyncSocketBase.h>
#include <folly/io/async/AsyncSocketException.h>
#include <folly/io/async/EventBase.h>
#include <folly/io/async/EventHandler.h>
#include <folly/net/NetOps.h>
#include <folly/net/NetworkSocket.h>
Go to the source code of this file.
Classes | |
class | folly::AsyncUDPSocket |
class | folly::AsyncUDPSocket::ReadCallback |
class | folly::AsyncUDPSocket::ErrMessageCallback |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |