proxygen
|
#include <AsyncTransport.h>
Public Member Functions | |
virtual | ~ReplaySafetyCallback ()=default |
virtual void | onReplaySafe ()=0 |
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.
|
virtualdefault |
|
pure virtual |
Called when the transport becomes replay safe.
Implemented in proxygen::HTTPSession, and folly::test::MockReplaySafetyCallback.