|
| template<typename Protocol , typename SocketService , typename Iterator > |
| Iterator | boost::asio::connect (basic_socket< Protocol, SocketService > &s, Iterator begin) |
| | Establishes a socket connection by trying each endpoint in a sequence. More...
|
| |
| template<typename Protocol , typename SocketService , typename Iterator > |
| Iterator | boost::asio::connect (basic_socket< Protocol, SocketService > &s, Iterator begin, boost::system::error_code &ec) |
| | Establishes a socket connection by trying each endpoint in a sequence. More...
|
| |
| template<typename Protocol , typename SocketService , typename Iterator > |
| Iterator | boost::asio::connect (basic_socket< Protocol, SocketService > &s, Iterator begin, Iterator end) |
| | Establishes a socket connection by trying each endpoint in a sequence. More...
|
| |
| template<typename Protocol , typename SocketService , typename Iterator > |
| Iterator | boost::asio::connect (basic_socket< Protocol, SocketService > &s, Iterator begin, Iterator end, boost::system::error_code &ec) |
| | Establishes a socket connection by trying each endpoint in a sequence. More...
|
| |
| template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition > |
| Iterator | boost::asio::connect (basic_socket< Protocol, SocketService > &s, Iterator begin, ConnectCondition connect_condition) |
| | Establishes a socket connection by trying each endpoint in a sequence. More...
|
| |
| template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition > |
| Iterator | boost::asio::connect (basic_socket< Protocol, SocketService > &s, Iterator begin, ConnectCondition connect_condition, boost::system::error_code &ec) |
| | Establishes a socket connection by trying each endpoint in a sequence. More...
|
| |
| template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition > |
| Iterator | boost::asio::connect (basic_socket< Protocol, SocketService > &s, Iterator begin, Iterator end, ConnectCondition connect_condition) |
| | Establishes a socket connection by trying each endpoint in a sequence. More...
|
| |
| template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition > |
| Iterator | boost::asio::connect (basic_socket< Protocol, SocketService > &s, Iterator begin, Iterator end, ConnectCondition connect_condition, boost::system::error_code &ec) |
| | Establishes a socket connection by trying each endpoint in a sequence. More...
|
| |
| template<typename Protocol , typename SocketService , typename Iterator , typename ComposedConnectHandler > |
| | boost::asio::BOOST_ASIO_INITFN_RESULT_TYPE (ComposedConnectHandler, void(boost::system::error_code, Iterator)) async_connect(basic_socket< Protocol |
| | Asynchronously establishes a socket connection by trying each endpoint in a sequence. More...
|
| |
| SocketService Iterator | boost::asio::BOOST_ASIO_MOVE_ARG (ComposedConnectHandler) handler) |
| |
| template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition , typename ComposedConnectHandler > |
| | boost::asio::BOOST_ASIO_INITFN_RESULT_TYPE (ComposedConnectHandler, void(boost::system::error_code, Iterator)) async_connect(basic_socket< Protocol |
| | Asynchronously establishes a socket connection by trying each endpoint in a sequence. More...
|
| |