TensorFlow Serving C++ API Documentation
Public Member Functions | Static Public Member Functions | List of all members
tensorflow::serving::net_http::TestEvHTTPConnection Class Referencefinal
Inheritance diagram for tensorflow::serving::net_http::TestEvHTTPConnection:
Inheritance graph
[legend]
Collaboration diagram for tensorflow::serving::net_http::TestEvHTTPConnection:
Collaboration graph
[legend]

Public Member Functions

 TestEvHTTPConnection (const TestEvHTTPConnection &other)=delete
 
TestEvHTTPConnectionoperator= (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
 
- Public Member Functions inherited from tensorflow::serving::net_http::TestHTTPClientInterface
 TestHTTPClientInterface (const TestHTTPClientInterface &other)=delete
 
TestHTTPClientInterfaceoperator= (const TestHTTPClientInterface &other)=delete
 

Static Public Member Functions

static std::unique_ptr< TestEvHTTPConnectionConnect (absl::string_view url)
 
static std::unique_ptr< TestEvHTTPConnectionConnect (absl::string_view host, int port)
 
static std::unique_ptr< TestEvHTTPConnectionConnectLocal (int port)
 

Detailed Description

Definition at line 44 of file evhttp_connection.h.


The documentation for this class was generated from the following files: