CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

container::Connection Class Reference

#include <connection.h>

Inheritance diagram for container::Connection:
Collaboration diagram for container::Connection:

List of all members.


Public Member Functions

 Connection (int sock)
virtual ~Connection ()
void setLimit (long lim)

Protected Member Functions

virtual sockbuf::int_type underflow ()

Private Member Functions

void checkLimit ()

Private Attributes

long m_limit

Friends

class container::ServletOutputStreamBuf

Detailed Description

Author:
Ilya A. Volynets-Evenbakh

Definition at line 33 of file connection.h.


Constructor & Destructor Documentation

container::Connection::Connection ( int  sock  ) 

Definition at line 26 of file connection.cpp.

container::Connection::~Connection (  )  [virtual]

Definition at line 33 of file connection.cpp.


Member Function Documentation

void container::Connection::checkLimit (  )  [private]

Definition at line 63 of file connection.cpp.

References m_limit.

Referenced by setLimit(), and underflow().

void container::Connection::setLimit ( long  lim  ) 

Definition at line 57 of file connection.cpp.

References checkLimit(), and m_limit.

Referenced by container::HttpServletRequestImpl::load().

Here is the call graph for this function:

sockbuf::int_type container::Connection::underflow (  )  [protected, virtual]

Definition at line 45 of file connection.cpp.

References checkLimit(), and m_limit.

Here is the call graph for this function:


Friends And Related Function Documentation

friend class container::ServletOutputStreamBuf [friend]

Definition at line 37 of file connection.h.


Member Data Documentation

Definition at line 39 of file connection.h.

Referenced by checkLimit(), setLimit(), and underflow().


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

SourceForge.net Logo