Uses of Class
org.somda.sdc.dpws.client.DiscoveredDevice
-
Packages that use DiscoveredDevice Package Description org.somda.sdc.dpws.client Client implementation of DPWS.org.somda.sdc.dpws.client.event Events that are sent by the client package.org.somda.sdc.dpws.client.helper 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 DiscoveredDevice Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DiscoveredDevice>Client. resolve(String eprAddress)Resolves physical addresses (XAddrs) of a device.com.google.common.util.concurrent.ListenableFuture<DiscoveredDevice>ClientImpl. resolve(String eprAddress)Methods in org.somda.sdc.dpws.client with parameters of type DiscoveredDevice Modifier and Type Method Description com.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 DiscoveredDevice Constructor Description DeviceEnteredMessage(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 DiscoveredDevice Modifier and Type Method Description Optional<DiscoveredDevice>DiscoveredDeviceResolver. resolve(HelloMessage helloMessage)Take a hello message to resolveDiscoveredDeviceobject.Optional<DiscoveredDevice>DiscoveredDeviceResolver. resolve(ProbeMatchesMessage probeMatchesMessage)Take a probe matches message to resolveDiscoveredDeviceobject.Methods in org.somda.sdc.dpws.client.helper with parameters of type DiscoveredDevice Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>HostingServiceResolver. resolveHostingService(DiscoveredDevice discoveredDevice)Resolve hosting service and hosted service information.
-