|
proxygen
|
Public Attributes | |
| MessageType | type |
| int | fd |
| int | err |
| SocketAddress | address |
| std::string | msg |
Definition at line 744 of file AsyncServerSocket.h.
| SocketAddress folly::AsyncServerSocket::QueueMessage::address |
Definition at line 748 of file AsyncServerSocket.h.
Referenced by folly::AsyncServerSocket::dispatchSocket().
| int folly::AsyncServerSocket::QueueMessage::err |
Definition at line 747 of file AsyncServerSocket.h.
Referenced by folly::AsyncServerSocket::dispatchError().
| int folly::AsyncServerSocket::QueueMessage::fd |
Definition at line 746 of file AsyncServerSocket.h.
Referenced by folly::AsyncServerSocket::dispatchSocket().
| std::string folly::AsyncServerSocket::QueueMessage::msg |
Definition at line 749 of file AsyncServerSocket.h.
Referenced by folly::AsyncServerSocket::dispatchError().
| MessageType folly::AsyncServerSocket::QueueMessage::type |
Definition at line 745 of file AsyncServerSocket.h.
Referenced by folly::AsyncServerSocket::dispatchError(), and folly::AsyncServerSocket::dispatchSocket().