Uses of Class
org.somda.sdc.dpws.client.DiscoveredDevice
Packages that use DiscoveredDevice
Package
Description
Client implementation of DPWS.
Events that are sent by the client package.
Helper classes to support the DPWS client implementation.
-
Uses of DiscoveredDevice in org.somda.sdc.dpws.client
Methods in org.somda.sdc.dpws.client that return types with arguments of type DiscoveredDeviceModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<DiscoveredDevice>Resolves physical addresses (XAddrs) of a device.com.google.common.util.concurrent.ListenableFuture<DiscoveredDevice>Methods in org.somda.sdc.dpws.client with parameters of type DiscoveredDeviceModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>Client.connect(DiscoveredDevice discoveredDevice) Connects to a hosting service by usingDiscoveredDevice.com.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>ClientImpl.connect(DiscoveredDevice discoveredDevice) -
Uses of DiscoveredDevice in org.somda.sdc.dpws.client.event
Constructors in org.somda.sdc.dpws.client.event with parameters of type DiscoveredDeviceModifierConstructorDescriptionDeviceEnteredMessage(DiscoveredDevice payload) ProbedDeviceFoundMessage(DiscoveredDevice payload, String discoveryId) -
Uses of DiscoveredDevice in org.somda.sdc.dpws.client.helper
Methods in org.somda.sdc.dpws.client.helper that return types with arguments of type DiscoveredDeviceModifier and TypeMethodDescriptionDiscoveredDeviceResolver.resolve(HelloMessage helloMessage) Take a hello message to resolveDiscoveredDeviceobject.DiscoveredDeviceResolver.resolve(ProbeMatchesMessage probeMatchesMessage) Take a probe matches message to resolveDiscoveredDeviceobject.Methods in org.somda.sdc.dpws.client.helper with parameters of type DiscoveredDeviceModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>HostingServiceResolver.resolveHostingService(DiscoveredDevice discoveredDevice) Resolve hosting service and hosted service information.