|
proxygen
|
Public Member Functions | |
| ProxyBackendHandler (DefaultPipeline *frontendPipeline) | |
| void | read (Context *, IOBufQueue &q) override |
| void | readEOF (Context *) override |
| void | readException (Context *, exception_wrapper e) override |
Public Member Functions inherited from wangle::InboundHandler< Rin, Rout > | |
| ~InboundHandler () override=default | |
| virtual void | read (Context *ctx, Rin msg)=0 |
| virtual void | transportActive (Context *ctx) |
| virtual void | transportInactive (Context *ctx) |
Public Member Functions inherited from wangle::HandlerBase< InboundHandlerContext< Rout > > | |
| virtual | ~HandlerBase ()=default |
| virtual void | attachPipeline (InboundHandlerContext< Rout > *) |
| virtual void | detachPipeline (InboundHandlerContext< Rout > *) |
| InboundHandlerContext< Rout > * | getContext () |
Private Attributes | |
| DefaultPipeline * | frontendPipeline_ |
Additional Inherited Members | |
Public Types inherited from wangle::InboundHandler< Rin, Rout > | |
| typedef Rin | rin |
| typedef Rout | rout |
| typedef folly::Unit | win |
| typedef folly::Unit | wout |
| typedef InboundHandlerContext< Rout > | Context |
Static Public Attributes inherited from wangle::InboundHandler< Rin, Rout > | |
| static const HandlerDir | dir = HandlerDir::IN |
|
inlineexplicit |
|
inlineoverride |
Definition at line 36 of file Proxy.cpp.
References folly::IOBufQueue::move().
|
inlineoverridevirtual |
Reimplemented from wangle::InboundHandler< Rin, Rout >.
Definition at line 40 of file Proxy.cpp.
References folly::INFO.
|
inlineoverridevirtual |
Reimplemented from wangle::InboundHandler< Rin, Rout >.
Definition at line 45 of file Proxy.cpp.
References folly::exceptionStr().
|
private |