◆ SSDPSearchSocketList() [1/3]
org.cybergarage.upnp.ssdp.SSDPSearchSocketList.SSDPSearchSocketList |
( |
| ) |
|
|
inline |
◆ SSDPSearchSocketList() [2/3]
org.cybergarage.upnp.ssdp.SSDPSearchSocketList.SSDPSearchSocketList |
( |
InetAddress[] | binds | ) |
|
|
inline |
- Parameters
-
binds | The IP address that we will used for bindind the service |
◆ SSDPSearchSocketList() [3/3]
org.cybergarage.upnp.ssdp.SSDPSearchSocketList.SSDPSearchSocketList |
( |
InetAddress[] | binds, |
|
|
int | port, |
|
|
String | multicastIPv4, |
|
|
String | multicastIPv6 ) |
|
inline |
- Parameters
-
binds | The IP address that we will used for bindind the service |
port | The port that we will used for bindind the service |
multicastIPv4 | The IPv4 address that we will used for multicast comunication |
multicastIPv6 | The IPv6 address that we will used for multicast comunication |
- Since
- 1.8
◆ addSearchListener()
void org.cybergarage.upnp.ssdp.SSDPSearchSocketList.addSearchListener |
( |
SearchListener | listener | ) |
|
|
inline |
◆ close()
void org.cybergarage.upnp.ssdp.SSDPSearchSocketList.close |
( |
| ) |
|
|
inline |
◆ getSSDPSearchSocket()
SSDPSearchSocket org.cybergarage.upnp.ssdp.SSDPSearchSocketList.getSSDPSearchSocket |
( |
int | n | ) |
|
|
inline |
◆ open()
boolean org.cybergarage.upnp.ssdp.SSDPSearchSocketList.open |
( |
| ) |
|
|
inline |
◆ start()
void org.cybergarage.upnp.ssdp.SSDPSearchSocketList.start |
( |
| ) |
|
|
inline |
◆ stop()
void org.cybergarage.upnp.ssdp.SSDPSearchSocketList.stop |
( |
| ) |
|
|
inline |
◆ binds
InetAddress [] org.cybergarage.upnp.ssdp.SSDPSearchSocketList.binds = null |
|
private |
◆ multicastIPv4
String org.cybergarage.upnp.ssdp.SSDPSearchSocketList.multicastIPv4 = SSDP.ADDRESS |
|
private |
◆ multicastIPv6
◆ port
int org.cybergarage.upnp.ssdp.SSDPSearchSocketList.port = SSDP.PORT |
|
private |
The documentation for this class was generated from the following file: