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