CppServer  1.0.4.0
C++ Server Library
CppServer::Asio::UDPClient Member List

This is the complete list of members for CppServer::Asio::UDPClient, including all inherited members.

address() const noexceptCppServer::Asio::UDPClientinline
bytes_pending() const noexceptCppServer::Asio::UDPClientinline
bytes_received() const noexceptCppServer::Asio::UDPClientinline
bytes_sent() const noexceptCppServer::Asio::UDPClientinline
Connect()CppServer::Asio::UDPClientvirtual
Connect(const std::shared_ptr< UDPResolver > &resolver)CppServer::Asio::UDPClientvirtual
ConnectAsync()CppServer::Asio::UDPClientvirtual
ConnectAsync(const std::shared_ptr< UDPResolver > &resolver)CppServer::Asio::UDPClientvirtual
datagrams_received() const noexceptCppServer::Asio::UDPClientinline
datagrams_sent() const noexceptCppServer::Asio::UDPClientinline
Disconnect()CppServer::Asio::UDPClientinlinevirtual
DisconnectAsync()CppServer::Asio::UDPClientinlinevirtual
endpoint() noexceptCppServer::Asio::UDPClientinline
id() const noexceptCppServer::Asio::UDPClientinline
io_service() noexceptCppServer::Asio::UDPClientinline
IsConnected() const noexceptCppServer::Asio::UDPClientinline
JoinMulticastGroup(const std::string &address)CppServer::Asio::UDPClientvirtual
JoinMulticastGroupAsync(const std::string &address)CppServer::Asio::UDPClientvirtual
LeaveMulticastGroup(const std::string &address)CppServer::Asio::UDPClientvirtual
LeaveMulticastGroupAsync(const std::string &address)CppServer::Asio::UDPClientvirtual
onConnected()CppServer::Asio::UDPClientinlineprotectedvirtual
onDisconnected()CppServer::Asio::UDPClientinlineprotectedvirtual
onError(int error, const std::string &category, const std::string &message)CppServer::Asio::UDPClientinlineprotectedvirtual
onJoinedMulticastGroup(const std::string &address)CppServer::Asio::UDPClientinlineprotectedvirtual
onLeftMulticastGroup(const std::string &address)CppServer::Asio::UDPClientinlineprotectedvirtual
onReceived(const asio::ip::udp::endpoint &endpoint, const void *buffer, size_t size)CppServer::Asio::UDPClientinlineprotectedvirtual
onSent(const asio::ip::udp::endpoint &endpoint, size_t sent)CppServer::Asio::UDPClientinlineprotectedvirtual
operator=(const UDPClient &)=deleteCppServer::Asio::UDPClient
operator=(UDPClient &&)=deleteCppServer::Asio::UDPClient
option_multicast() const noexceptCppServer::Asio::UDPClientinline
option_receive_buffer_limit() const noexceptCppServer::Asio::UDPClientinline
option_receive_buffer_size() constCppServer::Asio::UDPClient
option_reuse_address() const noexceptCppServer::Asio::UDPClientinline
option_reuse_port() const noexceptCppServer::Asio::UDPClientinline
option_send_buffer_limit() const noexceptCppServer::Asio::UDPClientinline
option_send_buffer_size() constCppServer::Asio::UDPClient
port() const noexceptCppServer::Asio::UDPClientinline
Receive(asio::ip::udp::endpoint &endpoint, void *buffer, size_t size)CppServer::Asio::UDPClientvirtual
Receive(asio::ip::udp::endpoint &endpoint, size_t size)CppServer::Asio::UDPClientvirtual
Receive(asio::ip::udp::endpoint &endpoint, void *buffer, size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::UDPClientvirtual
Receive(asio::ip::udp::endpoint &endpoint, size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::UDPClientvirtual
ReceiveAsync()CppServer::Asio::UDPClientvirtual
Reconnect()CppServer::Asio::UDPClientvirtual
ReconnectAsync()CppServer::Asio::UDPClientvirtual
scheme() const noexceptCppServer::Asio::UDPClientinline
Send(const void *buffer, size_t size)CppServer::Asio::UDPClientvirtual
Send(std::string_view text)CppServer::Asio::UDPClientinlinevirtual
Send(const asio::ip::udp::endpoint &endpoint, const void *buffer, size_t size)CppServer::Asio::UDPClientvirtual
Send(const asio::ip::udp::endpoint &endpoint, std::string_view text)CppServer::Asio::UDPClientinlinevirtual
Send(const void *buffer, size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::UDPClientvirtual
Send(std::string_view text, const CppCommon::Timespan &timeout)CppServer::Asio::UDPClientinlinevirtual
Send(const asio::ip::udp::endpoint &endpoint, const void *buffer, size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::UDPClientvirtual
Send(const asio::ip::udp::endpoint &endpoint, std::string_view text, const CppCommon::Timespan &timeout)CppServer::Asio::UDPClientinlinevirtual
SendAsync(const void *buffer, size_t size)CppServer::Asio::UDPClientvirtual
SendAsync(std::string_view text)CppServer::Asio::UDPClientinlinevirtual
SendAsync(const asio::ip::udp::endpoint &endpoint, const void *buffer, size_t size)CppServer::Asio::UDPClientvirtual
SendAsync(const asio::ip::udp::endpoint &endpoint, std::string_view text)CppServer::Asio::UDPClientinlinevirtual
service() noexceptCppServer::Asio::UDPClientinline
SetupMulticast(bool enable) noexceptCppServer::Asio::UDPClientinline
SetupReceiveBufferLimit(size_t limit) noexceptCppServer::Asio::UDPClientinline
SetupReceiveBufferSize(size_t size)CppServer::Asio::UDPClient
SetupReuseAddress(bool enable) noexceptCppServer::Asio::UDPClientinline
SetupReusePort(bool enable) noexceptCppServer::Asio::UDPClientinline
SetupSendBufferLimit(size_t limit) noexceptCppServer::Asio::UDPClientinline
SetupSendBufferSize(size_t size)CppServer::Asio::UDPClient
socket() noexceptCppServer::Asio::UDPClientinline
strand() noexceptCppServer::Asio::UDPClientinline
UDPClient(const std::shared_ptr< Service > &service, const std::string &address, int port)CppServer::Asio::UDPClient
UDPClient(const std::shared_ptr< Service > &service, const std::string &address, const std::string &scheme)CppServer::Asio::UDPClient
UDPClient(const std::shared_ptr< Service > &service, const asio::ip::udp::endpoint &endpoint)CppServer::Asio::UDPClient
UDPClient(const UDPClient &)=deleteCppServer::Asio::UDPClient
UDPClient(UDPClient &&)=deleteCppServer::Asio::UDPClient
~UDPClient()=defaultCppServer::Asio::UDPClientvirtual