close
The Wayback Machine - https://web.archive.org/web/20171213141424/https://developer.android.com/reference/android/app/admin/DnsEvent.html
Skip to content

Most visited

Recently visited

navigation

DnsEvent

public final class DnsEvent
extends NetworkEvent implements Parcelable

java.lang.Object
   ↳ android.app.admin.NetworkEvent
     ↳ android.app.admin.DnsEvent


A class that represents a DNS lookup event initiated through the standard network stack.

It contains information about the originating app as well as the DNS hostname and resolved IP addresses.

Summary

Inherited constants

BERJAYA From interface android.os.Parcelable

Fields

public static final Creator<DnsEvent> CREATOR

Inherited fields

BERJAYA From class android.app.admin.NetworkEvent

Public methods

int describeContents()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

String getHostname()

Returns the hostname that was looked up.

List<InetAddress> getInetAddresses()

Returns (possibly a subset of) the IP addresses returned.

int getTotalResolvedAddressCount()

Returns the number of IP addresses returned from the DNS lookup event.

String toString()

Returns a string representation of the object.

void writeToParcel(Parcel out, int flags)

Flatten this object in to a Parcel.

Inherited methods

BERJAYA From class android.app.admin.NetworkEvent
BERJAYA From class java.lang.Object
BERJAYA From interface android.os.Parcelable

Fields

CREATOR

added in API level 26
Creator<DnsEvent> CREATOR

Public methods

describeContents

added in API level 26
int describeContents ()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation. For example, if the object will include a file descriptor in the output of writeToParcel(Parcel, int), the return value of this method must include the CONTENTS_FILE_DESCRIPTOR bit.

Returns
int a bitmask indicating the set of special object types marshaled by this Parcelable object instance.

getHostname

added in API level 26
String getHostname ()

Returns the hostname that was looked up.

Returns
String

getInetAddresses

added in API level 26
List<InetAddress> getInetAddresses ()

Returns (possibly a subset of) the IP addresses returned.

Returns
List<InetAddress>

getTotalResolvedAddressCount

added in API level 26
int getTotalResolvedAddressCount ()

Returns the number of IP addresses returned from the DNS lookup event. May be different from the length of the list returned by getInetAddresses() if there were too many addresses to log.

Returns
int

toString

added in API level 26
String toString ()

Returns a string representation of the object. In general, the toString method returns a string that "textually represents" this object. The result should be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

The toString method for class Object returns a string consisting of the name of the class of which the object is an instance, the at-sign character `@', and the unsigned hexadecimal representation of the hash code of the object. In other words, this method returns a string equal to the value of:

 getClass().getName() + '@' + Integer.toHexString(hashCode())
 

Returns
String a string representation of the object.

writeToParcel

added in API level 26
void writeToParcel (Parcel out, 
                int flags)

Flatten this object in to a Parcel.

Parameters
out Parcel: The Parcel in which the object should be written.

flags int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE.

This site uses cookies to store your preferences for site-specific language and display options.

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Follow Google Developers on WeChat

BERJAYA

Browse this site in ?

You requested a page in , but your language preference for this site is .

Would you like to change your language preference and browse this site in ? If you want to change your language preference later, use the language menu at the bottom of each page.

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.

Take a short survey?
Help us improve the Android developer experience.
(Sep 2017 survey)