- DENY_CONNECTION - Static variable in class com.xconns.peerdevicenet.Router.MsgId
 
- 
message id for denying peer's connection request.
 
- denyConnection(DeviceInfo, int) - Method in class com.xconns.peerdevicenet.RouterConnectionClient
 
- 
deny the connection request from a peer device and tell the reason.
 
- describeContents() - Method in class com.xconns.peerdevicenet.DeviceInfo
 
-  
 
- describeContents() - Method in class com.xconns.peerdevicenet.NetInfo
 
-  
 
- DEVICE_ADDR - Static variable in class com.xconns.peerdevicenet.Router.MsgKey
 
-  
 
- DEVICE_NAME - Static variable in class com.xconns.peerdevicenet.Router.MsgKey
 
-  
 
- DEVICE_PORT - Static variable in class com.xconns.peerdevicenet.Router.MsgKey
 
-  
 
- DeviceInfo - Class in com.xconns.peerdevicenet
 
- 
Info of a device in peer-peer network:
 its name, address and port number.
 
- DeviceInfo(Parcel) - Constructor for class com.xconns.peerdevicenet.DeviceInfo
 
-  
 
- DeviceInfo() - Constructor for class com.xconns.peerdevicenet.DeviceInfo
 
-  
 
- DeviceInfo(String, String, String) - Constructor for class com.xconns.peerdevicenet.DeviceInfo
 
-  
 
- DISCONNECT - Static variable in class com.xconns.peerdevicenet.Router.MsgId
 
- 
message id for request to disconnect a peer device.
 
- disconnect(DeviceInfo) - Method in class com.xconns.peerdevicenet.RouterConnectionClient
 
- 
disconnect a connected peer device.
 
- DISCONNECT_NETWORK - Static variable in class com.xconns.peerdevicenet.Router.MsgId
 
- 
message id to request disconnecting from a network
 
- DISCONNECTED - Static variable in class com.xconns.peerdevicenet.Router.MsgId
 
- 
message id to notify client that a peer disconnected.
 
- disconnectNetwork(NetInfo) - Method in class com.xconns.peerdevicenet.RouterConnectionClient
 
- 
disconnect from specified network.