proxygen
|
#include <boost/thread.hpp>
#include <folly/io/async/SSLContext.h>
#include <folly/system/ThreadName.h>
#include <proxygen/httpserver/HTTPServer.h>
#include <proxygen/httpserver/ResponseBuilder.h>
Go to the source code of this file.
Classes | |
class | proxygen::ScopedHandler< HandlerType > |
class | proxygen::ScopedHandlerFactory< HandlerType > |
class | proxygen::ScopedHTTPServer |
Namespaces | |
proxygen | |
Functions | |
template<> | |
std::unique_ptr< ScopedHTTPServer > | proxygen::ScopedHTTPServer::start< std::unique_ptr< RequestHandlerFactory > > (std::unique_ptr< RequestHandlerFactory > f, int port, int numThreads, std::unique_ptr< wangle::SSLContextConfig > sslCfg) |