#include <grpc/support/port_platform.h>#include <stddef.h>#include "absl/container/inlined_vector.h"#include <grpc/impl/codegen/grpc_types.h>#include <grpc/slice.h>#include "src/core/lib/gprpp/ref_counted.h"#include "src/core/lib/gprpp/ref_counted_ptr.h"#include "src/core/lib/gprpp/sync.h"#include "src/core/lib/gprpp/time.h"#include "src/core/lib/iomgr/closure.h"#include "src/core/lib/iomgr/endpoint.h"#include "src/core/lib/iomgr/error.h"#include "src/core/lib/iomgr/tcp_server.h"#include "src/core/lib/iomgr/timer.h"

Go to the source code of this file.
Classes | |
| class | grpc_core::HandshakeManager |
| class | grpc_core::Handshaker |
| struct | grpc_core::HandshakerArgs |
Namespaces | |
| grpc_core | |
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) |
Definition at line 163 of file handshaker.h.
| typedef grpc_core::Handshaker grpc_handshaker |
Definition at line 164 of file handshaker.h.
| void grpc_handshake_manager_add | ( | grpc_handshake_manager * | mgr, |
| grpc_handshaker * | handshaker | ||
| ) |
Definition at line 221 of file src/core/lib/transport/handshaker.cc.