OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
< SslSession
SslSessionPtr
 
typedef boost::function< void(SslSessionPtr,
const
boost::system::error_code
&error)> 
SslHandShakeCallbackHandler
 

Typedef Documentation

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

Definition at line 14 of file ssl_session.h.

typedef boost::intrusive_ptr<SslSession> SslSessionPtr

Definition at line 11 of file ssl_session.h.