|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
upnp.ssdp.BrisaSSDPClient
public class BrisaSSDPClient
SSDP Client SSDP stack implementantion for UPnP control points. Create a new BrisaSSCPClient and call "start()" to connect to the multicast group and start listening to ssdp notification messages. When BrisaSSDPClient receives a notification message it emits "newDeviceEvent()" in case of "ssdp:alive" and "removedDeviceEvent" in case of "ssdp:byebye". Other ssdp messages will be ignored.
Constructor Summary | |
---|---|
BrisaSSDPClient(BrisaControlPoint bcp)
Constructor |
Method Summary | |
---|---|
boolean |
isRunning()
|
void |
start()
Start BRisa SSDP Client |
void |
stop()
Stop BRisa SSDP Client |
Methods inherited from class java.util.Observable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrisaSSDPClient(BrisaControlPoint bcp)
Method Detail |
---|
public void start()
public void stop()
public boolean isRunning()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |