proxygen
|
#include <HandlerContext.h>
Public Member Functions | |
virtual | ~InboundHandlerContext ()=default |
virtual void | fireRead (In msg)=0 |
virtual void | fireReadEOF ()=0 |
virtual void | fireReadException (folly::exception_wrapper e)=0 |
virtual void | fireTransportActive ()=0 |
virtual void | fireTransportInactive ()=0 |
virtual PipelineBase * | getPipeline ()=0 |
virtual std::shared_ptr< PipelineBase > | getPipelineShared ()=0 |
std::shared_ptr< folly::AsyncTransport > | getTransport () |
Definition at line 69 of file HandlerContext.h.
|
virtualdefault |
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >.
Referenced by wangle::ByteToMessageDecoder< T >::read(), and TestHandlerPipeline::read().
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >.
Referenced by wangle::InboundHandler< folly::IOBufQueue &, M >::readEOF().
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >.
Referenced by wangle::InboundHandler< folly::IOBufQueue &, M >::readException().
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >.
Referenced by wangle::ByteToMessageDecoder< T >::transportActive(), and wangle::InboundHandler< folly::IOBufQueue &, M >::transportActive().
|
pure virtual |
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >.
|
pure virtual |
Implemented in wangle::InboundContextImpl< H >.
|
inline |
Definition at line 81 of file HandlerContext.h.