|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.washington.cs.supple.net.mdns.MDNSDirectoryProtocol
MDNSProtocol discovers apps locally using MDNS
| Field Summary | |
static java.lang.String |
MDNS_ROOT
|
| Constructor Summary | |
MDNSDirectoryProtocol()
|
|
| Method Summary | |
boolean |
hasRoots()
Return true if the directory protocol has a notion of a root url(s). |
DirectoryEntry[] |
list(java.lang.String url)
Get a list of applications associated with a specified url |
DirectoryEntry[] |
listRoots()
List the protocol's root urls (if any). |
void |
open(java.lang.String url,
Renderer renderer)
Open an application using the specified url and target renderer. |
Solver |
openSolver(java.lang.String url)
Access a remote solver. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String MDNS_ROOT
| Constructor Detail |
public MDNSDirectoryProtocol()
| Method Detail |
public void open(java.lang.String url,
Renderer renderer)
throws java.lang.Exception
DirectoryProtocol
open in interface DirectoryProtocolurl - renderer -
java.lang.Exception
public DirectoryEntry[] list(java.lang.String url)
throws java.lang.Exception
DirectoryProtocol
list in interface DirectoryProtocolurl -
java.lang.Exceptionpublic boolean hasRoots()
DirectoryProtocol
hasRoots in interface DirectoryProtocolpublic DirectoryEntry[] listRoots()
DirectoryProtocol
listRoots in interface DirectoryProtocol
public Solver openSolver(java.lang.String url)
throws java.lang.Exception
DirectoryProtocol
openSolver in interface DirectoryProtocoljava.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||