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.
_address
anch::network::Socket
protected
_backlog
anch::network::Socket
protected
_sock
anch::network::Socket
protected
accept
(Socket &socket)
anch::network::Socket
virtual
addObserver
(anch::events::Observer< SocketEvent > &observer)
anch::events::Observable< SocketEvent >
bind
()
anch::network::Socket
virtual
close
() noexcept
anch::network::Socket
virtual
connect
()
anch::network::Socket
virtual
getBacklog
() const
anch::network::Socket
inline
getDomain
() const =0
anch::network::Socket
pure virtual
getIpAddress
() const
anch::network::Socket
inline
getPort
() const
anch::network::Socket
inline
getSocketType
() const
anch::network::Socket
inline
getType
() const =0
anch::network::Socket
pure virtual
listen
()
anch::network::Socket
virtual
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)=0
anch::network::Socket
pure virtual
receive
()
anch::network::Socket
virtual
removeObserver
(anch::events::Observer< SocketEvent > &observer)
anch::events::Observable< SocketEvent >
send
(const std::string &message)=0
anch::network::Socket
pure virtual
setBacklog
(int backlog)
anch::network::Socket
inline
setIpAddress
(const std::string &ipAddress)
anch::network::Socket
inline
setIpAddress
(uint16_t port)
anch::network::Socket
inline
setSocketType
(SocketType type)
anch::network::Socket
inline
shutdown
(Direction how=Direction::BOTH)
anch::network::Socket
virtual
Socket
(SocketType type)
anch::network::Socket
protected
Socket
(const std::string &ipAddress, uint16_t port, SocketType type=SocketType::UNKNOWN)
anch::network::Socket
~Observable
()
anch::events::Observable< SocketEvent >
virtual
~Socket
() noexcept
anch::network::Socket
virtual
Generated by
1.13.2