Runnable
public class SSDPNotifySocket extends HTTPMUSocket implements Runnable
Constructor | Description |
---|---|
SSDPNotifySocket(String bindAddr) |
Modifier and Type | Method | 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, send
public SSDPNotifySocket(String bindAddr)
public void setControlPoint(ControlPoint ctrlp)
public ControlPoint getControlPoint()
public boolean post(SSDPNotifyRequest req)
SSDPNotifyRequest
over SSDPNotifySocket
req
- the SSDPNotifyRequest
to sendpublic void start()
public void stop()