The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

transport.h File Reference

#include <map>
#include <string>

Include dependency graph for transport.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ssl_cert
 ssl_cert is a class which abstracts SSL certificate and key information. More...
class  ISHRequest
 Used to represent a request to a transport provider module. More...
class  InspSocketAttachCertRequest
 Used to represent a request to attach a cert to an InspSocket. More...
class  InspSocketHSCompleteRequest
 Used to check if a handshake is complete on an InspSocket yet. More...
class  InspSocketHookRequest
 Used to hook a transport provider to an InspSocket. More...
class  InspSocketUnhookRequest
 Used to unhook a transport provider from an InspSocket. More...
class  InspSocketNameRequest

Typedefs

typedef std::map< std::string,
std::string
ssl_data
 A generic container for certificate data.
typedef ssl_data::iterator ssl_data_iter
 A shorthand way of representing an iterator into ssl_data.


Typedef Documentation

typedef std::map<std::string,std::string> ssl_data
 

A generic container for certificate data.

Definition at line 22 of file transport.h.

typedef ssl_data::iterator ssl_data_iter
 

A shorthand way of representing an iterator into ssl_data.

Definition at line 26 of file transport.h.