|
enum | ServerState { OK = 42,
Uninitialized,
SocketOpenFailed,
SocketBindFailed
} |
|
typedef
boost::asio::ip::udp::endpoint | Endpoint |
|
typedef
boost::asio::ip::udp::socket | Socket |
|
static const int | kDefaultBufferSize = 4 * 1024 |
|
EventManager * | event_manager () |
|
virtual bool | DisableSandeshLogMessages () |
|
virtual std::string | ToString () |
|
virtual void | HandleReceive (const boost::asio::const_buffer &recv_buffer, boost::asio::ip::udp::endpoint remote_endpoint, std::size_t bytes_transferred, const boost::system::error_code &error) |
|
virtual void | OnRead (const boost::asio::const_buffer &recv_buffer, const boost::asio::ip::udp::endpoint &remote_endpoint) |
|
virtual int | reader_task_id () const |
|
virtual int | reader_task_instance (const boost::asio::ip::udp::endpoint &remote_endpoint) const |
|
virtual void | HandleSend (boost::asio::const_buffer send_buffer, boost::asio::ip::udp::endpoint remote_endpoint, std::size_t bytes_transferred, const boost::system::error_code &error) |
|
Definition at line 56 of file bfd_udp_connection.h.
BFD::UDPConnectionManager::UDPCommunicator::UDPCommunicator |
( |
EventManager * |
evm, |
|
|
int |
remotePort |
|
) |
| |
int BFD::UDPConnectionManager::UDPCommunicator::remotePort |
( |
| ) |
const |
|
inline |
const int BFD::UDPConnectionManager::UDPCommunicator::remotePort_ |
|
private |
The documentation for this class was generated from the following files: