This is the complete list of members for wangle::MessageToByteEncoder< M >, including all inherited members.
attachPipeline(OutboundHandlerContext< std::unique_ptr< folly::IOBuf > > *) | wangle::HandlerBase< OutboundHandlerContext< std::unique_ptr< folly::IOBuf > > > | inlinevirtual |
close(Context *ctx) | wangle::OutboundHandler< M, std::unique_ptr< folly::IOBuf > > | inlinevirtual |
Context typedef | wangle::MessageToByteEncoder< M > | |
detachPipeline(OutboundHandlerContext< std::unique_ptr< folly::IOBuf > > *) | wangle::HandlerBase< OutboundHandlerContext< std::unique_ptr< folly::IOBuf > > > | inlinevirtual |
dir | wangle::OutboundHandler< M, std::unique_ptr< folly::IOBuf > > | static |
encode(M &msg)=0 | wangle::MessageToByteEncoder< M > | pure virtual |
getContext() | wangle::HandlerBase< OutboundHandlerContext< std::unique_ptr< folly::IOBuf > > > | inline |
rin typedef | wangle::OutboundHandler< M, std::unique_ptr< folly::IOBuf > > | |
rout typedef | wangle::OutboundHandler< M, std::unique_ptr< folly::IOBuf > > | |
win typedef | wangle::OutboundHandler< M, std::unique_ptr< folly::IOBuf > > | |
wout typedef | wangle::OutboundHandler< M, std::unique_ptr< folly::IOBuf > > | |
write(Context *ctx, M msg) override | wangle::MessageToByteEncoder< M > | inline |
OutboundHandler< M, std::unique_ptr< folly::IOBuf > >::write(Context *ctx, Mmsg)=0 | wangle::OutboundHandler< M, std::unique_ptr< folly::IOBuf > > | pure virtual |
writeException(Context *ctx, folly::exception_wrapper e) | wangle::OutboundHandler< M, std::unique_ptr< folly::IOBuf > > | inlinevirtual |
~HandlerBase()=default | wangle::HandlerBase< OutboundHandlerContext< std::unique_ptr< folly::IOBuf > > > | virtual |
~OutboundHandler() override=default | wangle::OutboundHandler< M, std::unique_ptr< folly::IOBuf > > | |