#include <AsyncUDPSocket.h>
Definition at line 79 of file AsyncUDPSocket.h.
| virtual folly::AsyncUDPSocket::ErrMessageCallback::~ErrMessageCallback |
( |
| ) |
|
|
virtualdefault |
| virtual void folly::AsyncUDPSocket::ErrMessageCallback::errMessage |
( |
const cmsghdr & |
cmsg | ) |
|
|
pure virtualnoexcept |
errMessage() will be invoked when kernel puts a message to the error queue associated with the socket.
- Parameters
-
| cmsg | Reference to cmsghdr structure describing a message read from error queue associated with the socket. |
Referenced by folly::AsyncUDPSocket::handleErrMessages().
| virtual void folly::AsyncUDPSocket::ErrMessageCallback::errMessageError |
( |
const AsyncSocketException & |
ex | ) |
|
|
pure virtualnoexcept |
The documentation for this class was generated from the following file: