|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.upnp.basedriver.controller.impl.DriverControllerImpl
public class DriverControllerImpl
| Field Summary |
|---|
| Fields inherited from interface org.apache.felix.upnp.basedriver.controller.DriverController |
|---|
ALL_DEVICE, ROOT_DEVICE |
| Constructor Summary | |
|---|---|
DriverControllerImpl(MyCtrlPoint myCtrl)
|
|
| Method Summary | |
|---|---|
boolean |
getCyberDebug()
|
String |
getLocationURL(String udn)
Allow you to get the URL of the XML description of a device specified by UUID. |
int |
getLogLevel()
|
String |
getSCPDURL(String udn,
String serviceId)
Allow you to get the URL of the XML description of a service specified by the ServiceId and the UUID of the device that contains the service |
String |
resolveRelativeUrl(String udn,
String link)
Allow you to get the absolute URL of a link that is contained in a device. |
void |
search(String target)
forces the UPnP base driver to send an M-SEARCH message on the UPnP Networks, and refresh the device found by UPnP Base Driver |
void |
setCyberDebug(boolean b)
Set if the message of the UPnP Stack should be reported or not |
void |
setLogLevel(int n)
Set how much messages should be sent by UPnP Base Driver for debugging purpose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DriverControllerImpl(MyCtrlPoint myCtrl)
| Method Detail |
|---|
public void setLogLevel(int n)
DriverController
setLogLevel in interface DriverControllern - the level of log that you want to set (0-4)public int getLogLevel()
getLogLevel in interface DriverControllerpublic void setCyberDebug(boolean b)
DriverController
setCyberDebug in interface DriverControllerb - true if you want show messages from UPnP Stack false otherwisepublic boolean getCyberDebug()
getCyberDebug in interface DriverControllerpublic String getLocationURL(String udn)
DevicesInfo
getLocationURL in interface DevicesInfoudn - the UUID that identify a device
public String getSCPDURL(String udn,
String serviceId)
DevicesInfo
getSCPDURL in interface DevicesInfoudn - the UUID of the device that contain the serviceserviceId - the ServiceId of the service
public String resolveRelativeUrl(String udn,
String link)
DevicesInfo
resolveRelativeUrl in interface DevicesInfoudn - the UUID of the UPnP Devicelink - the relative link that you want to resolve
public void search(String target)
DriverController
search in interface DriverControllertarget - The SSDP string used for the search
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||