Lines Matching refs:network
5 register a network event listener upon channel construction. The listener is
6 used to automatically respond to changes in the device's network state, avoiding
13 with the app's Android Context. Notifications from the network listener will
14 cause the channel to immediately reconnect upon network recovery.
16 On Android API levels 24+, `AndroidChannelBuilder`'s network listener mechanism
18 device on a cellular network connects to a wifi network, there is a brief
20 available, then any connections on the cellular network are terminated. By
21 listening for changes in the device's default network, `AndroidChannelBuilder`
23 connection. Without listening for pending network changes, new RPCs sent on an
29 both the OkHttp and Cronet transports in the future, but the network listener
43 You will also need permission to access the device's network state in your
62 channel. gRPC will now monitor and respond to the device's network state
63 automatically. When you shutdown the managed channel, the network listener