Network System
0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
grpc.h
Go to the documentation of this file.
1
// BSD 3-Clause License
2
// Copyright (c) 2024, 🍀☀🌕🌥 🌊
3
// See the LICENSE file in the project root for full license information.
4
5
#pragma once
6
43
// Core gRPC types (from detail directory)
44
#include "
kcenon/network/detail/protocols/grpc/status.h
"
45
#include "
kcenon/network/detail/protocols/grpc/frame.h
"
46
47
// Client and server APIs (from detail directory)
48
#include "
kcenon/network/detail/protocols/grpc/client.h
"
49
#include "
kcenon/network/detail/protocols/grpc/server.h
"
50
51
// Service registration and management (from detail directory)
52
#include "
kcenon/network/detail/protocols/grpc/service_registry.h
"
53
54
// Official gRPC library wrapper (from detail directory)
55
#include "
kcenon/network/detail/protocols/grpc/grpc_official_wrapper.h
"
56
client.h
gRPC client channel configuration and connection.
grpc_official_wrapper.h
Official gRPC library wrapper interfaces.
frame.h
gRPC message framing and serialization.
server.h
gRPC server configuration and service hosting.
service_registry.h
gRPC service registration mechanism
status.h
gRPC status codes and error representation.
include
kcenon
network
protocols
grpc
grpc.h
Generated by
1.12.0