Uses of Class
org.cybergarage.upnp.Service
Package | Description |
---|---|
org.cybergarage.upnp | |
org.cybergarage.upnp.control | |
org.cybergarage.upnp.event |
-
Uses of Service in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return Service 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)
Methods in org.cybergarage.upnp with parameters of type Service Modifier and Type Method Description void
Device. addService(Service s)
Add a Service to device without checking for duplicate or syntax errorboolean
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)
-
Uses of Service in org.cybergarage.upnp.control
Methods in org.cybergarage.upnp.control with parameters of type Service Modifier and Type Method Description protected void
ControlRequest. setRequestHost(Service service)
-
Uses of Service in org.cybergarage.upnp.event
Methods in org.cybergarage.upnp.event with parameters of type 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)