namespace Akenti class SocketInBuffer : public streambuf A SocketInBuffer is a particular type of stream buffer for sockets in the input buffer
| | SocketImplFactory () Creates the object |
| | ~SocketImplFactory () Destroys the object |
| | createSocketImpl () const Creates a new SocketImpl object |
| | setSocketImplFactory (const SocketImplFactory& fac) Sets this object to the new SocketImplFactory fac |
| | getSocketImplFactory () Returns the SocketImplFactory object |
| | SocketInBuffer (const IOHandler& fd) Constructs this object |
| | ~SocketInBuffer () Destroys this object |
| | paramString () const Returns a string representation for SocketInBuffer which is used for debugging purposes |
| | underflow () Reponsible for inserting characters into the buffer |
A SocketInBuffer is a particular type of stream buffer for sockets in the input buffer.
virtual ~SocketImplFactory()
virtual SocketImpl* createSocketImpl() const
static void setSocketImplFactory(const SocketImplFactory& fac)
static const SocketImplFactory& getSocketImplFactory()
SocketInBuffer(const IOHandler& fd)
~SocketInBuffer()
string paramString() const
int underflow()
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de