Result of a DNS-SD resolution request, encapsulating the resolved DNS-SD service info.
Inherited Constant Summary
Public Method Summary
| static ResolveServiceResult | |
| boolean | |
| DnsSdServiceInfo | 
                  
                  getServiceInfo()
                   
                    Returns the  
                    DnsSdServiceInfothat was resolved. | 
| int | 
                  
                  hashCode()
                 | 
| String | 
                  
                  toString()
                 | 
| void | 
                  
                  writeToParcel(Parcel dest, int
                  flags)
                 | 
Inherited Method Summary
Public Methods
public static ResolveServiceResult create (DnsSdServiceInfo serviceInfo)
Returns a 
            ResolveServiceResult for the given serviceInfo.
Throws
| NullPointerException | if serviceInfois null | 
|---|
public boolean equals (Object o)
public DnsSdServiceInfo getServiceInfo ()
Returns the 
            DnsSdServiceInfo that was resolved.