20#ifndef PSOCKSXX_IOSOCKSTREAM_H
21#define PSOCKSXX_IOSOCKSTREAM_H
23#include <psocksxx/isockstream.h>
24#include <psocksxx/osockstream.h>
bool timedout() const
get the timed-out status flag value
Definition iosocks.cpp:25
Input and Output controller class for socket streams.
Definition iosockstream.h:39
virtual ~iosockstream()
destructor
Definition iosockstream.h:58
bool timedout() const
get the timed-out status for this stream
Definition iosockstream.h:70
iosockstream(sockstreambuf *ssb)
constructor
Definition iosockstream.h:50
Input controller class for socket streams.
Definition isockstream.h:38
Output controller class for socket streams.
Definition osockstream.h:38
Socket stream buffer class.
Definition sockstreambuf.h:53