Classes | Namespaces | Functions | Variables
fake_handshaker_server.cc File Reference
#include "test/core/tsi/alts/fake_handshaker/fake_handshaker_server.h"
#include <memory>
#include <sstream>
#include <string>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpcpp/impl/codegen/async_stream.h>
#include <grpcpp/impl/codegen/sync.h>
#include <grpcpp/security/server_credentials.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include "test/core/tsi/alts/fake_handshaker/handshaker.grpc.pb.h"
#include "test/core/tsi/alts/fake_handshaker/handshaker.pb.h"
#include "test/core/tsi/alts/fake_handshaker/transport_security_common.pb.h"
Include dependency graph for fake_handshaker_server.cc:

Go to the source code of this file.

Classes

class  grpc::gcp::FakeHandshakerService::ConcurrentRpcsCheck
 
class  grpc::gcp::FakeHandshakerService
 
struct  grpc::gcp::FakeHandshakerService::HandshakerContext
 

Namespaces

 grpc
 
 grpc::gcp
 

Functions

std::unique_ptr< grpc::Servicegrpc::gcp::CreateFakeHandshakerService (int expected_max_concurrent_rpcs)
 

Variables

constexpr char kClientFinishFrame [] = "ClientFinished"
 
constexpr char kClientInitFrame [] = "ClientInit"
 
constexpr char kInvalidFrameError [] = "Invalid input frame."
 
constexpr char kServerFrame [] = "ServerInitAndFinished"
 
constexpr char kWrongStateError [] = "Wrong handshake state."
 

Variable Documentation

◆ kClientFinishFrame

constexpr char kClientFinishFrame[] = "ClientFinished"
constexpr

Definition at line 40 of file fake_handshaker_server.cc.

◆ kClientInitFrame

constexpr char kClientInitFrame[] = "ClientInit"
constexpr

Definition at line 38 of file fake_handshaker_server.cc.

◆ kInvalidFrameError

constexpr char kInvalidFrameError[] = "Invalid input frame."
constexpr

Definition at line 42 of file fake_handshaker_server.cc.

◆ kServerFrame

constexpr char kServerFrame[] = "ServerInitAndFinished"
constexpr

Definition at line 39 of file fake_handshaker_server.cc.

◆ kWrongStateError

constexpr char kWrongStateError[] = "Wrong handshake state."
constexpr

Definition at line 43 of file fake_handshaker_server.cc.



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