to top
Android APIs
public class

WifiP2pUpnpServiceRequest

extends WifiP2pServiceRequest
java.lang.Object
   ↳ android.net.wifi.p2p.nsd.WifiP2pServiceRequest
     ↳ android.net.wifi.p2p.nsd.WifiP2pUpnpServiceRequest

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods

? Examples
static WifiP2pUpnpServiceRequest newInstance( String st)
Create a service discovery request to search specified UPnP services.

? Examples
static WifiP2pUpnpServiceRequest newInstance()
Create a service discovery request to search all UPnP services.
[Expand]
Inherited Methods
From class android.net.wifi.p2p.nsd.WifiP2pServiceRequest
From class java.lang.Object
From interface android.os.Parcelable

Public Methods

public static WifiP2pUpnpServiceRequest newInstance (String st)

Added in API level 16

Create a service discovery request to search specified UPnP services.

Parameters
st ssdp search target. Cannot be null.
e.g )
  • "ssdp:all"
  • "upnp:rootdevice"
  • "urn:schemas-upnp-org:device:MediaServer:2"
  • "urn:schemas-upnp-org:service:ContentDirectory:2"
  • "uuid:6859dede-8574-59ab-9332-123456789012"
Returns
  • service request for UPnP.

public static WifiP2pUpnpServiceRequest newInstance ()

Added in API level 16

Create a service discovery request to search all UPnP services.

Returns
  • service request for UPnP.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.