GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/support/time.h>
#include "src/core/lib/iomgr/endpoint.h"
#include "src/core/lib/iomgr/pollset_set.h"
#include "src/core/lib/iomgr/resolve_address.h"
Go to the source code of this file.
Data Structures | |
struct | grpc_tcp_client_vtable |
Typedefs | |
typedef struct grpc_tcp_client_vtable | grpc_tcp_client_vtable |
Functions | |
void | grpc_tcp_client_connect (grpc_closure *on_connect, grpc_endpoint **endpoint, grpc_pollset_set *interested_parties, const grpc_channel_args *channel_args, const grpc_resolved_address *addr, grpc_millis deadline) |
void | grpc_tcp_client_global_init () |
void | grpc_set_tcp_client_impl (grpc_tcp_client_vtable *impl) |
typedef struct grpc_tcp_client_vtable grpc_tcp_client_vtable |
void grpc_set_tcp_client_impl | ( | grpc_tcp_client_vtable * | impl | ) |
void grpc_tcp_client_connect | ( | grpc_closure * | on_connect, |
grpc_endpoint ** | endpoint, | ||
grpc_pollset_set * | interested_parties, | ||
const grpc_channel_args * | channel_args, | ||
const grpc_resolved_address * | addr, | ||
grpc_millis | deadline | ||
) |
void grpc_tcp_client_global_init | ( | ) |