proxygen
|
#include <HandlerContext-inl.h>
Public Member Functions | |
virtual | ~OutboundLink ()=default |
virtual folly::Future< folly::Unit > | write (Out msg)=0 |
virtual folly::Future< folly::Unit > | writeException (folly::exception_wrapper e)=0 |
virtual folly::Future< folly::Unit > | close ()=0 |
Definition at line 65 of file HandlerContext-inl.h.
|
virtualdefault |
|
pure virtual |
Implemented in wangle::OutboundContextImpl< H >, and wangle::ContextImpl< H >.
Referenced by wangle::Pipeline< R, W >::close().
|
pure virtual |
Implemented in wangle::OutboundContextImpl< H >, and wangle::ContextImpl< H >.
Referenced by wangle::Pipeline< R, W >::write().
|
pure virtual |
Implemented in wangle::OutboundContextImpl< H >, and wangle::ContextImpl< H >.
Referenced by wangle::Pipeline< R, W >::writeException().