GRPC Core  9.0.0
Functions | Variables
connected_channel.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/channel/channel_stack_builder.h"

Go to the source code of this file.

Functions

bool grpc_add_connected_filter (grpc_channel_stack_builder *builder, void *arg_must_be_null)
 
grpc_streamgrpc_connected_channel_get_stream (grpc_call_element *elem)
 

Variables

const grpc_channel_filter grpc_connected_filter
 

Function Documentation

◆ grpc_add_connected_filter()

bool grpc_add_connected_filter ( grpc_channel_stack_builder builder,
void *  arg_must_be_null 
)

◆ grpc_connected_channel_get_stream()

grpc_stream* grpc_connected_channel_get_stream ( grpc_call_element elem)

Variable Documentation

◆ grpc_connected_filter

const grpc_channel_filter grpc_connected_filter
extern