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

Public Member Functions

 TestHTTPClientInterface (const TestHTTPClientInterface &other)=delete
 
TestHTTPClientInterfaceoperator= (const TestHTTPClientInterface &other)=delete
 
virtual void Terminate ()=0
 
virtual bool BlockingSendRequest (const TestClientRequest &request, TestClientResponse *response)=0
 
virtual bool SendRequest (const TestClientRequest &request, TestClientResponse *response)=0
 
virtual void SetExecutor (std::unique_ptr< EventExecutor > executor)=0
 

Detailed Description

Definition at line 51 of file httpclient_interface.h.


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