| Index: sdk/lib/io/socket.dart
|
| diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart
|
| index 7c9afa49c26a950f65270f0a9480bed361ab0429..a74f2a1326253b54ac727220d610ce949590dcff 100644
|
| --- a/sdk/lib/io/socket.dart
|
| +++ b/sdk/lib/io/socket.dart
|
| @@ -97,6 +97,12 @@ abstract class InternetAddress {
|
| bool get isLinkLocal;
|
|
|
| /**
|
| + * Perform a reverse dns lookup on the [address], creating a new
|
| + * [InternetAddress] where the host field set to the result.
|
| + */
|
| + Future<InternetAddress> reverse();
|
| +
|
| + /**
|
| * Lookup a host, returning a Future of a list of
|
| * [InternetAddress]s. If [type] is [InternetAddressType.ANY], it
|
| * will lookup both IP version 4 (IPv4) and IP version 6 (IPv6)
|
|
|