proxygen
Handler.h File Reference

Go to the source code of this file.

Classes

class  wangle::HandlerBase< Context >
 
class  wangle::Handler< Rin, Rout, Win, Wout >
 
class  wangle::InboundHandler< Rin, Rout >
 
class  wangle::OutboundHandler< Win, Wout >
 
class  wangle::HandlerAdapter< R, W >
 

Namespaces

 wangle
 

Typedefs

typedef HandlerAdapter< folly::IOBufQueue &, std::unique_ptr< folly::IOBuf > > wangle::BytesToBytesHandler
 
typedef InboundHandler< folly::IOBufQueue &, std::unique_ptr< folly::IOBuf > > wangle::InboundBytesToBytesHandler
 
typedef OutboundHandler< std::unique_ptr< folly::IOBuf > > wangle::OutboundBytesToBytesHandler