|
| | ProxyFrontendHandler (SocketAddress remoteAddress) |
| |
| void | read (Context *, IOBufQueue &q) override |
| |
| void | readEOF (Context *ctx) override |
| |
| void | readException (Context *ctx, exception_wrapper e) override |
| |
| void | transportActive (Context *ctx) override |
| |
Public Member Functions inherited from wangle::HandlerAdapter< R, W > |
| void | read (Context *ctx, R msg) override |
| |
| folly::Future< folly::Unit > | write (Context *ctx, W msg) override |
| |
Public Member Functions inherited from wangle::Handler< R, R, W, W > |
| | ~Handler () override=default |
| |
| virtual void | read (Context *ctx, Rmsg)=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) |
| |
| virtual folly::Future< folly::Unit > | write (Context *ctx, Wmsg)=0 |
| |
| 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< R, W > > |
| virtual | ~HandlerBase ()=default |
| |
| virtual void | attachPipeline (HandlerContext< R, W > *) |
| |
| virtual void | detachPipeline (HandlerContext< R, W > *) |
| |
| HandlerContext< R, W > * | getContext () |
| |
Definition at line 72 of file Proxy.cpp.