Package | Description |
---|---|
org.cybergarage.upnp | |
org.cybergarage.upnp.control | |
org.cybergarage.upnp.event |
Modifier and Type | Method | Description |
---|---|---|
Service |
Action.getService() |
|
Service |
Argument.getService() |
|
Service |
Device.getService(String name) |
|
Service |
ServiceList.getService(int n) |
|
Service |
StateVariable.getService() |
|
Service |
Device.getServiceByControlURL(String searchUrl) |
|
Service |
Device.getServiceByEventSubURL(String searchUrl) |
|
Service |
Device.getServiceBySCPDURL(String searchUrl) |
|
Service |
ControlPoint.getSubscriberService(String uuid) |
|
Service |
Device.getSubscriberService(String uuid) |
Modifier and Type | Method | 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 | Description |
---|---|---|
protected void |
ControlRequest.setRequestHost(Service service) |
Modifier and Type | Method | Description |
---|---|---|
void |
SubscriptionRequest.setRenewRequest(Service service,
String uuid,
long timeout) |
|
void |
SubscriptionRequest.setSubscribeRequest(Service service,
String callback,
long timeout) |
|
void |
SubscriptionRequest.setUnsubscribeRequest(Service service) |