proxygen
Pipeline.h File Reference

Go to the source code of this file.

Classes

class  wangle::PipelineManager
 
class  wangle::PipelineBase
 
class  wangle::Pipeline< R, W >
 
class  wangle::PipelineFactory< Pipeline >
 
struct  wangle::ConnInfo
 
class  wangle::AcceptPipelineFactory
 

Namespaces

 wangle
 
 folly
 —— Concurrent Priority Queue Implementation ——
 

Typedefs

using wangle::DefaultPipeline = Pipeline< folly::IOBufQueue &, std::unique_ptr< folly::IOBuf >>
 
typedef boost::variant< folly::IOBuf *, folly::AsyncTransportWrapper *, ConnInfo &, ConnEvent, std::tuple< folly::IOBuf *, std::shared_ptr< folly::AsyncUDPSocket >, folly::SocketAddress > > wangle::AcceptPipelineType
 
typedef Pipeline< AcceptPipelineType > wangle::AcceptPipeline
 

Enumerations

enum  wangle::ConnEvent { wangle::ConnEvent::CONN_ADDED, wangle::ConnEvent::CONN_REMOVED }