#include <grpc/support/port_platform.h>
#include <functional>
#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 | |
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 args_modifier, int *port_num) |