GRPC Core  0.13.1-pre1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Enumerations
connectivity_state.h File Reference

Go to the source code of this file.

Enumerations

enum  grpc_connectivity_state {
  GRPC_CHANNEL_IDLE, GRPC_CHANNEL_CONNECTING, GRPC_CHANNEL_READY, GRPC_CHANNEL_TRANSIENT_FAILURE,
  GRPC_CHANNEL_FATAL_FAILURE
}
 Connectivity state of a channel. More...
 

Enumeration Type Documentation

Connectivity state of a channel.

Enumerator
GRPC_CHANNEL_IDLE 

channel is idle

GRPC_CHANNEL_CONNECTING 

channel is connecting

GRPC_CHANNEL_READY 

channel is ready for work

GRPC_CHANNEL_TRANSIENT_FAILURE 

channel has seen a failure but expects to recover

GRPC_CHANNEL_FATAL_FAILURE 

channel has seen a failure that it cannot recover from