proxygen
proxygen::HTTPDownstreamSession Member List

This is the complete list of members for proxygen::HTTPDownstreamSession, including all inherited members.

addCodecFilter(Args &&...args)proxygen::HTTPSessionBaseinline
proxygen::HTTPTransaction::Transport::addWaitingForReplaySafety(folly::AsyncTransport::ReplaySafetyCallback *callback) noexcept=0proxygen::HTTPTransaction::Transportpure virtual
allTransactionsStarted() const overrideproxygen::HTTPDownstreamSessionprivatevirtual
attachThreadLocals(folly::EventBase *, folly::SSLContextPtr, const WheelTimerInstance &, HTTPSessionStats *, FilterIteratorFn, HeaderCodec::Stats *, HTTPSessionController *) overrideproxygen::HTTPDownstreamSessioninlineprivatevirtual
attachToSessionController()proxygen::HTTPSessionBaseprotected
Callback()=defaultfolly::HHWheelTimer::Callback
callbackCanceled() noexceptfolly::HHWheelTimer::Callbackinlinevirtual
cancelLoopCallbacks()proxygen::HTTPSessioninlineprotected
cancelTimeout()folly::HHWheelTimer::Callbackinline
checkForShutdown()proxygen::HTTPSessionprotected
closeWhenIdle() overrideproxygen::HTTPSessionvirtual
codec_proxygen::HTTPSessionBaseprotected
connCloseByRemote() overrideproxygen::HTTPSessioninlinevirtual
createTransaction(HTTPCodec::StreamID streamID, const folly::Optional< HTTPCodec::StreamID > &assocStreamID, const folly::Optional< HTTPCodec::ExAttributes > &exAttributes, const http2::PriorityUpdate &priority=http2::DefaultPriority)proxygen::HTTPSessionprotected
decrementTransactionCount(HTTPTransaction *txn, bool ingressEOM, bool egressEOM)proxygen::HTTPSessionprotected
DelayedDestruction()folly::DelayedDestructioninlineprotected
DelayedDestructionBase()folly::DelayedDestructionBaseinlineprotected
describe(std::ostream &os) const overrideproxygen::HTTPSessionvirtual
destroy()folly::DelayedDestructioninlinevirtual
detach(HTTPTransaction *txn) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
detachThreadLocals(bool) overrideproxygen::HTTPDownstreamSessioninlineprivatevirtual
drain() overrideproxygen::HTTPSessionprotectedvirtual
drainImpl()proxygen::HTTPSessionprotected
draining_proxygen::HTTPSessionprotected
dropConnection() overrideproxygen::HTTPSessionvirtual
dumpConnectionState(uint8_t loglevel) overrideproxygen::HTTPSessionvirtual
egressBodySizeLimit_proxygen::HTTPSessionBaseprotectedstatic
egressLimitExceeded() const proxygen::HTTPSessionBaseinlineprotected
enableDoubleGoawayDrain() overrideproxygen::HTTPSessioninlinevirtual
enableExHeadersSettings() noexceptproxygen::HTTPSessionBase
errorOnAllTransactions(ProxygenError err, const std::string &errorMsg)proxygen::HTTPSessionprotected
errorOnTransactionId(HTTPCodec::StreamID id, HTTPException ex)proxygen::HTTPSessionprotected
errorOnTransactionIds(const std::vector< HTTPCodec::StreamID > &ids, ProxygenError err, const std::string &extraErrorMsg="")proxygen::HTTPSessionprotected
FilterIteratorFn typedefproxygen::HTTPSessionBase
findTransaction(HTTPCodec::StreamID streamID)proxygen::HTTPSessionprotected
fireCloseWhenIdle(bool force_to_close=false)wangle::ManagedConnectioninline
fireNotifyPendingShutdown()wangle::ManagedConnectioninline
flowControlTimeoutExpired() noexceptproxygen::HTTPSessionprotected
getByteEventTracker()proxygen::HTTPSessioninline
getCodec() const noexceptoverrideproxygen::HTTPSessioninlineprotectedvirtual
getCodecProtocol() const proxygen::HTTPSessionBaseinlinevirtual
getCodecSendWindowSize() const proxygen::HTTPSessionprotected
getConnectionCloseReason() const proxygen::HTTPSessionBaseinline
getConnectionManager()wangle::ManagedConnectioninline
getController()proxygen::HTTPSessionBaseinline
getCurrentTransportInfo(wangle::TransportInfo *tinfo) overrideproxygen::HTTPSessionvirtual
getCurrentTransportInfoWithoutUpdate(wangle::TransportInfo *tinfo) const overrideproxygen::HTTPSessionvirtual
getCurTime()folly::HHWheelTimer::Callbackinlineprotectedvirtual
getDestroyPending() const folly::DelayedDestructioninline
getDestructorGuardCount() const folly::DelayedDestructionBaseinlineprotected
getEventBase() const overrideproxygen::HTTPSessioninlinevirtual
getHistoricalMaxOutgoingStreams() const proxygen::HTTPSessionBaseinline
getHTTP2PrioritiesEnabled() const overrideproxygen::HTTPSessioninlinevirtual
getHTTPPriority(uint8_t) overrideproxygen::HTTPSessioninlineprotectedvirtual
getInfoCallback() const proxygen::HTTPSessionBaseinline
getLatestIdleTime() const proxygen::HTTPSessionBaseinline
getLocalAddress() const noexceptoverrideproxygen::HTTPSessioninlinevirtual
getMaxConcurrentOutgoingStreams() const proxygen::HTTPSessionBaseinline
getNextToSend(bool *cork, bool *eom)proxygen::HTTPSessionprotected
getNumIncomingStreams() const overrideproxygen::HTTPSessioninlinevirtual
getNumOutgoingStreams() const overrideproxygen::HTTPSessioninlinevirtual
getNumTxnServed() const proxygen::HTTPSessionBaseinline
getParseErrorHandler(HTTPTransaction *txn, const HTTPException &error)proxygen::HTTPSessionBase
getPeerAddress() const noexceptoverrideproxygen::HTTPSessioninlinevirtual
getReadBuffer(void **buf, size_t *bufSize) overrideproxygen::HTTPSessionprotectedvirtual
getSecondAuthManager() const proxygen::HTTPSession
getSecurityProtocol() const overrideproxygen::HTTPSessioninlineprotectedvirtual
getSetupTransportInfo() const noexceptoverrideproxygen::HTTPSessioninlinevirtual
proxygen::HTTPSessionBase::getSetupTransportInfo() noexceptproxygen::HTTPSessionBaseinline
getTimeRemaining()folly::HHWheelTimer::Callbackinline
getTransactionTimeoutHandler(HTTPTransaction *txn) overrideproxygen::HTTPDownstreamSessionprivatevirtual
getTransport() overrideproxygen::HTTPSessioninlinevirtual
getTransport() const overrideproxygen::HTTPSessioninlinevirtual
getType() const noexceptoverrideproxygen::HTTPSessioninlinevirtual
getUnderlyingTransport() const noexceptoverrideproxygen::HTTPSessioninlineprotectedvirtual
getWriteBufferLimit() const proxygen::HTTPSessionBaseinline
handleErrorDirectly(HTTPTransaction *txn, const HTTPException &error)proxygen::HTTPSessionBaseprotected
handleLastByteEvents(ByteEventTracker *byteEventTracker, HTTPTransaction *txn, size_t encodedSize, size_t byteOffset, bool piggybacked)proxygen::HTTPSessionBaseprotectedstatic
hasActiveTransactions() const overrideproxygen::HTTPSessioninlinevirtual
hasMoreWrites() const proxygen::HTTPSessionprotected
HTTPDownstreamSession(const WheelTimerInstance &timeout, folly::AsyncTransportWrapper::UniquePtr &&sock, const folly::SocketAddress &localAddr, const folly::SocketAddress &peerAddr, HTTPSessionController *controller, std::unique_ptr< HTTPCodec > codec, const wangle::TransportInfo &tinfo, InfoCallback *infoCallback)proxygen::HTTPDownstreamSessioninline
HTTPDownstreamSession(folly::HHWheelTimer *timer, folly::AsyncTransportWrapper::UniquePtr &&sock, const folly::SocketAddress &localAddr, const folly::SocketAddress &peerAddr, HTTPSessionController *controller, std::unique_ptr< HTTPCodec > codec, const wangle::TransportInfo &tinfo, InfoCallback *infoCallback)proxygen::HTTPDownstreamSessioninline
HTTPSession(const WheelTimerInstance &timeout, folly::AsyncTransportWrapper::UniquePtr sock, const folly::SocketAddress &localAddr, const folly::SocketAddress &peerAddr, HTTPSessionController *controller, std::unique_ptr< HTTPCodec > codec, const wangle::TransportInfo &tinfo, InfoCallback *infoCallback)proxygen::HTTPSessionprotected
HTTPSession(folly::HHWheelTimer *transactionTimeouts, folly::AsyncTransportWrapper::UniquePtr sock, const folly::SocketAddress &localAddr, const folly::SocketAddress &peerAddr, HTTPSessionController *controller, std::unique_ptr< HTTPCodec > codec, const wangle::TransportInfo &tinfo, InfoCallback *infoCallback)proxygen::HTTPSessionprotected
HTTPSessionBase(const folly::SocketAddress &localAddr, const folly::SocketAddress &peerAddr, HTTPSessionController *controller, const wangle::TransportInfo &tinfo, InfoCallback *infoCallback, std::unique_ptr< HTTPCodec > codec)proxygen::HTTPSessionBase
immediateShutdown()proxygen::HTTPSessionprotected
incrementSeqNo()proxygen::HTTPSessionBaseinlineprotected
infoCallback_proxygen::HTTPSessionBaseprotected
ingressError_proxygen::HTTPSessionprotected
ingressLimitExceeded() const proxygen::HTTPSessionBaseinlineprotected
initCodecHeaderIndexingStrategy()proxygen::HTTPSessionBaseprotected
invokeOnAllTransactions(void(HTTPTransaction::*fn)(Args1...), Args2 &&...args)proxygen::HTTPSessioninlineprotected
isBufferMovable() noexceptoverrideproxygen::HTTPSessionprotectedvirtual
isBusy() const overrideproxygen::HTTPSessionvirtual
isClosing() const overrideproxygen::HTTPDownstreamSessioninlineprivatevirtual
isDetachable(bool) const overrideproxygen::HTTPDownstreamSessioninlineprivatevirtual
isDraining() const overrideproxygen::HTTPSessioninlineprotectedvirtual
isExHeadersEnabled() noexceptproxygen::HTTPSessionBaseinline
isPrioritySampled() const proxygen::HTTPSessionBaseinlineprotected
isReplaySafe() const overrideproxygen::HTTPDownstreamSessioninlineprivatevirtual
isReusable() const overrideproxygen::HTTPDownstreamSessioninlineprivatevirtual
isScheduled() const folly::HHWheelTimer::Callbackinline
kDefaultReadBufLimitproxygen::HTTPSessionBaseprotectedstatic
kDefaultWriteBufLimitproxygen::HTTPSessionBaseprotectedstatic
liveTransactions_proxygen::HTTPSessionprotected
localAddr_proxygen::HTTPSessionBaseprotected
ManagedConnection()wangle::ManagedConnection
maxReadBufferSize_proxygen::HTTPSessionBaseprotectedstatic
newExTransaction(HTTPTransaction::Handler *handler, HTTPCodec::StreamID controlStream, bool unidirectional=false) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
newPushedTransaction(HTTPCodec::StreamID assocStreamId, HTTPTransaction::PushHandler *handler) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
newTransaction(HTTPTransaction::Handler *) overrideproxygen::HTTPDownstreamSessioninlineprivatevirtual
notifyBodyProcessed(uint32_t bytes)proxygen::HTTPSessionBaseprotected
notifyEgressBodyBuffered(int64_t bytes) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
notifyIngressBodyProcessed(uint32_t bytes) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
notifyPendingEgress() noexceptoverrideproxygen::HTTPSessionprotectedvirtual
notifyPendingShutdown() overrideproxygen::HTTPSessionvirtual
numActiveWrites_proxygen::HTTPSessionprotected
numIncomingStreams() const overrideproxygen::HTTPSessioninlineprotectedvirtual
numOutgoingStreams() const overrideproxygen::HTTPSessioninlineprotectedvirtual
onAbort(HTTPCodec::StreamID streamID, ErrorCode code) overrideproxygen::HTTPSessionprotectedvirtual
onBody(HTTPCodec::StreamID streamID, std::unique_ptr< folly::IOBuf > chain, uint16_t padding) overrideproxygen::HTTPSessionprotectedvirtual
onBodyImpl(std::unique_ptr< folly::IOBuf > chain, size_t length, uint16_t padding, HTTPTransaction *txn)proxygen::HTTPSessionBaseprotected
onCertificate(uint16_t certId, std::unique_ptr< folly::IOBuf > authenticator) overrideproxygen::HTTPSessionprotectedvirtual
onCertificateRequest(uint16_t requestId, std::unique_ptr< folly::IOBuf > authRequest) overrideproxygen::HTTPSessionprotectedvirtual
onChunkComplete(HTTPCodec::StreamID stream) overrideproxygen::HTTPSessionprotectedvirtual
onChunkHeader(HTTPCodec::StreamID stream, size_t length) overrideproxygen::HTTPSessionprotectedvirtual
onCodecChanged()proxygen::HTTPSessionBaseprotected
onCreateTransaction()proxygen::HTTPSessionBaseinlineprotected
onEgressMessageFinished(HTTPTransaction *txn, bool withRST=false)proxygen::HTTPSessionprotected
onError(HTTPCodec::StreamID streamID, const HTTPException &error, bool newTxn) overrideproxygen::HTTPSessionprotectedvirtual
onExMessageBegin(HTTPCodec::StreamID streamID, HTTPCodec::StreamID controlStream, bool unidirectional, HTTPMessage *msg) overrideproxygen::HTTPSessionprotectedvirtual
onGoaway(uint64_t lastGoodStreamID, ErrorCode code, std::unique_ptr< folly::IOBuf > debugData=nullptr) overrideproxygen::HTTPSessionprotectedvirtual
onHeadersComplete(HTTPCodec::StreamID streamID, std::unique_ptr< HTTPMessage > msg) overrideproxygen::HTTPSessionprotectedvirtual
onHeadersSent(const HTTPMessage &headers, bool codecWasReusable) overrideproxygen::HTTPDownstreamSessionprivatevirtual
onMessageBegin(HTTPCodec::StreamID streamID, HTTPMessage *msg) overrideproxygen::HTTPSessionprotectedvirtual
onMessageComplete(HTTPCodec::StreamID streamID, bool upgrade) overrideproxygen::HTTPSessionprotectedvirtual
onNativeProtocolUpgrade(HTTPCodec::StreamID streamID, CodecProtocol protocol, const std::string &protocolString, HTTPMessage &msg) overrideproxygen::HTTPDownstreamSessionprivatevirtual
onNativeProtocolUpgradeImpl(HTTPCodec::StreamID txn, std::unique_ptr< HTTPCodec > codec, const std::string &protocolString)proxygen::HTTPSessionprotected
onNewOutgoingStream(uint32_t outgoingStreams)proxygen::HTTPSessionBaseinlineprotected
onNewTransactionParseError(HTTPCodec::StreamID streamID, const HTTPException &error)proxygen::HTTPSessionprotected
onPingReply(uint64_t uniqueID) overrideproxygen::HTTPSessionprotectedvirtual
onPingRequest(uint64_t uniqueID) overrideproxygen::HTTPSessionprotectedvirtual
onPriority(HTTPCodec::StreamID stream, const HTTPMessage::HTTPPriority &) overrideproxygen::HTTPSessionprotectedvirtual
onPushMessageBegin(HTTPCodec::StreamID streamID, HTTPCodec::StreamID assocStreamID, HTTPMessage *msg) overrideproxygen::HTTPSessionprotectedvirtual
onSessionParseError(const HTTPException &error)proxygen::HTTPSessionprotected
onSettings(const SettingsList &settings) overrideproxygen::HTTPSessionprotectedvirtual
onSettingsAck() overrideproxygen::HTTPSessionprotectedvirtual
onTrailersComplete(HTTPCodec::StreamID streamID, std::unique_ptr< HTTPHeaders > trailers) overrideproxygen::HTTPSessionprotectedvirtual
onWindowUpdate(HTTPCodec::StreamID stream, uint32_t amount) overrideproxygen::HTTPSessionprotectedvirtual
onWriteCompleted()proxygen::HTTPSessionprotected
onWriteError(size_t bytesWritten, const folly::AsyncSocketException &ex)proxygen::HTTPSessionprotected
onWriteSuccess(uint64_t bytesWritten)proxygen::HTTPSessionprotected
pauseIngress(HTTPTransaction *txn) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
pauseReads()proxygen::HTTPSessionprotected
pauseReadsImpl()proxygen::HTTPSessionprotected
peerAddr_proxygen::HTTPSessionBaseprotected
processReadData()proxygen::HTTPSessionprotected
readBuf_proxygen::HTTPSessionprotected
readBufferAvailable(std::unique_ptr< folly::IOBuf >) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
readDataAvailable(size_t readSize) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
readEOF() noexceptoverrideproxygen::HTTPSessionprotectedvirtual
readErr(const folly::AsyncSocketException &) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
readsPaused() const proxygen::HTTPSessioninlineprotected
readsShutdown() const proxygen::HTTPSessioninlineprotected
readsUnpaused() const proxygen::HTTPSessioninlineprotected
readTimeoutExpired() noexceptproxygen::HTTPSessionprotected
proxygen::HTTPTransaction::Transport::removeWaitingForReplaySafety(folly::AsyncTransport::ReplaySafetyCallback *callback) noexcept=0proxygen::HTTPTransaction::Transportpure virtual
rescheduleLoopCallbacks()proxygen::HTTPSessioninlineprotected
resetAfterDrainingWrites_proxygen::HTTPSessionprotected
resetTimeout()wangle::ManagedConnectionvirtual
resetTimeoutTo(std::chrono::milliseconds)wangle::ManagedConnection
resumeIngress(HTTPTransaction *txn) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
resumeReads()proxygen::HTTPSessionprotected
resumeReadsImpl()proxygen::HTTPSessionprotected
resumeTransactions()proxygen::HTTPSessionprotected
runDestroyCallbacks()proxygen::HTTPSessionBaseprotected
runLoopCallback() noexceptoverrideproxygen::HTTPSessionprotectedvirtual
scheduleTimeout(folly::HHWheelTimer::Callback *callback, std::chrono::milliseconds timeout)wangle::ManagedConnectionvirtual
scheduleWrite()proxygen::HTTPSessionprotected
sendAbort(HTTPTransaction *txn, ErrorCode statusCode) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
sendBody(HTTPTransaction *txn, std::unique_ptr< folly::IOBuf >, bool includeEOM, bool trackLastByteFlushed) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
sendCertificateRequest(std::unique_ptr< folly::IOBuf > certificateRequestContext, std::vector< fizz::Extension > extensions) overrideproxygen::HTTPSessionvirtual
sendChunkHeader(HTTPTransaction *txn, size_t length) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
sendChunkTerminator(HTTPTransaction *txn) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
sendEOM(HTTPTransaction *txn, const HTTPHeaders *trailers) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
sendHeaders(HTTPTransaction *txn, const HTTPMessage &headers, HTTPHeaderSize *size, bool includeEOM) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
sendPing() overrideproxygen::HTTPSessionvirtual
sendPriority(http2::PriorityUpdate pri) overrideproxygen::HTTPSessionvirtual
sendPriority(HTTPCodec::StreamID id, http2::PriorityUpdate pri) overrideproxygen::HTTPSessionvirtual
sendPriority(HTTPTransaction *txn, const http2::PriorityUpdate &pri) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
sendPriorityImpl(HTTPCodec::StreamID streamID, http2::PriorityUpdate pri)proxygen::HTTPSessionprotected
sendSettings() overrideproxygen::HTTPSessionvirtual
sendWindowUpdate(HTTPTransaction *txn, uint32_t bytes) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
sessionByteOffset()proxygen::HTTPSessioninlineprotected
sessionStats_proxygen::HTTPSessionBaseprotected
SessionType enum nameproxygen::HTTPSessionBase
setByteEventTracker(std::shared_ptr< ByteEventTracker > byteEventTracker)proxygen::HTTPSession
setCloseReason(ConnectionCloseReason reason)proxygen::HTTPSessionBaseinlineprotected
setController(HTTPSessionController *controller)proxygen::HTTPSessionBaseinline
setDefaultReadBufferLimit(uint32_t limit)proxygen::HTTPSessionBaseinlinestatic
setDefaultWriteBufferLimit(uint32_t max)proxygen::HTTPSessionBaseinlinestatic
setEgressBytesLimit(uint64_t bytesLimit)proxygen::HTTPSession
setEgressSettings(const SettingsList &inSettings) overrideproxygen::HTTPSessionvirtual
setFlowControl(size_t initialReceiveWindow, size_t receiveStreamWindowSize, size_t receiveSessionWindowSize) overrideproxygen::HTTPSessionvirtual
setFlowControlledBodySizeLimit(uint32_t limit)proxygen::HTTPSessionBaseinlinestatic
setHeaderCodecStats(HeaderCodec::Stats *stats) overrideproxygen::HTTPSessioninlinevirtual
setHTTP2PrioritiesEnabled(bool enabled) overrideproxygen::HTTPSessioninlinevirtual
setInfoCallback(InfoCallback *callback)proxygen::HTTPSessionBaseinline
setLatestActive()proxygen::HTTPSessionBaseinlineprotected
setMaxConcurrentIncomingStreams(uint32_t num) overrideproxygen::HTTPSessionvirtual
setMaxConcurrentOutgoingStreams(uint32_t num)proxygen::HTTPSessionBaseinline
setMaxReadBufferSize(uint32_t bytes)proxygen::HTTPSessionBaseinlinestatic
setNewTransactionPauseState(HTTPCodec::StreamID streamID)proxygen::HTTPSessionprotected
setPrioritySampled(bool sampled)proxygen::HTTPSessionBaseinline
setReadBufferLimit(uint32_t limit)proxygen::HTTPSessionBaseinline
setSecondAuthManager(std::unique_ptr< SecondaryAuthManager > secondAuthManager)proxygen::HTTPSession
setSessionStats(HTTPSessionStats *stats) overrideproxygen::HTTPSessionvirtual
setupOnHeadersComplete(HTTPTransaction *txn, HTTPMessage *msg) overrideproxygen::HTTPDownstreamSessionprivatevirtual
setWriteBufferLimit(uint32_t limit)proxygen::HTTPSessionBaseinline
shouldShutdown() const proxygen::HTTPSessionprotected
shutdownTransport(bool shutdownReads=true, bool shutdownWrites=true, const std::string &errorMsg="")proxygen::HTTPSessionprotected
shutdownTransportWithReset(ProxygenError errorCode, const std::string &errorMsg="")proxygen::HTTPSessionprotected
sock_proxygen::HTTPSessionprotected
started_proxygen::HTTPSessionprotected
startNow() overrideproxygen::HTTPDownstreamSessionvirtual
supportsMoreTransactions() const proxygen::HTTPSessionBaseinline
timeout_proxygen::HTTPSessionprotected
timeoutExpired() noexceptoverrideproxygen::HTTPSessioninlinevirtual
transactions_proxygen::HTTPSessionprotected
transactionTimeout(HTTPTransaction *txn) noexceptoverrideproxygen::HTTPSessionprotectedvirtual
transportInfo_proxygen::HTTPSessionBaseprotected
txnEgressQueue_proxygen::HTTPSessionprotected
UniquePtr typedefproxygen::HTTPSession
updatePendingWriteSize(int64_t delta)proxygen::HTTPSessionBaseinlineprotected
updateWriteBufSize(int64_t delta)proxygen::HTTPSessionprotected
updateWriteCount()proxygen::HTTPSessionprotected
writeBuf_proxygen::HTTPSessionprotected
writesDraining_proxygen::HTTPSessionprotected
writesPaused() const proxygen::HTTPSessioninlineprotected
writesShutdown() const proxygen::HTTPSessioninlineprotected
writesUnpaused() const proxygen::HTTPSessioninlineprotected
writeTimeout_proxygen::HTTPSessionprotected
writeTimeoutExpired() noexceptproxygen::HTTPSessionprotected
~BufferCallback()folly::AsyncTransport::BufferCallbackinlineprotectedvirtual
proxygen::~Callback()folly::HHWheelTimer::Callbackvirtual
proxygen::ByteEventTracker::Callback::~Callback()proxygen::ByteEventTracker::Callbackinlinevirtual
~DelayedDestruction() override=defaultfolly::DelayedDestructionprotected
~DelayedDestructionBase()=defaultfolly::DelayedDestructionBasevirtual
~HTTPDownstreamSession() overrideproxygen::HTTPDownstreamSessionprivate
~HTTPPriorityMapFactoryProvider()=defaultproxygen::HTTPPriorityMapFactoryProviderprotectedvirtual
~HTTPSession() overrideproxygen::HTTPSessionprotected
~HTTPSessionBase()proxygen::HTTPSessionBaseinlinevirtual
~ManagedConnection() overridewangle::ManagedConnectionprotected
~Transport()proxygen::HTTPTransaction::Transportinlinevirtual