proxygen
MockSSLStats Class Reference
Inheritance diagram for MockSSLStats:
wangle::SSLStats

Public Member Functions

 MOCK_QUALIFIED_METHOD1 (recordTLSTicketRotation, noexcept, void(bool valid))
 
void recordSSLAcceptLatency (int64_t) noexceptoverride
 
void recordTLSTicket (bool, bool) noexceptoverride
 
void recordSSLSession (bool, bool, bool) noexceptoverride
 
void recordSSLSessionRemove () noexceptoverride
 
void recordSSLSessionFree (uint32_t) noexceptoverride
 
void recordSSLSessionSetError (uint32_t) noexceptoverride
 
void recordSSLSessionGetError (uint32_t) noexceptoverride
 
void recordClientRenegotiation () noexceptoverride
 
void recordSSLClientCertificateMismatch () noexceptoverride
 
void recordSSLUpstreamConnection (bool) noexceptoverride
 
void recordSSLUpstreamConnectionError (bool) noexceptoverride
 
- Public Member Functions inherited from wangle::SSLStats
virtual ~SSLStats () noexcept
 
virtual void recordTLSTicketRotation (bool valid) noexcept=0
 

Detailed Description

Definition at line 23 of file TLSTicketKeyManagerTest.cpp.

Member Function Documentation

MockSSLStats::MOCK_QUALIFIED_METHOD1 ( recordTLSTicketRotation  ,
noexcept  ,
void(bool valid)   
)
void MockSSLStats::recordClientRenegotiation ( )
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 39 of file TLSTicketKeyManagerTest.cpp.

39 {}
void MockSSLStats::recordSSLAcceptLatency ( int64_t  )
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 28 of file TLSTicketKeyManagerTest.cpp.

28 {}
void MockSSLStats::recordSSLClientCertificateMismatch ( )
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 40 of file TLSTicketKeyManagerTest.cpp.

40 {}
void MockSSLStats::recordSSLSession ( bool  ,
bool  ,
bool   
)
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 31 of file TLSTicketKeyManagerTest.cpp.

34  {}
void MockSSLStats::recordSSLSessionFree ( uint32_t  )
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 36 of file TLSTicketKeyManagerTest.cpp.

36 {}
void MockSSLStats::recordSSLSessionGetError ( uint32_t  )
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 38 of file TLSTicketKeyManagerTest.cpp.

38 {}
void MockSSLStats::recordSSLSessionRemove ( )
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 35 of file TLSTicketKeyManagerTest.cpp.

35 {}
void MockSSLStats::recordSSLSessionSetError ( uint32_t  )
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 37 of file TLSTicketKeyManagerTest.cpp.

37 {}
void MockSSLStats::recordSSLUpstreamConnection ( bool  )
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 43 of file TLSTicketKeyManagerTest.cpp.

43 {}
void MockSSLStats::recordSSLUpstreamConnectionError ( bool  )
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 44 of file TLSTicketKeyManagerTest.cpp.

44 {}
void MockSSLStats::recordTLSTicket ( bool  ,
bool   
)
inlineoverridevirtualnoexcept

Implements wangle::SSLStats.

Definition at line 29 of file TLSTicketKeyManagerTest.cpp.

29  {
30  }

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