|
GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>#include <grpc/impl/codegen/grpc_types.h>#include "src/core/lib/iomgr/error.h"#include "src/core/lib/surface/server.h"Go to the source code of this file.
Namespaces | |
| grpc_core | |
| Round Robin Policy. | |
Typedefs | |
| using | grpc_core::Chttp2ServerArgsModifier = std::function< grpc_channel_args *(grpc_channel_args *, grpc_error_handle *)> |
Functions | |
| grpc_error_handle | grpc_core::Chttp2ServerAddPort (Server *server, const char *addr, grpc_channel_args *args, Chttp2ServerArgsModifier connection_args_modifier, int *port_num) |
| Adds a port to server. More... | |