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

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

address() const noexceptCppServer::Asio::UDPServerinline
bytes_pending() const noexceptCppServer::Asio::UDPServerinline
bytes_received() const noexceptCppServer::Asio::UDPServerinline
bytes_sent() const noexceptCppServer::Asio::UDPServerinline
datagrams_received() const noexceptCppServer::Asio::UDPServerinline
datagrams_sent() const noexceptCppServer::Asio::UDPServerinline
endpoint() noexceptCppServer::Asio::UDPServerinline
id() const noexceptCppServer::Asio::UDPServerinline
io_service() noexceptCppServer::Asio::UDPServerinline
IsStarted() const noexceptCppServer::Asio::UDPServerinline
Multicast(const void *buffer, size_t size)CppServer::Asio::UDPServervirtual
Multicast(std::string_view text)CppServer::Asio::UDPServerinlinevirtual
Multicast(const void *buffer, size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::UDPServervirtual
Multicast(std::string_view text, const CppCommon::Timespan &timeout)CppServer::Asio::UDPServerinlinevirtual
multicast_endpoint() noexceptCppServer::Asio::UDPServerinline
MulticastAsync(const void *buffer, size_t size)CppServer::Asio::UDPServervirtual
MulticastAsync(std::string_view text)CppServer::Asio::UDPServerinlinevirtual
onError(int error, const std::string &category, const std::string &message)CppServer::Asio::UDPServerinlineprotectedvirtual
onReceived(const asio::ip::udp::endpoint &endpoint, const void *buffer, size_t size)CppServer::Asio::UDPServerinlineprotectedvirtual
onSent(const asio::ip::udp::endpoint &endpoint, size_t sent)CppServer::Asio::UDPServerinlineprotectedvirtual
onStarted()CppServer::Asio::UDPServerinlineprotectedvirtual
onStopped()CppServer::Asio::UDPServerinlineprotectedvirtual
operator=(const UDPServer &)=deleteCppServer::Asio::UDPServer
operator=(UDPServer &&)=deleteCppServer::Asio::UDPServer
option_receive_buffer_limit() const noexceptCppServer::Asio::UDPServerinline
option_receive_buffer_size() constCppServer::Asio::UDPServer
option_reuse_address() const noexceptCppServer::Asio::UDPServerinline
option_reuse_port() const noexceptCppServer::Asio::UDPServerinline
option_send_buffer_limit() const noexceptCppServer::Asio::UDPServerinline
option_send_buffer_size() constCppServer::Asio::UDPServer
port() const noexceptCppServer::Asio::UDPServerinline
Receive(asio::ip::udp::endpoint &endpoint, void *buffer, size_t size)CppServer::Asio::UDPServervirtual
Receive(asio::ip::udp::endpoint &endpoint, size_t size)CppServer::Asio::UDPServervirtual
Receive(asio::ip::udp::endpoint &endpoint, void *buffer, size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::UDPServervirtual
Receive(asio::ip::udp::endpoint &endpoint, size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::UDPServervirtual
ReceiveAsync()CppServer::Asio::UDPServervirtual
Restart()CppServer::Asio::UDPServervirtual
Send(const asio::ip::udp::endpoint &endpoint, const void *buffer, size_t size)CppServer::Asio::UDPServervirtual
Send(const asio::ip::udp::endpoint &endpoint, std::string_view text)CppServer::Asio::UDPServerinlinevirtual
Send(const asio::ip::udp::endpoint &endpoint, const void *buffer, size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::UDPServervirtual
Send(const asio::ip::udp::endpoint &endpoint, std::string_view text, const CppCommon::Timespan &timeout)CppServer::Asio::UDPServerinlinevirtual
SendAsync(const asio::ip::udp::endpoint &endpoint, const void *buffer, size_t size)CppServer::Asio::UDPServervirtual
SendAsync(const asio::ip::udp::endpoint &endpoint, std::string_view text)CppServer::Asio::UDPServerinlinevirtual
service() noexceptCppServer::Asio::UDPServerinline
SetupReceiveBufferLimit(size_t limit) noexceptCppServer::Asio::UDPServerinline
SetupReceiveBufferSize(size_t size)CppServer::Asio::UDPServer
SetupReuseAddress(bool enable) noexceptCppServer::Asio::UDPServerinline
SetupReusePort(bool enable) noexceptCppServer::Asio::UDPServerinline
SetupSendBufferLimit(size_t limit) noexceptCppServer::Asio::UDPServerinline
SetupSendBufferSize(size_t size)CppServer::Asio::UDPServer
Start()CppServer::Asio::UDPServervirtual
Start(const std::string &multicast_address, int multicast_port)CppServer::Asio::UDPServervirtual
Start(const asio::ip::udp::endpoint &multicast_endpoint)CppServer::Asio::UDPServervirtual
Stop()CppServer::Asio::UDPServervirtual
strand() noexceptCppServer::Asio::UDPServerinline
UDPServer(const std::shared_ptr< Service > &service, int port, InternetProtocol protocol=InternetProtocol::IPv4)CppServer::Asio::UDPServer
UDPServer(const std::shared_ptr< Service > &service, const std::string &address, int port)CppServer::Asio::UDPServer
UDPServer(const std::shared_ptr< Service > &service, const asio::ip::udp::endpoint &endpoint)CppServer::Asio::UDPServer
UDPServer(const UDPServer &)=deleteCppServer::Asio::UDPServer
UDPServer(UDPServer &&)=deleteCppServer::Asio::UDPServer
~UDPServer()=defaultCppServer::Asio::UDPServervirtual