android.content
Class IntentFilter.AuthorityEntry

java.lang.Object
  extended by android.content.IntentFilter.AuthorityEntry
Enclosing class:
IntentFilter

public static final class IntentFilter.AuthorityEntry
extends Object


Constructor Summary
IntentFilter.AuthorityEntry(String host, String port)
           
 
Method Summary
 String getHost()
           
 int getPort()
           
 int match(Uri data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntentFilter.AuthorityEntry

public IntentFilter.AuthorityEntry(String host,
                                   String port)
Method Detail

getHost

public String getHost()

getPort

public int getPort()

match

public int match(Uri data)


Copyright © 2008-2012. All Rights Reserved.