Package | Description |
---|---|
org.cybergarage.upnp | |
org.cybergarage.upnp.control | |
org.cybergarage.upnp.event |
Modifier and Type | Method and Description |
---|---|
Service |
Action.getService() |
Service |
Argument.getService() |
Service |
StateVariable.getService() |
Service |
ServiceList.getService(int n) |
Service |
Device.getService(String name) |
Service |
Device.getServiceByControlURL(String searchUrl) |
Service |
Device.getServiceByEventSubURL(String searchUrl) |
Service |
Device.getServiceBySCPDURL(String searchUrl) |
Service |
Device.getSubscriberService(String uuid) |
Service |
ControlPoint.getSubscriberService(String uuid) |
Modifier and Type | Method and Description |
---|---|
void |
Device.addService(Service s)
Add a Service to device without checking for duplicate or syntax error
|
boolean |
ControlPoint.isSubscribed(Service service) |
(package private) void |
Action.setService(Service s) |
(package private) void |
Argument.setService(Service s) |
boolean |
ControlPoint.subscribe(Service service) |
boolean |
ControlPoint.subscribe(Service service,
long timeout) |
boolean |
ControlPoint.subscribe(Service service,
String uuid) |
boolean |
ControlPoint.subscribe(Service service,
String uuid,
long timeout) |
boolean |
ControlPoint.unsubscribe(Service service) |
Modifier and Type | Method and Description |
---|---|
protected void |
ControlRequest.setRequestHost(Service service) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionRequest.setRenewRequest(Service service,
String uuid,
long timeout) |
void |
SubscriptionRequest.setSubscribeRequest(Service service,
String callback,
long timeout) |
void |
SubscriptionRequest.setUnsubscribeRequest(Service service) |