|
reSIProcate/stack
9694
|
#include <list>#include "resip/stack/ConnectionBase.hxx"#include "rutil/Socket.hxx"#include "rutil/FdPoll.hxx"#include "rutil/Timer.hxx"#include "resip/stack/Transport.hxx"#include "resip/stack/MsgHeaderScanner.hxx"#include "rutil/IntrusiveListElement.hxx"

Go to the source code of this file.
Classes | |
| class | resip::Connection |
| Connection implements, via sockets, ConnectionBase for managed connections. More... | |
Namespaces | |
| namespace | resip |
SERNonceHelper implements the makeNonce function in the same way as SIP Express Router (SER) - http://www.iptel.org/ser. | |
Typedefs | |
| typedef IntrusiveListElement < Connection * > | resip::ConnectionLruList |
| three intrusive list types for in-place reference | |
| typedef IntrusiveListElement1 < Connection * > | resip::ConnectionReadList |
| typedef IntrusiveListElement2 < Connection * > | resip::ConnectionWriteList |
| typedef IntrusiveListElement3 < Connection * > | resip::FlowTimerLruList |
Functions | |
| EncodeStream & | resip::operator<< (EncodeStream &strm, const resip::Connection &c) |
1.7.5.1