Class template acceptor_handled
boost::net::socket::impl::acceptor_handled —
Synopsis
Description
acceptor_handled
construct/copy/destruct
acceptor_handled();
acceptor_handled(acceptor_handled & s);
acceptor_handled
public member functions
template<typename AHandler> void attach(AHandler * handler) ;
void on_accepted(boost::function< typename net::socket::on_accepted_tag::fn_type > handler) ;
void on_acceptor_error(boost::function< typename net::on_acceptor_error_tag::fn_type > handler) ;
acceptor_handled
protected member functions
void execute_on_accepted(net::socket::socket s,
net::socket::any_address & address) ;
void execute_on_acceptor_error(net::acceptor_error err) ;