Modifier and Type | Method and Description |
---|---|
void |
RouterConnectionClient.activateNetwork(NetInfo net)
choose network as the network used to connect peer devices hereafter.
|
void |
RouterConnectionClient.connectNetwork(NetInfo net)
connect to the specified network.
|
void |
RouterConnectionClient.disconnectNetwork(NetInfo net)
disconnect from specified network.
|
void |
RouterConnectionClient.ConnectionHandler.onGetActiveNetwork(NetInfo net)
Pass to clients info about the network used to connect to peer devices.
|
void |
RouterConnectionClient.ConnectionHandler.onGetNetworks(NetInfo[] nets)
Pass to clients info about currently attached networks detected by ConnectionService.
|
void |
RouterConnectionClient.ConnectionHandler.onNetworkActivated(NetInfo net)
Pass to clients info about network activated.
|
void |
RouterConnectionClient.ConnectionHandler.onNetworkConnected(NetInfo net)
Notify clients that ConnectionService detects a new network.
|
void |
RouterConnectionClient.ConnectionHandler.onNetworkConnecting(NetInfo net)
Notify clients that network connection is in process.
|
void |
RouterConnectionClient.ConnectionHandler.onNetworkConnectionFailed(NetInfo net)
Notify clients that network connection attempt failed.
|
void |
RouterConnectionClient.ConnectionHandler.onNetworkDisconnected(NetInfo net)
Notify clients that a network is disconnected.
|