proxygen
FizzServerCommand.cpp File Reference

Go to the source code of this file.

Namespaces

 fizz
 
 fizz::tool
 

Functions

int fizz::tool::fizzServerCommand (const std::vector< std::string > &args)
 

Variable Documentation

bool connected_ {false}
private

Definition at line 226 of file FizzServerCommand.cpp.

EventBase* evb_ {nullptr}
private

Definition at line 72 of file FizzServerCommand.cpp.

std::unique_ptr<TerminalInputHandler> inputHandler_
private

Definition at line 77 of file FizzServerCommand.cpp.

bool loop_ {false}
private

Definition at line 71 of file FizzServerCommand.cpp.

Definition at line 75 of file FizzServerCommand.cpp.

Referenced by fizz::server::test::AsyncFizzServerTest::accept(), UDPServer::address(), fizz::test::AsyncFizzBaseTest::AsyncFizzBaseTest(), BogoTestClient::BogoTestClient(), BogoTestServer::BogoTestServer(), folly::AsyncSocket::WriteRequest::bytesWritten(), folly::ConnectClient::connect(), UDPClient::connect(), BogoTestServer::connectErr(), BogoTestClient::connectErr(), folly::ConnectClient::connectErr(), BogoTestServer::connectSuccess(), BogoTestClient::connectSuccess(), folly::ConnectClient::connectSuccess(), fizz::server::test::AsyncFizzServerTest::expectTransportReadCallback(), fizz::client::test::AsyncFizzClientTest::expectTransportReadCallback(), fizz::test::AsyncFizzBaseTest::expectTransportReadCallback(), folly::AsyncSocket::WriteRequest::fail(), folly::AsyncServerSocket::getAddress(), UDPClient::getSocket(), folly::AsyncServerSocket::ServerEventHandler::handlerReady(), folly::AsyncSocket::IoHandler::handlerReady(), wangle::SSLAcceptorHandshakeHelper::handshakeErr(), wangle::SSLAcceptorHandshakeHelper::handshakeSuc(), UDPClient::onReadError(), folly::AsyncServerSocket::ServerEventHandler::operator=(), UDPServer::pauseAccepting(), folly::ReadCallbackTerminator::readDataAvailable(), UDPServer::resumeAccepting(), folly::AsyncSocket::ImmediateReadCB::runLoopCallback(), UDPServer::setChangePortForWrites(), UDPClient::setShouldConnect(), fizz::server::test::AsyncFizzServerTest::SetUp(), fizz::client::test::AsyncFizzClientTest::SetUp(), AsyncUDPSocketTest::SetUp(), UDPServer::shutdown(), UDPClient::shutdown(), wangle::SSLAcceptorHandshakeHelper::start(), UDPServer::start(), UDPClient::start(), fizz::test::AsyncFizzBaseTest::TearDown(), TEST(), fizz::test::TEST_F(), fizz::server::test::TEST_F(), fizz::client::test::TEST_F(), TEST_F(), DelayedWrite::timeoutExpired(), folly::AsyncServerSocket::BackoffTimeout::timeoutExpired(), folly::AsyncSocket::WriteTimeout::timeoutExpired(), UDPClient::writePing(), and ConnectedWriteUDPClient::writePing().

std::shared_ptr<SSLContext> sslCtx_
private

Definition at line 74 of file FizzServerCommand.cpp.

std::shared_ptr<AsyncFizzServer> transport_
private

Definition at line 221 of file FizzServerCommand.cpp.