|
| | MOCK_METHOD1 (mockClose, folly::MoveWrapper< folly::Future< folly::Unit >>(Context *)) |
| |
| folly::Future< folly::Unit > | close (Context *ctx) override |
| |
Public Member Functions inherited from wangle::BroadcastHandler< std::string, std::string > |
| | ~BroadcastHandler () override |
| |
| void | read (Context *ctx, std::stringdata) override |
| |
| void | readEOF (Context *ctx) override |
| |
| void | readException (Context *ctx, folly::exception_wrapper ex) override |
| |
| virtual uint64_t | subscribe (Subscriber< std::string, std::string > *subscriber) |
| |
| virtual void | unsubscribe (uint64_t subscriptionId) |
| |
| virtual void | closeIfIdle () |
| |
| virtual void | onSubscribe (Subscriber< std::string, std::string > *) |
| |
| virtual void | onUnsubscribe (Subscriber< std::string, std::string > *) |
| |
| virtual void | onData (std::string &) |
| |
| uint64_t | getArbitraryIdentifier () |
| |
Public Member Functions inherited from wangle::HandlerAdapter< std::string, std::unique_ptr< folly::IOBuf > > |
| void | read (Context *ctx, std::stringmsg) override |
| |
| folly::Future< folly::Unit > | write (Context *ctx, std::unique_ptr< folly::IOBuf >msg) override |
| |
Public Member Functions inherited from wangle::Handler< std::string, std::string, std::unique_ptr< folly::IOBuf >, std::unique_ptr< folly::IOBuf > > |
| | ~Handler () override=default |
| |
| virtual void | readEOF (Context *ctx) |
| |
| virtual void | readException (Context *ctx, folly::exception_wrapper e) |
| |
| virtual void | transportActive (Context *ctx) |
| |
| virtual void | transportInactive (Context *ctx) |
| |
| virtual folly::Future< folly::Unit > | writeException (Context *ctx, folly::exception_wrapper e) |
| |
| virtual folly::Future< folly::Unit > | close (Context *ctx) |
| |
Public Member Functions inherited from wangle::HandlerBase< HandlerContext< std::string, std::unique_ptr< folly::IOBuf > > > |
| virtual | ~HandlerBase ()=default |
| |
| virtual void | attachPipeline (HandlerContext< std::string, std::unique_ptr< folly::IOBuf > > *) |
| |
| virtual void | detachPipeline (HandlerContext< std::string, std::unique_ptr< folly::IOBuf > > *) |
| |
| HandlerContext< std::string, std::unique_ptr< folly::IOBuf > > * | getContext () |
| |
Definition at line 25 of file BroadcastHandlerTest.cpp.