|
| bool | decode (Context *, IOBufQueue &buf, std::unique_ptr< IOBuf > &result, size_t &) override |
| |
| virtual bool | decode (Context *ctx, folly::IOBufQueue &buf, M &result, size_t &)=0 |
| |
| void | transportActive (Context *ctx) override |
| |
| void | transportInactive (Context *ctx) override |
| |
| void | read (Context *ctx, folly::IOBufQueue &q) override |
| |
Public Member Functions inherited from wangle::InboundHandler< folly::IOBufQueue &, M > |
| | ~InboundHandler () override=default |
| |
| virtual void | read (Context *ctx, folly::IOBufQueue &msg)=0 |
| |
| virtual void | readEOF (Context *ctx) |
| |
| virtual void | readException (Context *ctx, folly::exception_wrapper e) |
| |
| virtual void | transportActive (Context *ctx) |
| |
| virtual void | transportInactive (Context *ctx) |
| |
Public Member Functions inherited from wangle::HandlerBase< InboundHandlerContext< M > > |
| virtual | ~HandlerBase ()=default |
| |
| virtual void | attachPipeline (InboundHandlerContext< M > *) |
| |
| virtual void | detachPipeline (InboundHandlerContext< M > *) |
| |
| InboundHandlerContext< M > * | getContext () |
| |
Definition at line 34 of file ServiceTest.cpp.