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