|
proxygen
|
#include <folly/io/async/EventBase.h>#include <proxygen/lib/utils/FilterChain.h>#include <folly/io/async/AsyncTransport.h>Go to the source code of this file.
Classes | |
| class | proxygen::PassThroughTransportFilter |
Namespaces | |
| proxygen | |
Typedefs | |
| typedef GenericFilter< folly::AsyncTransportWrapper, folly::AsyncTransportWrapper::ReadCallback,&folly::AsyncTransportWrapper::setReadCB, true, folly::AsyncTransportWrapper::Destructor > | proxygen::TransportFilter |
| typedef FilterChain< folly::AsyncTransportWrapper, folly::AsyncTransportWrapper::ReadCallback, PassThroughTransportFilter,&folly::AsyncTransportWrapper::setReadCB, false > | proxygen::TransportFilterChain |