Package org.cybergarage.upnp.ssdp
Class HTTPMUSocket
java.lang.Object
org.cybergarage.upnp.ssdp.HTTPMUSocket
- Direct Known Subclasses:
SSDPNotifySocket
,SSDPSearchSocket
public class HTTPMUSocket extends Object
-
Constructor Summary
Constructors Constructor Description HTTPMUSocket()
HTTPMUSocket(String addr, int port, String bindAddr)
-
Method Summary
Modifier and Type Method Description boolean
close()
protected void
finalize()
String
getLocalAddress()
int
getLocalPort()
String
getMulticastAddress()
InetAddress
getMulticastInetAddress()
int
getMulticastPort()
MulticastSocket
getSocket()
boolean
open(String addr, int port, String bindAddr)
boolean
open(String addr, int port, InetAddress 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)
-
Constructor Details
-
HTTPMUSocket
public HTTPMUSocket() -
HTTPMUSocket
-
-
Method Details
-
finalize
protected void finalize() -
getLocalAddress
-
getMulticastPort
public int getMulticastPort()- Returns:
- the destination port for multicast packet
- Since:
- 1.8
-
getLocalPort
public int getLocalPort()- Returns:
- the source port for multicast packet
- Since:
- 1.8
-
getSocket
- Returns:
- the opened
MulticastSocket
- Since:
- 1.8
-
getMulticastInetAddress
-
getMulticastAddress
-
open
- Parameters:
addr
-String
rappresenting the multicast hostname to join into.port
- int rappresenting the port to be use poth as source and destinationbindAddr
-InetAddress
which identify the hostname of the interface to use for sending and recieving multicast packet
-
open
-
close
public boolean close() -
send
-
send
-
post
-
post
-
receive
- Throws:
IOException
-