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 TypeMethodDescriptionvoidDevice.addService(Service s) Add a Service to device without checking for duplicate or syntax errorbooleanControlPoint.isSubscribed(Service service) (package private) voidAction.setService(Service s) (package private) voidArgument.setService(Service s) booleanbooleanbooleanbooleanbooleanControlPoint.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 TypeMethodDescriptionvoidSubscriptionRequest.setRenewRequest(Service service, String uuid, long timeout) voidSubscriptionRequest.setSubscribeRequest(Service service, String callback, long timeout) voidSubscriptionRequest.setUnsubscribeRequest(Service service)