#include <grpc/support/port_platform.h>
#include "src/core/ext/transport/cronet/client/secure/cronet_channel_create.h"
#include "absl/status/statusor.h"
#include <grpc/support/log.h>
#include "src/core/ext/transport/cronet/transport/cronet_transport.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/channel/channel_args_preconditioning.h"
#include "src/core/lib/config/core_configuration.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/surface/channel.h"
#include "src/core/lib/surface/channel_stack_type.h"
#include "src/core/lib/transport/transport_fwd.h"
#include "src/core/lib/transport/transport_impl.h"
Go to the source code of this file.
Classes | |
struct | cronet_transport |
Typedefs | |
typedef struct cronet_transport | cronet_transport |
Functions | |
GRPCAPI grpc_channel * | grpc_cronet_secure_channel_create (void *engine, const char *target, const grpc_channel_args *args, void *reserved) |
Variables | |
grpc_transport_vtable | grpc_cronet_vtable |
typedef struct cronet_transport cronet_transport |
GRPCAPI grpc_channel* grpc_cronet_secure_channel_create | ( | void * | engine, |
const char * | target, | ||
const grpc_channel_args * | args, | ||
void * | reserved | ||
) |
Definition at line 47 of file cronet_channel_create.cc.
grpc_transport_vtable grpc_cronet_vtable |