Context.h
Go to the documentation of this file.
Definition: Alert.h:15
virtual Connection * createClient(tcp_pcb *tcp)=0
Creates client SSL connection. Your SSL client use this call to create a client connection to remote ...
virtual bool init()=0
Initializer method that must be called after object creation and before the creation of server or cli...
virtual Connection * createServer(tcp_pcb *tcp)=0
Creates server SSL connection. Your SSL servers use this call to allow remote clients to connect to t...
Implemented by SSL adapter to create and manage SSL connections.
Definition: Context.h:28