A test-only class to access private members and methods of ServerContext.
More...
#include <server_context_test_spouse.h>
A test-only class to access private members and methods of ServerContext.
Definition at line 30 of file grpcpp/test/server_context_test_spouse.h.
◆ ServerContextTestSpouse()
grpc::testing::ServerContextTestSpouse::ServerContextTestSpouse |
( |
ServerContext * |
ctx | ) |
|
|
inlineexplicit |
◆ AddClientMetadata()
void grpc::testing::ServerContextTestSpouse::AddClientMetadata |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
◆ GetInitialMetadata()
std::multimap<std::string, std::string> grpc::testing::ServerContextTestSpouse::GetInitialMetadata |
( |
| ) |
const |
|
inline |
◆ GetTrailingMetadata()
std::multimap<std::string, std::string> grpc::testing::ServerContextTestSpouse::GetTrailingMetadata |
( |
| ) |
const |
|
inline |
◆ client_metadata_storage_
std::multimap<std::string, std::string> grpc::testing::ServerContextTestSpouse::client_metadata_storage_ |
|
private |
◆ ctx_
The documentation for this class was generated from the following file: