proxygen
|
#include <folly/portability/GFlags.h>
#include <folly/init/Init.h>
#include <wangle/bootstrap/AcceptRoutingHandler.h>
#include <wangle/bootstrap/RoutingDataHandler.h>
#include <wangle/bootstrap/ServerBootstrap.h>
#include <wangle/channel/AsyncSocketHandler.h>
Go to the source code of this file.
Classes | |
class | NaiveRoutingDataHandler |
class | NaiveRoutingDataHandlerFactory |
class | ThreadPrintingHandler |
class | ServerPipelineFactory |
Functions | |
DEFINE_int32 (port, 23,"test server port") | |
int | main (int argc, char **argv) |
DEFINE_int32 | ( | port | , |
23 | , | ||
"test server port" | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 104 of file accept_steering_server.cpp.
References wangle::ServerBootstrap< Pipeline >::bind(), folly::init(), and wangle::ServerBootstrap< Pipeline >::pipeline().