|
GRPC Core
9.0.0
|
#include <grpc/support/port_platform.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/inlined_vector.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 grpc_core::Handshaker grpc_handshaker |
| void grpc_handshake_manager_add | ( | grpc_handshake_manager * | mgr, |
| grpc_handshaker * | handshaker | ||
| ) |