| Botan
    1.10.16
    | 
#include <tls_messages.h>
 
  
 | Public Member Functions | |
| Hello_Request (Record_Writer &) | |
| Hello_Request (const MemoryRegion< byte > &buf) | |
| void | send (Record_Writer &, HandshakeHash &) const | 
| Handshake_Type | type () const | 
Hello Request Message
Definition at line 211 of file tls_messages.h.
| Botan::Hello_Request::Hello_Request | ( | Record_Writer & | writer | ) | 
Definition at line 39 of file hello.cpp.
References Botan::HandshakeMessage::send(), and Botan::MemoryRegion< T >::size().
| 
 | inline | 
Definition at line 217 of file tls_messages.h.
| 
 | inherited | 
Definition at line 16 of file hello.cpp.
References Botan::Record_Writer::flush(), Botan::HANDSHAKE, Botan::Record_Writer::send(), Botan::MemoryRegion< T >::size(), Botan::HandshakeMessage::type(), and Botan::HandshakeHash::update().
Referenced by Botan::Certificate::Certificate(), Botan::Certificate_Req::Certificate_Req(), Botan::Finished::Finished(), Hello_Request(), and Botan::Server_Hello_Done::Server_Hello_Done().
| 
 | inlinevirtual | 
Implements Botan::HandshakeMessage.
Definition at line 214 of file tls_messages.h.
References Botan::HELLO_REQUEST.
 1.8.13
 1.8.13