|
proxygen
|
Public Member Functions | |
| AppendFilter (std::shared_ptr< Service< std::string, std::string >> service) | |
| Future< std::string > | operator() (std::string req) override |
Public Member Functions inherited from wangle::ServiceFilter< std::string, std::string > | |
| ServiceFilter (std::shared_ptr< Service< std::string, std::string >> service) | |
| ~ServiceFilter () override=default | |
| folly::Future< folly::Unit > | close () override |
| bool | isAvailable () override |
Public Member Functions inherited from wangle::Service< std::string, std::string > | |
| virtual | ~Service ()=default |
Additional Inherited Members | |
Protected Attributes inherited from wangle::ServiceFilter< std::string, std::string > | |
| std::shared_ptr< Service< std::string, std::string > > | service_ |
Definition at line 141 of file ServiceTest.cpp.
|
inlineexplicit |
Definition at line 143 of file ServiceTest.cpp.
|
inlineoverridevirtual |
Implements wangle::Service< std::string, std::string >.
Definition at line 147 of file ServiceTest.cpp.