Verwendungen von Klasse
org.jupnp.model.types.ServiceType
Packages, die ServiceType verwenden
Package
Beschreibung
-
Verwendungen von ServiceType in org.jupnp
Methoden in org.jupnp, die ServiceType zurückgebenModifizierer und TypMethodeBeschreibungDefaultUpnpServiceConfiguration.getExclusiveServiceTypes()OSGiUpnpServiceConfiguration.getExclusiveServiceTypes()UpnpServiceConfiguration.getExclusiveServiceTypes()Returns service types that can be handled by this UPnP stack, all others will be ignored. -
Verwendungen von ServiceType in org.jupnp.binding
Methoden in org.jupnp.binding mit Parametern vom Typ ServiceTypeModifizierer und TypMethodeBeschreibungLocalServiceBinder.read(Class<?> clazz, ServiceId id, ServiceType type, boolean supportsQueryStateVariables, Class[] stringConvertibleTypes) -
Verwendungen von ServiceType in org.jupnp.binding.annotations
Methoden in org.jupnp.binding.annotations mit Parametern vom Typ ServiceTypeModifizierer und TypMethodeBeschreibungAnnotationLocalServiceBinder.read(Class<?> clazz, ServiceId id, ServiceType type, boolean supportsQueryStateVariables, Class[] stringConvertibleTypes) AnnotationLocalServiceBinder.read(Class<?> clazz, ServiceId id, ServiceType type, boolean supportsQueryStateVariables, Set<Class> stringConvertibleTypes) -
Verwendungen von ServiceType in org.jupnp.binding.staging
Felder in org.jupnp.binding.staging, die deklariert sind als ServiceType -
Verwendungen von ServiceType in org.jupnp.model.message.discovery
Konstruktoren in org.jupnp.model.message.discovery mit Parametern vom Typ ServiceTypeModifiziererKonstruktorBeschreibungOutgoingNotificationRequestServiceType(Location location, LocalDevice device, NotificationSubtype type, ServiceType serviceType) OutgoingSearchResponseServiceType(IncomingDatagramMessage request, Location location, LocalDevice device, ServiceType serviceType) -
Verwendungen von ServiceType in org.jupnp.model.message.header
Konstruktoren in org.jupnp.model.message.header mit Parametern vom Typ ServiceTypeModifiziererKonstruktorBeschreibungServiceTypeHeader(ServiceType value) ServiceUSNHeader(UDN udn, ServiceType serviceType) -
Verwendungen von ServiceType in org.jupnp.model.meta
Methoden in org.jupnp.model.meta, die ServiceType zurückgebenMethoden in org.jupnp.model.meta mit Parametern vom Typ ServiceTypeModifizierer und TypMethodeBeschreibungprotected Collection<D> Device.find(ServiceType serviceType, D current) D[]Device.findDevices(ServiceType serviceType) Device.findService(ServiceType serviceType) S[]Device.findServices(ServiceType serviceType) protected Collection<S> Device.findServices(ServiceType serviceType, ServiceId serviceId, D current) abstract SDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<S>[] actions, StateVariable<S>[] stateVariables) LocalDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<LocalService>[] actions, StateVariable<LocalService>[] stateVariables) RemoteDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<RemoteService>[] actions, StateVariable<RemoteService>[] stateVariables) Konstruktoren in org.jupnp.model.meta mit Parametern vom Typ ServiceTypeModifiziererKonstruktorBeschreibungLocalService(ServiceType serviceType, ServiceId serviceId, Map<Action, ActionExecutor> actionExecutors, Map<StateVariable, StateVariableAccessor> stateVariableAccessors, Set<Class> stringConvertibleTypes, boolean supportsQueryStateVariables) LocalService(ServiceType serviceType, ServiceId serviceId, Action[] actions, StateVariable[] stateVariables) RemoteService(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI) RemoteService(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<RemoteService>[] actions, StateVariable<RemoteService>[] stateVariables) protectedService(ServiceType serviceType, ServiceId serviceId) protectedService(ServiceType serviceType, ServiceId serviceId, Action<S>[] actions, StateVariable<S>[] stateVariables) -
Verwendungen von ServiceType in org.jupnp.model.types
Unterklassen von ServiceType in org.jupnp.model.typesModifizierer und TypKlasseBeschreibungclassService type with a fixedschemas-upnp-orgnamespace.Methoden in org.jupnp.model.types, die ServiceType zurückgebenModifizierer und TypMethodeBeschreibungNamedServiceType.getServiceType()SoapActionType.getServiceType()static ServiceTypeMethoden in org.jupnp.model.types mit Parametern vom Typ ServiceTypeKonstruktoren in org.jupnp.model.types mit Parametern vom Typ ServiceTypeModifiziererKonstruktorBeschreibungNamedServiceType(UDN udn, ServiceType serviceType) SoapActionType(ServiceType serviceType, String actionName) -
Verwendungen von ServiceType in org.jupnp.protocol.async
Methoden in org.jupnp.protocol.async mit Parametern vom Typ ServiceTypeModifizierer und TypMethodeBeschreibungprotected voidReceivingSearch.sendSearchResponseServiceType(ServiceType serviceType, NetworkAddress activeStreamServer) -
Verwendungen von ServiceType in org.jupnp.registry
Methoden in org.jupnp.registry mit Parametern vom Typ ServiceTypeModifizierer und TypMethodeBeschreibungRegistry.getDevices(ServiceType serviceType) RegistryImpl.getDevices(ServiceType serviceType)