Uses of Class
common.ConnectivityInfo

Packages that use ConnectivityInfo
common   
network   
 

Uses of ConnectivityInfo in common
 

Fields in common declared as ConnectivityInfo
 ConnectivityInfo Device.address
          The device's connectivity information: IP address and port.
 

Uses of ConnectivityInfo in network
 

Fields in network declared as ConnectivityInfo
 ConnectivityInfo DiscoveryServiceRequest.connectivityInfo
          It is used only when publishing a device, otherwise is null.
 

Methods in network with parameters of type ConnectivityInfo
abstract  void Communication.sendData(Object data, ConnectivityInfo destination)
          Sends data over the network to the IP address and port given by the destination, first encrypting it.