#include <connection.h>
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 |
Definition at line 33 of file connection.h.
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.
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().
sockbuf::int_type container::Connection::underflow | ( | ) | [protected, virtual] |
Definition at line 45 of file connection.cpp.
References checkLimit(), and m_limit.
friend class container::ServletOutputStreamBuf [friend] |
Definition at line 37 of file connection.h.
long container::Connection::m_limit [private] |
Definition at line 39 of file connection.h.
Referenced by checkLimit(), setLimit(), and underflow().