proxygen
|
#include <HandlerContext-inl.h>
Public Member Functions | |
virtual | ~InboundLink ()=default |
virtual void | read (In msg)=0 |
virtual void | readEOF ()=0 |
virtual void | readException (folly::exception_wrapper e)=0 |
virtual void | transportActive ()=0 |
virtual void | transportInactive ()=0 |
Definition at line 54 of file HandlerContext-inl.h.
|
virtualdefault |
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >, and wangle::ContextImpl< H >.
Referenced by wangle::Pipeline< R, W >::read().
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >, and wangle::ContextImpl< H >.
Referenced by wangle::Pipeline< R, W >::readEOF().
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >, and wangle::ContextImpl< H >.
Referenced by wangle::Pipeline< R, W >::readException().
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >, and wangle::ContextImpl< H >.
Referenced by wangle::Pipeline< R, W >::transportActive().
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >, and wangle::ContextImpl< H >.
Referenced by wangle::Pipeline< R, W >::transportInactive().