Public Member Functions | |
| grpc_end2end_http_proxy () | |
Public Attributes | |
| const grpc_channel_args * | channel_args |
| grpc_core::Combiner * | combiner |
| gpr_mu * | mu |
| std::vector< grpc_pollset * > | pollset |
| std::string | proxy_name |
| grpc_tcp_server * | server |
| grpc_core::Thread | thd |
| gpr_refcount | users |
Definition at line 57 of file http_proxy_fixture.cc.
|
inline |
Definition at line 58 of file http_proxy_fixture.cc.
| const grpc_channel_args* grpc_end2end_http_proxy::channel_args |
Definition at line 66 of file http_proxy_fixture.cc.
| grpc_core::Combiner* grpc_end2end_http_proxy::combiner |
Definition at line 71 of file http_proxy_fixture.cc.
| gpr_mu* grpc_end2end_http_proxy::mu |
Definition at line 67 of file http_proxy_fixture.cc.
| std::vector<grpc_pollset*> grpc_end2end_http_proxy::pollset |
Definition at line 68 of file http_proxy_fixture.cc.
| std::string grpc_end2end_http_proxy::proxy_name |
Definition at line 63 of file http_proxy_fixture.cc.
| grpc_tcp_server* grpc_end2end_http_proxy::server |
Definition at line 65 of file http_proxy_fixture.cc.
| grpc_core::Thread grpc_end2end_http_proxy::thd |
Definition at line 64 of file http_proxy_fixture.cc.
| gpr_refcount grpc_end2end_http_proxy::users |
Definition at line 69 of file http_proxy_fixture.cc.