Go to the documentation of this file.
19 #ifndef GRPC_GRPC_POSIX_H
20 #define GRPC_GRPC_POSIX_H
An array of arguments that can be passed around.
Definition: grpc_types.h:131
struct grpc_channel_credentials grpc_channel_credentials
— grpc_channel_credentials object.
Definition: grpc.h:287
GRPCAPI void grpc_server_add_channel_from_fd(grpc_server *server, int fd, grpc_server_credentials *creds)
Add the connected secure communication channel based on file descriptor 'fd' to the 'server' and serv...
struct grpc_server grpc_server
A server listens to some port and responds to request calls.
Definition: grpc_types.h:64
GRPCAPI grpc_channel * grpc_channel_create_from_fd(const char *target, int fd, grpc_channel_credentials *creds, const grpc_channel_args *args)
Create a secure channel to 'target' using file descriptor 'fd' and passed-in credentials.
struct grpc_channel grpc_channel
The Channel interface allows creation of Call objects.
Definition: grpc_types.h:61
struct grpc_server_credentials grpc_server_credentials
— grpc_server_credentials object.
Definition: grpc.h:299