TensorFlow Serving C++ API Documentation
|
Public Member Functions | |
EvHTTPServer (const EvHTTPServer &other)=delete | |
EvHTTPServer & | operator= (const EvHTTPServer &other)=delete |
EvHTTPServer (std::unique_ptr< ServerOptions > options) | |
bool | Initialize () |
bool | StartAcceptingRequests () override |
bool | is_accepting_requests () const override |
int | listen_port () const override |
void | Terminate () override |
bool | is_terminating () const override |
void | WaitForTermination () override |
bool | WaitForTerminationWithTimeout (absl::Duration timeout) override |
void | RegisterRequestHandler (absl::string_view uri, RequestHandler handler, const RequestHandlerOptions &options) override |
void | RegisterRequestDispatcher (RequestDispatcher dispatcher, const RequestHandlerOptions &options) override |
void | IncOps () override |
void | DecOps () override |
bool | EventLoopSchedule (std::function< void()> fn) override |
![]() | |
HTTPServerInterface (const HTTPServerInterface &other)=delete | |
HTTPServerInterface & | operator= (const HTTPServerInterface &other)=delete |
Definition at line 45 of file evhttp_server.h.