org.cybergarage.upnp.ssdp
public class HTTPMUSocket extends Object
Constructor and Description |
---|
HTTPMUSocket() |
HTTPMUSocket(String addr,
int port,
String bindAddr) |
Modifier and Type | Method and Description |
---|---|
boolean |
close() |
protected void |
finalize() |
String |
getLocalAddress() |
String |
getMulticastAddress() |
InetAddress |
getMulticastInetAddress() |
boolean |
open(String addr,
int port,
String bindAddr) |
boolean |
post(HTTPRequest req) |
boolean |
post(HTTPRequest req,
String bindAddr,
int bindPort) |
SSDPPacket |
receive() |
boolean |
send(String msg) |
boolean |
send(String msg,
String bindAddr,
int bindPort) |
public String getLocalAddress()
public InetAddress getMulticastInetAddress()
public String getMulticastAddress()
public boolean close()
public boolean send(String msg)
public boolean post(HTTPRequest req, String bindAddr, int bindPort)
public boolean post(HTTPRequest req)
public SSDPPacket receive()