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