public class SSDPNotifySocket extends HTTPMUSocket implements Runnable
| Constructor and Description |
|---|
SSDPNotifySocket(String bindAddr) |
| Modifier and Type | Method and Description |
|---|---|
ControlPoint |
getControlPoint() |
boolean |
post(SSDPNotifyRequest req)
This method send a
SSDPNotifyRequest over SSDPNotifySocket |
void |
run() |
void |
setControlPoint(ControlPoint ctrlp) |
void |
start() |
void |
stop() |
close, finalize, getLocalAddress, getLocalPort, getMulticastAddress, getMulticastInetAddress, getMulticastPort, getSocket, open, open, post, post, receive, send, sendpublic SSDPNotifySocket(String bindAddr)
public void setControlPoint(ControlPoint ctrlp)
public ControlPoint getControlPoint()
public boolean post(SSDPNotifyRequest req)
SSDPNotifyRequest over SSDPNotifySocketreq - the SSDPNotifyRequest to sendpublic void start()
public void stop()