| Modifier and Type | Method and Description |
|---|---|
ServiceType[] |
DefaultUpnpServiceConfiguration.getExclusiveServiceTypes() |
ServiceType[] |
OSGiUpnpServiceConfiguration.getExclusiveServiceTypes() |
ServiceType[] |
UpnpServiceConfiguration.getExclusiveServiceTypes()
Returns service types that can be handled by this UPnP stack, all others will be ignored.
|
| Modifier and Type | Method and Description |
|---|---|
LocalService |
LocalServiceBinder.read(Class<?> clazz,
ServiceId id,
ServiceType type,
boolean supportsQueryStateVariables,
Class[] stringConvertibleTypes) |
| Modifier and Type | Method and Description |
|---|---|
LocalService |
AnnotationLocalServiceBinder.read(Class<?> clazz,
ServiceId id,
ServiceType type,
boolean supportsQueryStateVariables,
Class[] stringConvertibleTypes) |
LocalService |
AnnotationLocalServiceBinder.read(Class<?> clazz,
ServiceId id,
ServiceType type,
boolean supportsQueryStateVariables,
Set<Class> stringConvertibleTypes) |
| Modifier and Type | Field and Description |
|---|---|
ServiceType |
MutableService.serviceType |
| Constructor and Description |
|---|
OutgoingNotificationRequestServiceType(Location location,
LocalDevice device,
NotificationSubtype type,
ServiceType serviceType) |
OutgoingSearchResponseServiceType(IncomingDatagramMessage request,
Location location,
LocalDevice device,
ServiceType serviceType) |
| Constructor and Description |
|---|
ServiceTypeHeader(ServiceType value) |
ServiceUSNHeader(UDN udn,
ServiceType serviceType) |
| Modifier and Type | Method and Description |
|---|---|
ServiceType[] |
Device.findServiceTypes() |
ServiceType |
Service.getServiceType() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<D> |
Device.find(ServiceType serviceType,
D current) |
D[] |
Device.findDevices(ServiceType serviceType) |
S |
Device.findService(ServiceType serviceType) |
S[] |
Device.findServices(ServiceType serviceType) |
protected Collection<S> |
Device.findServices(ServiceType serviceType,
ServiceId serviceId,
D current) |
LocalService |
LocalDevice.newInstance(ServiceType serviceType,
ServiceId serviceId,
URI descriptorURI,
URI controlURI,
URI eventSubscriptionURI,
Action<LocalService>[] actions,
StateVariable<LocalService>[] stateVariables) |
RemoteService |
RemoteDevice.newInstance(ServiceType serviceType,
ServiceId serviceId,
URI descriptorURI,
URI controlURI,
URI eventSubscriptionURI,
Action<RemoteService>[] actions,
StateVariable<RemoteService>[] stateVariables) |
abstract S |
Device.newInstance(ServiceType serviceType,
ServiceId serviceId,
URI descriptorURI,
URI controlURI,
URI eventSubscriptionURI,
Action<S>[] actions,
StateVariable<S>[] stateVariables) |
| Constructor and Description |
|---|
LocalService(ServiceType serviceType,
ServiceId serviceId,
Action[] actions,
StateVariable[] stateVariables) |
LocalService(ServiceType serviceType,
ServiceId serviceId,
Map<Action,ActionExecutor> actionExecutors,
Map<StateVariable,StateVariableAccessor> stateVariableAccessors,
Set<Class> stringConvertibleTypes,
boolean supportsQueryStateVariables) |
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) |
Service(ServiceType serviceType,
ServiceId serviceId) |
Service(ServiceType serviceType,
ServiceId serviceId,
Action<S>[] actions,
StateVariable<S>[] stateVariables) |
| Modifier and Type | Class and Description |
|---|---|
class |
UDAServiceType
Service type with a fixed
schemas-upnp-org namespace. |
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
SoapActionType.getServiceType() |
ServiceType |
NamedServiceType.getServiceType() |
static ServiceType |
ServiceType.valueOf(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceType.implementsVersion(ServiceType that) |
| Constructor and Description |
|---|
NamedServiceType(UDN udn,
ServiceType serviceType) |
SoapActionType(ServiceType serviceType,
String actionName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReceivingSearch.sendSearchResponseServiceType(ServiceType serviceType,
NetworkAddress activeStreamServer) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Device> |
Registry.getDevices(ServiceType serviceType) |
Collection<Device> |
RegistryImpl.getDevices(ServiceType serviceType) |
Copyright © 2023 jUPnP.org. All rights reserved.