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

Public Member Functions

 SSDPSearchResponseSocket ()
 
 SSDPSearchResponseSocket (String bindAddr, int port) throws BindException
 
void setControlPoint (ControlPoint ctrlp)
 
ControlPoint getControlPoint ()
 
void run ()
 
void start ()
 
void stop ()
 
boolean post (String addr, int port, SSDPSearchResponse res)
 
boolean post (String addr, int port, SSDPSearchRequest req)
 
- Public Member Functions inherited from org.cybergarage.upnp.ssdp.HTTPUSocket
DatagramSocket getDatagramSocket ()
 
 HTTPUSocket ()
 
 HTTPUSocket (String bindAddr, int bindPort) throws BindException
 
 HTTPUSocket (int bindPort)
 
void setLocalAddress (String addr)
 
DatagramSocket getUDPSocket ()
 
String getLocalAddress ()
 
boolean open ()
 
boolean open (String bindAddr, int bindPort) throws BindException
 
boolean open (int bindPort)
 
boolean close ()
 
boolean post (String addr, int port, String msg)
 
SSDPPacket receive ()
 

Private Attributes

ControlPoint controlPoint = null
 
Thread deviceSearchResponseThread = null
 

Additional Inherited Members

- Protected Member Functions inherited from org.cybergarage.upnp.ssdp.HTTPUSocket
void finalize ()
 

Constructor & Destructor Documentation

◆ SSDPSearchResponseSocket() [1/2]

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

◆ SSDPSearchResponseSocket() [2/2]

org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.SSDPSearchResponseSocket ( String bindAddr,
int port ) throws BindException
inline

Member Function Documentation

◆ getControlPoint()

ControlPoint org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.getControlPoint ( )
inline

◆ post() [1/2]

boolean org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.post ( String addr,
int port,
SSDPSearchRequest req )
inline

◆ post() [2/2]

boolean org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.post ( String addr,
int port,
SSDPSearchResponse res )
inline

◆ run()

void org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.run ( )
inline

◆ setControlPoint()

void org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.setControlPoint ( ControlPoint ctrlp)
inline

◆ start()

void org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.start ( )
inline

◆ stop()

void org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.stop ( )
inline

Field Documentation

◆ controlPoint

ControlPoint org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.controlPoint = null
private

◆ deviceSearchResponseThread

Thread org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.deviceSearchResponseThread = null
private

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