|
proxygen
|
This is the complete list of members for UDPClient, including all inherited members.
| AsyncTimeout(TimeoutManager *timeoutManager) | folly::AsyncTimeout | explicitprivate |
| AsyncTimeout(EventBase *eventBase) | folly::AsyncTimeout | explicitprivate |
| AsyncTimeout(TimeoutManager *timeoutManager, InternalEnum internal) | folly::AsyncTimeout | private |
| AsyncTimeout(EventBase *eventBase, InternalEnum internal) | folly::AsyncTimeout | private |
| AsyncTimeout() | folly::AsyncTimeout | private |
| attachEventBase(EventBase *eventBase, InternalEnum internal=InternalEnum::NORMAL) | folly::AsyncTimeout | private |
| attachTimeoutManager(TimeoutManager *timeoutManager, InternalEnum internal=InternalEnum::NORMAL) | folly::AsyncTimeout | private |
| buf_ | UDPClient | private |
| cancelTimeout() | folly::AsyncTimeout | private |
| connect() | UDPClient | inline |
| connect() | UDPClient | inline |
| connectAddr_ | UDPClient | protected |
| detachEventBase() | folly::AsyncTimeout | private |
| detachTimeoutManager() | folly::AsyncTimeout | private |
| evb_ | UDPClient | protected |
| getEvent() | folly::AsyncTimeout | inlineprivate |
| getReadBuffer(void **buf, size_t *len) noexceptoverride | UDPClient | inline |
| getReadBuffer(void **buf, size_t *len) noexceptoverride | UDPClient | inline |
| getSocket() | UDPClient | inline |
| getSocket() | UDPClient | inline |
| getTimeoutManager() | folly::AsyncTimeout | inlineprivate |
| InternalEnum typedef | folly::AsyncTimeout | private |
| isScheduled() const | folly::AsyncTimeout | private |
| make(TimeoutManager &manager, TCallback &&callback) | folly::AsyncTimeout | privatestatic |
| n_ | UDPClient | private |
| onDataAvailable(const folly::SocketAddress &, size_t len, bool) noexceptoverride | UDPClient | inline |
| onDataAvailable(const folly::SocketAddress &client, size_t len, bool truncated) noexceptoverride | UDPClient | inline |
| onReadClosed() noexceptoverride | UDPClient | inline |
| onReadClosed() noexceptoverride | UDPClient | inline |
| onReadError(const folly::AsyncSocketException &ex) noexceptoverride | UDPClient | inline |
| onReadError(const folly::AsyncSocketException &ex) noexceptoverride | UDPClient | inline |
| pongRecvd() const | UDPClient | inline |
| pongRecvd_ | UDPClient | private |
| schedule(TimeoutManager::timeout_type timeout, TimeoutManager &manager, TCallback &&callback) | folly::AsyncTimeout | privatestatic |
| scheduleTimeout(uint32_t milliseconds) | folly::AsyncTimeout | private |
| scheduleTimeout(TimeoutManager::timeout_type timeout) | folly::AsyncTimeout | private |
| sendPing() | UDPClient | inline |
| sendPing() | UDPClient | inline |
| server_ | UDPClient | protected |
| setShouldConnect(const folly::SocketAddress &connectAddr) | UDPClient | inline |
| setShouldConnect(const folly::SocketAddress &connectAddr) | UDPClient | inline |
| shutdown() | UDPClient | inline |
| shutdown() | UDPClient | inline |
| socket_ | UDPClient | protected |
| start(const folly::SocketAddress &server) | UDPClient | inline |
| start(const folly::SocketAddress &server, int n) | UDPClient | inline |
| testData_ | UDPClient | private |
| timeoutExpired() noexceptoverride | UDPClient | inlinevirtual |
| timeoutExpired() noexceptoverride | UDPClient | inlinevirtual |
| UDPClient(EventBase *evb, TestData &testData) | UDPClient | inlineexplicit |
| UDPClient(EventBase *evb) | UDPClient | inlineexplicit |
| writePing(std::unique_ptr< folly::IOBuf > buf, int gso) | UDPClient | inlinevirtual |
| writePing(std::unique_ptr< folly::IOBuf > buf) | UDPClient | inlinevirtual |
| ~AsyncTimeout() | folly::AsyncTimeout | privatevirtual |