summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorChristopher Lane <lanechr@google.com>2014-03-17 16:35:45 -0700
committerChristopher Lane <lanechr@google.com>2014-04-14 14:10:36 -0700
commitb72d8b4091ab31948c91b0382a9b46afdc7ef7da (patch)
tree125c59db3c5aec4d261966861c708f428030bd2d /api
parenta5c8d586f6ceff252336f72c6e15efbf4785e794 (diff)
downloadframeworks_base-b72d8b4091ab31948c91b0382a9b46afdc7ef7da.zip
frameworks_base-b72d8b4091ab31948c91b0382a9b46afdc7ef7da.tar.gz
frameworks_base-b72d8b4091ab31948c91b0382a9b46afdc7ef7da.tar.bz2
Add support for custom TXT records in NSD
Change-Id: I8e6dc9852ad4d273c71ad6a63a7fbd28a206806d
Diffstat (limited to 'api')
-rw-r--r--api/current.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index f93ea06..ff84764 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -14415,10 +14415,13 @@ package android.net.nsd {
public final class NsdServiceInfo implements android.os.Parcelable {
ctor public NsdServiceInfo();
method public int describeContents();
+ method public java.util.Map<java.lang.String, byte[]> getAttributes();
method public java.net.InetAddress getHost();
method public int getPort();
method public java.lang.String getServiceName();
method public java.lang.String getServiceType();
+ method public void removeAttribute(java.lang.String);
+ method public void setAttribute(java.lang.String, java.lang.String);
method public void setHost(java.net.InetAddress);
method public void setPort(int);
method public void setServiceName(java.lang.String);