proxygen
folly::AsyncTransport::ReplaySafetyCallback Class Referenceabstract

#include <AsyncTransport.h>

Inheritance diagram for folly::AsyncTransport::ReplaySafetyCallback:
folly::test::MockReplaySafetyCallback proxygen::HTTPSession proxygen::HTTPDownstreamSession proxygen::HTTPUpstreamSession

Public Member Functions

virtual ~ReplaySafetyCallback ()=default
 
virtual void onReplaySafe ()=0
 

Detailed Description

Callback class to signal when a transport that did not have replay protection gains replay protection. This is needed for 0-RTT security protocols.

Definition at line 449 of file AsyncTransport.h.

Constructor & Destructor Documentation

virtual folly::AsyncTransport::ReplaySafetyCallback::~ReplaySafetyCallback ( )
virtualdefault

Member Function Documentation

virtual void folly::AsyncTransport::ReplaySafetyCallback::onReplaySafe ( )
pure virtual

Called when the transport becomes replay safe.

Implemented in proxygen::HTTPSession, and folly::test::MockReplaySafetyCallback.


The documentation for this class was generated from the following file: