Skip navigation links
A B C D E F G H I J L M N O P R S T U W 

A

ACCEPT_CONNECTION - Static variable in class com.xconns.peerdevicenet.Router.MsgId
message id for accepting a peer's connection request.
acceptConnection(DeviceInfo) - Method in class com.xconns.peerdevicenet.RouterConnectionClient
accept the connection request from a peer device.
ACTION - Static variable in class com.xconns.peerdevicenet.Router.MsgKey
 
ACTION_ACCEPT_CONNECTION - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for accepting a peer's connection request.
ACTION_ACTIVATE_NETWORK - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for request and reply to activate a network for use to discover and connect peer devices.
ACTION_CONNECT - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for request to connect to a peer device.
ACTION_CONNECT_NETWORK - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for connecting to a network
ACTION_CONNECTED - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client that a peer connected.
ACTION_CONNECTING - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client that a peer device is trying to connect.
ACTION_CONNECTION_FAILED - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client that connection to peer failed.
ACTION_CONNECTION_MANAGEMENT - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to bring up external ConnectionManager apps.
ACTION_CONNECTION_SERVICE - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to allow client bind to ConnectionService.
ACTION_CONNECTION_SETTINGS - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to bring up external ConnectionSettings apps.
ACTION_CONNECTOR - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to bring up external Connector apps.
ACTION_DENY_CONNECTION - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for denying peer's connection request.
ACTION_DISCONNECT - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for request to disconnect a peer device.
ACTION_DISCONNECT_NETWORK - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for disconnecting a network
ACTION_DISCONNECTED - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client that a peer disconnected.
ACTION_ERROR - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for Router to return error messages to clients.
ACTION_GET_ACTIVE_NETWORK - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for request and reply info of the network currently used to discover and connect peer devices.
ACTION_GET_CONNECTED_PEERS - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for request and reply to get connected peer device info.
ACTION_GET_CONNECTION_INFO - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action names for request and reply of connection related info at ConnectionService.
ACTION_GET_DEVICE_INFO - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action names for request and reply of my device info at ConnectionService.
ACTION_GET_NETWORKS - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for request and reply info of networks currently attached to device.
ACTION_GROUP_SERVICE - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to allow client bind to GroupService.
ACTION_JOIN_GROUP - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for request to join a group
ACTION_LEAVE_GROUP - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for request to leave a group
ACTION_MESSENGER_SERVICE - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to allow clients bind to Messenger service.
ACTION_NETWORK_CONNECTED - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify clients device is attached to a new network.
ACTION_NETWORK_CONNECTING - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify clients that is connecting to a network
ACTION_NETWORK_CONNECTION_FAILED - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client that a connect attempt to network failed
ACTION_NETWORK_DISCONNECTED - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify clients device is detached from a network.
ACTION_PEER_JOIN - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client a peer device joined group.
ACTION_PEER_LEAVE - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client a peer device left group.
ACTION_RECV_MSG - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client to receive a message from peers.
ACTION_REMOTE_INTENT_SERVICE - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to bind to remote intent service
ACTION_ROUTER_CLEAR - Static variable in class com.xconns.peerdevicenet.Router.Intent
notify other components that Router services are reset.
ACTION_ROUTER_DOWN - Static variable in class com.xconns.peerdevicenet.Router.Intent
notify other components that Router service shuts down.
ACTION_ROUTER_RESET - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to request a Router reset; all active peer connection will be disconnected; other components in system can watch for this intent and do their cleanup accordingly.
ACTION_ROUTER_SHUTDOWN - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to request Router shutdown.
ACTION_ROUTER_STARTUP - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for starting up Router services.
ACTION_ROUTER_UP - Static variable in class com.xconns.peerdevicenet.Router.Intent
notify other components in system that Router services is up and ready; they can start their startup process.
ACTION_SEARCH_COMPLETE - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify clients that search session completed, either because search session time out or client stoped search explicitly.
ACTION_SEARCH_FOUND_DEVICE - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client that new device found during search.
ACTION_SEARCH_START - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client the search session started.
ACTION_SELF_JOIN - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client it has successfully joined a group.
ACTION_SELF_LEAVE - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to notify client it has left a group.
ACTION_SEND_MSG - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name to send a message to peers.
ACTION_SEND_REMOTE_BROADCAST - Static variable in class com.xconns.peerdevicenet.Router.Intent
 
ACTION_SERVICE - Static variable in class com.xconns.peerdevicenet.Router.Intent
generic intent action name for Router services
ACTION_SET_CONNECTION_INFO - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action names for request and reply of setting connection related info in ConnectionService.
ACTION_START_REMOTE_ACTIVITY - Static variable in class com.xconns.peerdevicenet.Router.Intent
 
ACTION_START_REMOTE_ACTIVITY_FOR_RESULT - Static variable in class com.xconns.peerdevicenet.Router.Intent
 
ACTION_START_REMOTE_SERVICE - Static variable in class com.xconns.peerdevicenet.Router.Intent
 
ACTION_START_SEARCH - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for request to start a new peer search session.
ACTION_STOP_SEARCH - Static variable in class com.xconns.peerdevicenet.Router.Intent
intent action name for request to stop current active peer search session.
ACTIVATE_NETWORK - Static variable in class com.xconns.peerdevicenet.Router.MsgId
message id for request and reply to activate a network for use to discover and connect peer devices.
activateNetwork(NetInfo) - Method in class com.xconns.peerdevicenet.RouterConnectionClient
choose network as the network used to connect peer devices hereafter.
addr - Variable in class com.xconns.peerdevicenet.DeviceInfo
Device's address in peer-peer network.
addr - Variable in class com.xconns.peerdevicenet.NetInfo
device's addr at this network.
AUTHENTICATION_TOKEN - Static variable in class com.xconns.peerdevicenet.Router.MsgKey
 
A B C D E F G H I J L M N O P R S T U W 
Skip navigation links