Classes | Functions | Variables
reconnect_interop_server.cc File Reference
#include <signal.h>
#include <condition_variable>
#include <memory>
#include <mutex>
#include <sstream>
#include "absl/flags/flag.h"
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include "src/proto/grpc/testing/empty.pb.h"
#include "src/proto/grpc/testing/messages.pb.h"
#include "src/proto/grpc/testing/test.grpc.pb.h"
#include "test/core/util/reconnect_server.h"
#include "test/cpp/util/test_config.h"
Include dependency graph for reconnect_interop_server.cc:

Go to the source code of this file.

Classes

class  ReconnectServiceImpl
 

Functions

 ABSL_FLAG (int32_t, control_port, 0, "Server port for controlling the server.")
 
 ABSL_FLAG (int32_t, retry_port, 0, "Server port for raw tcp connections. All incoming " "connections will be closed immediately.")
 
int main (int argc, char **argv)
 
void RunServer ()
 
static void sigint_handler (int)
 

Variables

static bool got_sigint = false
 

Function Documentation

◆ ABSL_FLAG() [1/2]

ABSL_FLAG ( int32_t  ,
control_port  ,
,
"Server port for controlling the server."   
)

◆ ABSL_FLAG() [2/2]

ABSL_FLAG ( int32_t  ,
retry_port  ,
,
"Server port for raw tcp connections. All incoming " "connections will be closed immediately."   
)

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 177 of file reconnect_interop_server.cc.

◆ RunServer()

void RunServer ( )

Definition at line 158 of file reconnect_interop_server.cc.

◆ sigint_handler()

static void sigint_handler ( int  )
static

Definition at line 175 of file reconnect_interop_server.cc.

Variable Documentation

◆ got_sigint

bool got_sigint = false
static

Definition at line 56 of file reconnect_interop_server.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:27