Class template connector_handled
boost::net::socket::impl::connector_handled — handlers
Synopsis
Description
connector_handled
construct/copy/destruct
connector_handled
public member functions
template<typename AHandler> void attach(AHandler * handler) ;
void on_connected(boost::function< typename net::socket::on_connected_tag::fn_type > handler) ;
void on_can_not_connect(boost::function< typename net::socket::on_can_not_connect_tag::fn_type > handler) ;
connector_handled
protected member functions
void execute_on_connected(net::socket::socket & s) ;
void execute_on_can_not_connect() ;