proxygen
|
Public Member Functions | |
CallbackInfo (AcceptCallback *cb, EventBase *evb) | |
Public Attributes | |
AcceptCallback * | callback |
EventBase * | eventBase |
RemoteAcceptor * | consumer |
A struct to keep track of the callbacks associated with this server socket.
Definition at line 791 of file AsyncServerSocket.h.
|
inline |
Definition at line 792 of file AsyncServerSocket.h.
AcceptCallback* folly::AsyncServerSocket::CallbackInfo::callback |
Definition at line 795 of file AsyncServerSocket.h.
Referenced by folly::AsyncServerSocket::dispatchError(), folly::AsyncServerSocket::dispatchSocket(), and folly::AsyncServerSocket::removeAcceptCallback().
RemoteAcceptor* folly::AsyncServerSocket::CallbackInfo::consumer |
Definition at line 798 of file AsyncServerSocket.h.
Referenced by folly::AsyncServerSocket::dispatchError(), folly::AsyncServerSocket::dispatchSocket(), and folly::AsyncServerSocket::removeAcceptCallback().
EventBase* folly::AsyncServerSocket::CallbackInfo::eventBase |
Definition at line 796 of file AsyncServerSocket.h.
Referenced by folly::AsyncServerSocket::dispatchError(), folly::AsyncServerSocket::dispatchSocket(), and folly::AsyncServerSocket::removeAcceptCallback().