Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::protocols::grpc::method_handler Struct Reference
Collaboration diagram for kcenon::network::protocols::grpc::method_handler:
Collaboration graph

Public Attributes

method_type type
 
unary_handler unary
 
server_streaming_handler server_streaming
 
client_streaming_handler client_streaming
 
bidi_streaming_handler bidi_streaming
 

Detailed Description

Definition at line 603 of file server.cpp.

Member Data Documentation

◆ bidi_streaming

bidi_streaming_handler kcenon::network::protocols::grpc::method_handler::bidi_streaming

Definition at line 609 of file server.cpp.

◆ client_streaming

client_streaming_handler kcenon::network::protocols::grpc::method_handler::client_streaming

Definition at line 608 of file server.cpp.

◆ server_streaming

server_streaming_handler kcenon::network::protocols::grpc::method_handler::server_streaming

Definition at line 607 of file server.cpp.

◆ type

method_type kcenon::network::protocols::grpc::method_handler::type

Definition at line 605 of file server.cpp.

◆ unary

unary_handler kcenon::network::protocols::grpc::method_handler::unary

Definition at line 606 of file server.cpp.


The documentation for this struct was generated from the following file: