Remove pure virtual methods from TlsHandshaker

These methods serve no purpose except to confuse readers of the relationship
between QuicCryptoStream (and its subclasses), the subclasses of
TlsHandshaker, and the relationships between those two sets of subclasses.

PiperOrigin-RevId: 332112054
Change-Id: I01e281612a8787d3f5731d2ce8b7c0ac03f87c7e
1 file changed
tree: b477b40aa43718fd783d1b11f804f5bfd9f7d5f1
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.