#include <xds_end2end_test_lib.h>
Definition at line 215 of file xds_end2end_test_lib.h.
◆ ServerThread()
grpc::testing::XdsEnd2endTest::ServerThread::ServerThread |
( |
XdsEnd2endTest * |
test_obj, |
|
|
bool |
use_xds_enabled_server = false |
|
) |
| |
|
inlineexplicit |
◆ ~ServerThread()
virtual grpc::testing::XdsEnd2endTest::ServerThread::~ServerThread |
( |
| ) |
|
|
inlinevirtual |
◆ Credentials()
virtual std::shared_ptr<ServerCredentials> grpc::testing::XdsEnd2endTest::ServerThread::Credentials |
( |
| ) |
|
|
inlinevirtual |
◆ notifier()
◆ port()
int grpc::testing::XdsEnd2endTest::ServerThread::port |
( |
| ) |
const |
|
inline |
◆ RegisterAllServices()
virtual void grpc::testing::XdsEnd2endTest::ServerThread::RegisterAllServices |
( |
ServerBuilder * |
builder | ) |
|
|
privatepure virtual |
◆ Serve()
◆ set_allow_put_requests()
void grpc::testing::XdsEnd2endTest::ServerThread::set_allow_put_requests |
( |
bool |
allow_put_requests | ) |
|
|
inline |
◆ Shutdown()
void grpc::testing::XdsEnd2endTest::ServerThread::Shutdown |
( |
| ) |
|
◆ ShutdownAllServices()
virtual void grpc::testing::XdsEnd2endTest::ServerThread::ShutdownAllServices |
( |
| ) |
|
|
privatepure virtual |
◆ Start()
void grpc::testing::XdsEnd2endTest::ServerThread::Start |
( |
| ) |
|
◆ StartAllServices()
virtual void grpc::testing::XdsEnd2endTest::ServerThread::StartAllServices |
( |
| ) |
|
|
privatepure virtual |
◆ StopListeningAndSendGoaways()
void grpc::testing::XdsEnd2endTest::ServerThread::StopListeningAndSendGoaways |
( |
| ) |
|
◆ Type()
virtual const char* grpc::testing::XdsEnd2endTest::ServerThread::Type |
( |
| ) |
|
|
privatepure virtual |
◆ use_xds_enabled_server()
bool grpc::testing::XdsEnd2endTest::ServerThread::use_xds_enabled_server |
( |
| ) |
const |
|
inline |
◆ allow_put_requests_
bool grpc::testing::XdsEnd2endTest::ServerThread::allow_put_requests_ = false |
|
private |
◆ notifier_
◆ port_
const int grpc::testing::XdsEnd2endTest::ServerThread::port_ |
|
private |
◆ running_
bool grpc::testing::XdsEnd2endTest::ServerThread::running_ = false |
|
private |
◆ server_
std::unique_ptr<Server> grpc::testing::XdsEnd2endTest::ServerThread::server_ |
|
private |
◆ test_obj_
XdsEnd2endTest* grpc::testing::XdsEnd2endTest::ServerThread::test_obj_ |
|
private |
◆ thread_
std::unique_ptr<std::thread> grpc::testing::XdsEnd2endTest::ServerThread::thread_ |
|
private |
◆ use_xds_enabled_server_
const bool grpc::testing::XdsEnd2endTest::ServerThread::use_xds_enabled_server_ |
|
private |
The documentation for this class was generated from the following files: