|
proxygen
|
Public Member Functions | |
| void | setNumConnections (const uint64_t numConnections) |
Public Member Functions inherited from wangle::SimpleConnectionCounter | |
| uint64_t | getNumConnections () const override |
| uint64_t | getMaxConnections () const override |
| void | setMaxConnections (uint64_t maxConnections) |
| void | onConnectionAdded () override |
| void | onConnectionRemoved () override |
| ~SimpleConnectionCounter () override=default | |
Public Member Functions inherited from wangle::IConnectionCounter | |
| virtual | ~IConnectionCounter ()=default |
Additional Inherited Members | |
Protected Attributes inherited from wangle::SimpleConnectionCounter | |
| uint64_t | maxConnections_ {0} |
| uint64_t | numConnections_ {0} |
Definition at line 25 of file AcceptorTest.cpp.
|
inline |
Definition at line 27 of file AcceptorTest.cpp.