Uses of Class
org.cybergarage.upnp.Service
Packages that use Service
-
Uses of Service in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return ServiceModifier and TypeMethodDescriptionAction.getService()
Argument.getService()
Device.getService
(String name) ServiceList.getService
(int n) StateVariable.getService()
Device.getServiceByControlURL
(String searchUrl) Device.getServiceByEventSubURL
(String searchUrl) Device.getServiceBySCPDURL
(String searchUrl) ControlPoint.getSubscriberService
(String uuid) Device.getSubscriberService
(String uuid) Methods in org.cybergarage.upnp with parameters of type ServiceModifier and TypeMethodDescriptionvoid
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
boolean
boolean
boolean
boolean
ControlPoint.unsubscribe
(Service service) -
Uses of Service in org.cybergarage.upnp.control
Methods in org.cybergarage.upnp.control with parameters of type Service -
Uses of Service in org.cybergarage.upnp.event
Methods in org.cybergarage.upnp.event with parameters of type ServiceModifier and TypeMethodDescriptionvoid
SubscriptionRequest.setRenewRequest
(Service service, String uuid, long timeout) void
SubscriptionRequest.setSubscribeRequest
(Service service, String callback, long timeout) void
SubscriptionRequest.setUnsubscribeRequest
(Service service)