proxygen
folly::AsyncServerSocket::CallbackInfo Struct Reference

Public Member Functions

 CallbackInfo (AcceptCallback *cb, EventBase *evb)
 

Public Attributes

AcceptCallbackcallback
 
EventBaseeventBase
 
RemoteAcceptorconsumer
 

Detailed Description

A struct to keep track of the callbacks associated with this server socket.

Definition at line 791 of file AsyncServerSocket.h.

Constructor & Destructor Documentation

folly::AsyncServerSocket::CallbackInfo::CallbackInfo ( AcceptCallback cb,
EventBase evb 
)
inline

Definition at line 792 of file AsyncServerSocket.h.

Member Data Documentation


The documentation for this struct was generated from the following file: