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

ISHRequest Class Reference

Used to represent a request to a transport provider module. More...

#include <transport.h>

Inheritance diagram for ISHRequest:

Inheritance graph
[legend]
Collaboration diagram for ISHRequest:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ISHRequest (Module *Me, Module *Target, const char *rtype, BufferedSocket *sock)

Public Attributes

BufferedSocketSock

Detailed Description

Used to represent a request to a transport provider module.

Definition at line 167 of file transport.h.


Constructor & Destructor Documentation

ISHRequest::ISHRequest Module Me,
Module Target,
const char *  rtype,
BufferedSocket sock
[inline]
 

Definition at line 172 of file transport.h.


Member Data Documentation

BufferedSocket* ISHRequest::Sock
 

Definition at line 170 of file transport.h.

Referenced by ModuleZLib::OnRequest(), ModuleSSLOpenSSL::OnRequest(), and ModuleSSLGnuTLS::OnRequest().


The documentation for this class was generated from the following file: