proxygen
wangle::MockBytesToBytesHandler Member List

This is the complete list of members for wangle::MockBytesToBytesHandler, including all inherited members.

attachPipeline(HandlerContext< R, W > *)wangle::HandlerBase< HandlerContext< R, W > >inlinevirtual
close(Context *ctx) overridewangle::MockBytesToBytesHandlerinline
wangle::HandlerAdapter::close(Context *ctx)wangle::Handler< R, R, W, W >inlinevirtual
Context typedefwangle::HandlerAdapter< R, W >
defaultFuture()wangle::MockBytesToBytesHandlerinline
detachPipeline(HandlerContext< R, W > *)wangle::HandlerBase< HandlerContext< R, W > >inlinevirtual
dirwangle::Handler< R, R, W, W >static
getContext()wangle::HandlerBase< HandlerContext< R, W > >inline
MOCK_METHOD1(transportActive, void(Context *))wangle::MockBytesToBytesHandler
MOCK_METHOD1(transportInactive, void(Context *))wangle::MockBytesToBytesHandler
MOCK_METHOD1(readEOF, void(Context *))wangle::MockBytesToBytesHandler
MOCK_METHOD1(mockClose, folly::MoveWrapper< folly::Future< folly::Unit >>(Context *))wangle::MockBytesToBytesHandler
MOCK_METHOD2(read, void(Context *, folly::IOBufQueue &))wangle::MockBytesToBytesHandler
MOCK_METHOD2(readException, void(Context *, folly::exception_wrapper))wangle::MockBytesToBytesHandler
MOCK_METHOD2(write, folly::MoveWrapper< folly::Future< folly::Unit >>(Context *, std::shared_ptr< folly::IOBuf >))wangle::MockBytesToBytesHandler
MOCK_METHOD2(mockWriteException, folly::MoveWrapper< folly::Future< folly::Unit >>(Context *, folly::exception_wrapper))wangle::MockBytesToBytesHandler
read(Context *ctx, R msg) overridewangle::HandlerAdapter< R, W >inline
Handler< R, R, W, W >::read(Context *ctx, Rmsg)=0wangle::Handler< R, R, W, W >pure virtual
readEOF(Context *ctx)wangle::Handler< R, R, W, W >inlinevirtual
readException(Context *ctx, folly::exception_wrapper e)wangle::Handler< R, R, W, W >inlinevirtual
rin typedefwangle::Handler< R, R, W, W >
rout typedefwangle::Handler< R, R, W, W >
transportActive(Context *ctx)wangle::Handler< R, R, W, W >inlinevirtual
transportInactive(Context *ctx)wangle::Handler< R, R, W, W >inlinevirtual
win typedefwangle::Handler< R, R, W, W >
wout typedefwangle::Handler< R, R, W, W >
write(Context *ctx, std::unique_ptr< folly::IOBuf > buf) overridewangle::MockBytesToBytesHandlerinline
wangle::HandlerAdapter::write(Context *ctx, W msg) overridewangle::HandlerAdapter< R, W >inline
Handler< R, R, W, W >::write(Context *ctx, Wmsg)=0wangle::Handler< R, R, W, W >pure virtual
writeException(Context *ctx, folly::exception_wrapper ex) overridewangle::MockBytesToBytesHandlerinline
wangle::HandlerAdapter::writeException(Context *ctx, folly::exception_wrapper e)wangle::Handler< R, R, W, W >inlinevirtual
~Handler() override=defaultwangle::Handler< R, R, W, W >
~HandlerBase()=defaultwangle::HandlerBase< HandlerContext< R, W > >virtual