proxygen
FizzClientCommand.cpp File Reference
#include <fizz/client/AsyncFizzClient.h>
#include <fizz/tool/FizzCommandCommon.h>
#include <folly/FileUtil.h>
#include <folly/io/async/SSLContext.h>
#include <iostream>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 fizz
 
 fizz::tool
 

Functions

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

Variable Documentation

folly::Function<void()> callback_
private

Definition at line 225 of file FizzClientCommand.cpp.

Referenced by wangle::ConnectionManager::addConnection(), proxygen::GenericFilter< TesterInterface, TesterInterface::Callback,&TesterInterface::setCallback, Owned >::append(), GenericFilterTest< Owned >::basicTest(), proxygen::HTTPParallelCodec::deliverCallbackIfAllowed(), folly::futures::detail::Core< T >::derefCallback(), folly::futures::detail::Core< T >::doCallback(), proxygen::GenericFilter< TesterInterface, TesterInterface::Callback,&TesterInterface::setCallback, Owned >::drop(), wangle::ConnectionManager::dropAllConnections(), proxygen::FilterChain< HTTPCodec, HTTPCodec::Callback, PassThroughHTTPCodecFilter,&HTTPCodec::setCallback, true >::FilterChain(), FilterTest::FilterTest(), wangle::FizzAcceptorHandshakeHelper::fizzHandshakeError(), wangle::FizzAcceptorHandshakeHelper::fizzHandshakeSuccess(), folly::AsyncSocket::WriteRequest::getCallback(), proxygen::PassThroughTransportFilter::getReadBuffer(), wangle::SSLAcceptorHandshakeHelper::handshakeErr(), wangle::FizzAcceptorHandshakeHelper::handshakeErr(), wangle::SSLAcceptorHandshakeHelper::handshakeSuc(), wangle::FizzAcceptorHandshakeHelper::handshakeSuc(), folly::detail::notification_queue_consumer_wrapper< MessageT, TCallback >::messageAvailable(), TestFilter< false >::onA(), TestFilterOddDeleteOn< Owned >::onA(), proxygen::RFC1867Codec::onHeadersComplete(), proxygen::RFC1867Codec::onIngress(), proxygen::RFC1867Codec::onIngressEOM(), folly::futures::detail::Core< T >::proxyCallback(), proxygen::PassThroughTransportFilter::readDataAvailable(), proxygen::PassThroughTransportFilter::readEOF(), proxygen::PassThroughTransportFilter::readErr(), wangle::ConnectionManager::removeConnection(), proxygen::HTTPParallelCodec::setCallback(), folly::futures::detail::Core< T >::setCallback(), proxygen::GenericFilter< TesterInterface, TesterInterface::Callback,&TesterInterface::setCallback, Owned >::setCallbackInternalImpl(), proxygen::RFC1867Base::SetUp(), GenericFilterTest< Owned >::SetUp(), wangle::SSLAcceptorHandshakeHelper::start(), wangle::EvbHandshakeHelper::start(), wangle::FizzAcceptorHandshakeHelper::start(), TEST(), TEST_F(), proxygen::RFC1867Base::testSimple(), proxygen::AckTimeout::timeoutExpired(), and folly::detail::async_timeout_wrapper< TCallback >::timeoutExpired().

AsyncSocket::UniquePtr sock_
private

Definition at line 205 of file FizzClientCommand.cpp.

Referenced by Cb::connectSuccess(), and folly::TEST_F().

AsyncFizzClient::UniquePtr transport_
private

Definition at line 206 of file FizzClientCommand.cpp.

Referenced by HTTPDownstreamTest< SPDY3_1CodecPair >::addSingleByteReads(), proxygen::HTTPTransaction::addWaitingForReplaySafety(), HTTPUpstreamTest< SPDY3CodecPair >::commonSetUp(), HTTP2UpstreamSessionWithVirtualNodesTest::commonSetUp(), BogoTestServer::connectSuccess(), BogoTestClient::connectSuccess(), wangle::FizzAcceptorHandshakeHelper::dropConnection(), BogoTestServer::fizzHandshakeAttemptFallback(), wangle::FizzAcceptorHandshakeHelper::fizzHandshakeAttemptFallback(), BogoTestServer::fizzHandshakeError(), wangle::FizzAcceptorHandshakeHelper::fizzHandshakeError(), BogoTestClient::fizzHandshakeError(), BogoTestServer::fizzHandshakeSuccess(), wangle::FizzAcceptorHandshakeHelper::fizzHandshakeSuccess(), BogoTestClient::fizzHandshakeSuccess(), HTTPDownstreamTest< SPDY3_1CodecPair >::flushRequests(), proxygen::HTTPTransaction::getCurrentTransportInfo(), proxygen::HTTPTransaction::getLocalAddress(), proxygen::HTTPTransaction::getPeerAddress(), proxygen::HTTPTransaction::getSetupTransportInfo(), wangle::PipelineBase::getTransport(), proxygen::HTTPTransaction::getTransport(), HTTPDownstreamTest< SPDY3_1CodecPair >::HTTPDownstreamTest(), HTTPUpstreamTest< SPDY3CodecPair >::HTTPUpstreamTest(), MockCodecDownstreamTest::MockCodecDownstreamTest(), proxygen::HTTPTransaction::needToBlockForReplaySafety(), proxygen::HTTPTransaction::newExTransaction(), proxygen::HTTPTransaction::newPushedTransaction(), HTTPDownstreamTest< SPDY3_1CodecPair >::parseOutput(), BogoTestServer::readBufferAvailable(), BogoTestClient::readBufferAvailable(), proxygen::HTTPTransaction::removeWaitingForReplaySafety(), HTTPDownstreamTest< SPDY3_1CodecPair >::resumeWritesAfterDelay(), HTTPDownstreamTest< SPDY3_1CodecPair >::resumeWritesInLoop(), proxygen::HTTPTransaction::sendChunkHeader(), HTTPDownstreamTest< SPDY3_1CodecPair >::sendRequestLater(), wangle::PipelineBase::setTransport(), DownstreamTransactionTest::SetUp(), DownstreamTransactionTest::setupRequestResponseFlow(), wangle::FizzAcceptorHandshakeHelper::start(), proxygen::HTTPTransaction::supportsPushTransactions(), TEST_F(), MockCodecDownstreamTest::testGoaway(), proxygen::HTTPTransaction::timeoutExpired(), and TYPED_TEST_P().

bool willResume_ {false}
private

Definition at line 207 of file FizzClientCommand.cpp.