address() const | folly::AsyncUDPSocket | inlinevirtual |
AsyncUDPSocket(EventBase *evb) | folly::AsyncUDPSocket | explicit |
attachEventBase(folly::EventBase *evb) | folly::AsyncUDPSocket | virtual |
bind(const folly::SocketAddress &address) | folly::AsyncUDPSocket | virtual |
changeHandlerFD(int fd) | folly::EventHandler | inline |
changeHandlerFD(NetworkSocket fd) | folly::EventHandler | |
close() | folly::AsyncUDPSocket | virtual |
connect(const folly::SocketAddress &address) | folly::AsyncUDPSocket | virtual |
detachEventBase() | folly::AsyncUDPSocket | virtual |
dontFragment(bool df) | folly::AsyncUDPSocket | virtual |
EventFlags enum name | folly::EventHandler | |
EventHandler(EventBase *eventBase, int fd) | folly::EventHandler | inlineexplicit |
EventHandler(EventBase *eventBase=nullptr, NetworkSocket fd=NetworkSocket()) | folly::EventHandler | explicit |
failErrMessageRead(const AsyncSocketException &ex) | folly::AsyncUDPSocket | protected |
FDOwnership enum name | folly::AsyncUDPSocket | |
getEventBase() const | folly::AsyncUDPSocket | inline |
getFD() const | folly::AsyncUDPSocket | inlinevirtual |
getGSO() | folly::AsyncUDPSocket | |
getRegisteredEvents() const | folly::EventHandler | inline |
handleErrMessages() noexcept | folly::AsyncUDPSocket | protected |
initHandler(EventBase *eventBase, int fd) | folly::EventHandler | inline |
initHandler(EventBase *eventBase, NetworkSocket fd) | folly::EventHandler | |
isBound() const | folly::AsyncUDPSocket | inlinevirtual |
isHandlerRegistered() const | folly::EventHandler | inline |
isPending() const | folly::EventHandler | |
MOCK_METHOD3(sendmsg, ssize_t(folly::NetworkSocket, const struct msghdr *, int)) | TestAsyncUDPSocket | |
NONE enum value | folly::EventHandler | |
pauseRead() | folly::AsyncUDPSocket | virtual |
PERSIST enum value | folly::EventHandler | |
READ enum value | folly::EventHandler | |
READ_WRITE enum value | folly::EventHandler | |
readCallback_ | folly::AsyncUDPSocket | protected |
registerHandler(uint16_t events) | folly::EventHandler | inline |
registerInternalHandler(uint16_t events) | folly::EventHandler | inline |
resumeRead(ReadCallback *cob) | folly::AsyncUDPSocket | virtual |
sendmsg(NetworkSocket socket, const struct msghdr *message, int flags) | folly::AsyncUDPSocket | inlineprotectedvirtual |
setBusyPoll(int busyPollUs) | folly::AsyncUDPSocket | inlinevirtual |
setErrMessageCallback(ErrMessageCallback *errMessageCallback) | folly::AsyncUDPSocket | virtual |
setFD(int fd, FDOwnership ownership) | folly::AsyncUDPSocket | inline |
setFD(NetworkSocket fd, FDOwnership ownership) | folly::AsyncUDPSocket | virtual |
setGSO(int val) | folly::AsyncUDPSocket | |
setRcvBuf(int rcvBuf) | folly::AsyncUDPSocket | inlinevirtual |
setReuseAddr(bool reuseAddr) | folly::AsyncUDPSocket | inlinevirtual |
setReusePort(bool reusePort) | folly::AsyncUDPSocket | inlinevirtual |
setSndBuf(int sndBuf) | folly::AsyncUDPSocket | inlinevirtual |
TestAsyncUDPSocket(EventBase *evb) | TestAsyncUDPSocket | inlineexplicit |
unregisterHandler() | folly::EventHandler | |
write(const folly::SocketAddress &address, const std::unique_ptr< folly::IOBuf > &buf) | folly::AsyncUDPSocket | virtual |
WRITE enum value | folly::EventHandler | |
writeGSO(const folly::SocketAddress &address, const std::unique_ptr< folly::IOBuf > &buf, int gso) | folly::AsyncUDPSocket | virtual |
writev(const folly::SocketAddress &address, const struct iovec *vec, size_t veclen, int gso) | folly::AsyncUDPSocket | virtual |
writev(const folly::SocketAddress &address, const struct iovec *vec, size_t veclen) | folly::AsyncUDPSocket | virtual |
~AsyncUDPSocket() override | folly::AsyncUDPSocket | |
~EventHandler() | folly::EventHandler | virtual |