cybergarage-upnp
org.cybergarage.upnp.ssdp.SSDPSearchSocketList Class Reference
Inheritance diagram for org.cybergarage.upnp.ssdp.SSDPSearchSocketList:

Public Member Functions

 SSDPSearchSocketList ()
 
 SSDPSearchSocketList (InetAddress[] binds)
 
 SSDPSearchSocketList (InetAddress[] binds, int port, String multicastIPv4, String multicastIPv6)
 
SSDPSearchSocket getSSDPSearchSocket (int n)
 
void addSearchListener (SearchListener listener)
 
boolean open ()
 
void close ()
 
void start ()
 
void stop ()
 

Private Attributes

InetAddress[] binds = null
 
String multicastIPv4 = SSDP.ADDRESS
 
String multicastIPv6 = SSDP.getIPv6Address()
 
int port = SSDP.PORT
 

Constructor & Destructor Documentation

◆ SSDPSearchSocketList() [1/3]

org.cybergarage.upnp.ssdp.SSDPSearchSocketList.SSDPSearchSocketList ( )
inline

◆ SSDPSearchSocketList() [2/3]

org.cybergarage.upnp.ssdp.SSDPSearchSocketList.SSDPSearchSocketList ( InetAddress[] binds)
inline
Parameters
bindsThe 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
bindsThe IP address that we will used for bindind the service
portThe port that we will used for bindind the service
multicastIPv4The IPv4 address that we will used for multicast comunication
multicastIPv6The IPv6 address that we will used for multicast comunication
Since
1.8

Member Function Documentation

◆ 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

Field Documentation

◆ binds

InetAddress [] org.cybergarage.upnp.ssdp.SSDPSearchSocketList.binds = null
private

◆ multicastIPv4

String org.cybergarage.upnp.ssdp.SSDPSearchSocketList.multicastIPv4 = SSDP.ADDRESS
private

◆ multicastIPv6

String org.cybergarage.upnp.ssdp.SSDPSearchSocketList.multicastIPv6 = SSDP.getIPv6Address()
private

◆ port

int org.cybergarage.upnp.ssdp.SSDPSearchSocketList.port = SSDP.PORT
private

The documentation for this class was generated from the following file: