Default service implementation for a resolver.
template< typename InternetProtocol> class resolver_service : public io_service::service
Name |
Description |
---|---|
The endpoint type. |
|
The type of a resolver implementation. |
|
The iterator type. |
|
The protocol type. |
|
The query type. |
Name |
Description |
---|---|
Asynchronously resolve a query to a list of entries. Asynchronously resolve an endpoint to a list of entries. |
|
Cancel pending asynchronous operations. |
|
Construct a new resolver implementation. |
|
Destroy a resolver implementation. |
|
Get the io_service object that owns the service. |
|
Resolve a query to a list of entries. Resolve an endpoint to a list of entries. |
|
Construct a new resolver service for the specified io_service. |
Name |
Description |
---|---|
The unique service identifier. |
Header: asio/ip/resolver_service.hpp
Convenience header: asio.hpp