AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::network::UdpSocket Member List

This is the complete list of members for anch::network::UdpSocket, including all inherited members.

_addressanch::network::Socketprotected
_backloganch::network::Socketprotected
_sockanch::network::Socketprotected
accept(Socket &socket)anch::network::UdpSocketvirtual
addObserver(anch::events::Observer< SocketEvent > &observer)anch::events::Observable< SocketEvent >
bind()anch::network::Socketvirtual
close() noexceptanch::network::Socketvirtual
connect()anch::network::UdpSocketvirtual
getBacklog() constanch::network::Socketinline
getDomain() constanch::network::UdpSocketvirtual
getIpAddress() constanch::network::Socketinline
getPort() constanch::network::Socketinline
getSocketType() constanch::network::Socketinline
getType() constanch::network::UdpSocketvirtual
listen()anch::network::UdpSocketvirtual
notifyObservers(const SocketEvent &event, const std::map< std::string, std::string > &headers={})anch::events::Observable< SocketEvent >
notifyObservers(const anch::events::Event< SocketEvent > &event)anch::events::Observable< SocketEvent >
Observable()anch::events::Observable< SocketEvent >
receive(std::string &message)anch::network::UdpSocketvirtual
anch::network::Socket::receive()anch::network::Socketvirtual
removeObserver(anch::events::Observer< SocketEvent > &observer)anch::events::Observable< SocketEvent >
send(const std::string &message)anch::network::UdpSocketvirtual
send(const std::string &message, const sockaddr_storage &peerAddr)anch::network::UdpSocketvirtual
setBacklog(int backlog)anch::network::Socketinline
setIpAddress(const std::string &ipAddress)anch::network::Socketinline
setIpAddress(uint16_t port)anch::network::Socketinline
setSocketType(SocketType type)anch::network::Socketinline
shutdown(Direction how=Direction::BOTH)anch::network::Socketvirtual
Socket(SocketType type)anch::network::Socketprotected
Socket(const std::string &ipAddress, uint16_t port, SocketType type=SocketType::UNKNOWN)anch::network::Socket
UdpSocket()anch::network::UdpSocket
UdpSocket(const std::string &ipAddress, uint16_t port)anch::network::UdpSocket
~Observable()anch::events::Observable< SocketEvent >virtual
~Socket() noexceptanch::network::Socketvirtual
~UdpSocket() noexceptanch::network::UdpSocketvirtual