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

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

_addressanch::network::Socketprotected
_backloganch::network::Socketprotected
_sockanch::network::Socketprotected
accept(Socket &socket)anch::network::Socketvirtual
addObserver(anch::events::Observer< SocketEvent > &observer)anch::events::Observable< SocketEvent >
bind()anch::network::Socketvirtual
close() noexceptanch::network::Socketvirtual
connect()anch::network::Socketvirtual
getBacklog() constanch::network::Socketinline
getDomain() const =0anch::network::Socketpure virtual
getIpAddress() constanch::network::Socketinline
getPort() constanch::network::Socketinline
getSocketType() constanch::network::Socketinline
getType() const =0anch::network::Socketpure virtual
listen()anch::network::Socketvirtual
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)=0anch::network::Socketpure virtual
receive()anch::network::Socketvirtual
removeObserver(anch::events::Observer< SocketEvent > &observer)anch::events::Observable< SocketEvent >
send(const std::string &message)=0anch::network::Socketpure virtual
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
~Observable()anch::events::Observable< SocketEvent >virtual
~Socket() noexceptanch::network::Socketvirtual