TensorFlow Serving C++ API Documentation
|
Public Member Functions | |
TestEvHTTPConnection (const TestEvHTTPConnection &other)=delete | |
TestEvHTTPConnection & | operator= (const TestEvHTTPConnection &other)=delete |
void | Terminate () override |
bool | BlockingSendRequest (const TestClientRequest &request, TestClientResponse *response) override |
bool | SendRequest (const TestClientRequest &request, TestClientResponse *response) override |
void | SetExecutor (std::unique_ptr< EventExecutor > executor) override |
![]() | |
TestHTTPClientInterface (const TestHTTPClientInterface &other)=delete | |
TestHTTPClientInterface & | operator= (const TestHTTPClientInterface &other)=delete |
Static Public Member Functions | |
static std::unique_ptr< TestEvHTTPConnection > | Connect (absl::string_view url) |
static std::unique_ptr< TestEvHTTPConnection > | Connect (absl::string_view host, int port) |
static std::unique_ptr< TestEvHTTPConnection > | ConnectLocal (int port) |
Definition at line 44 of file evhttp_connection.h.