OpenSDN source code
ssl_session.h File Reference
#include "io/tcp_session.h"
#include "io/ssl_server.h"
Include dependency graph for ssl_session.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SslSession
 

Typedefs

typedef boost::intrusive_ptr< SslSessionSslSessionPtr
 
typedef boost::function< void(SslSessionPtr, const boost::system::error_code &error)> SslHandShakeCallbackHandler
 

Typedef Documentation

◆ SslHandShakeCallbackHandler

typedef boost::function<void(SslSessionPtr, const boost::system::error_code& error)> SslHandShakeCallbackHandler

Definition at line 14 of file ssl_session.h.

◆ SslSessionPtr

typedef boost::intrusive_ptr<SslSession> SslSessionPtr

Definition at line 12 of file ssl_session.h.