GRPC C++  1.39.1
Data Structures | Namespaces | Typedefs | Functions
handshaker.h File Reference
#include <grpc/support/port_platform.h>
#include "absl/container/inlined_vector.h"
#include <grpc/support/string_util.h>
#include <grpc/impl/codegen/grpc_types.h>
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/gprpp/ref_counted.h"
#include "src/core/lib/gprpp/sync.h"
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/endpoint.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/iomgr/tcp_server.h"
#include "src/core/lib/iomgr/timer.h"

Go to the source code of this file.

Data Structures

struct  grpc_core::HandshakerArgs
 Handshakers are used to perform initial handshakes on a connection before the client sends the initial request. More...
 
class  grpc_core::Handshaker
 Handshaker. More...
 
class  grpc_core::HandshakeManager
 

Namespaces

 grpc_core
 Round Robin Policy.
 

Typedefs

typedef grpc_core::HandshakeManager grpc_handshake_manager
 
typedef grpc_core::Handshaker grpc_handshaker
 

Functions

void grpc_handshake_manager_add (grpc_handshake_manager *mgr, grpc_handshaker *handshaker)
 

Typedef Documentation

◆ grpc_handshake_manager

◆ grpc_handshaker

Function Documentation

◆ grpc_handshake_manager_add()

void grpc_handshake_manager_add ( grpc_handshake_manager mgr,
grpc_handshaker handshaker 
)