psocksxx
1.0.0
|
Input controller class for socket streams. More...
#include <isockstream.h>
Public Member Functions | |
isockstream (sockstreambuf *ssb) throw () | |
constructor More... | |
virtual | ~isockstream () throw () |
destructor | |
![]() | |
virtual | ~iosocks () throw () |
destructor More... | |
bool | timedout () const throw () |
get the timed-out status flag value More... | |
const timeval * | timeout (time_t sec, suseconds_t usec) throw () |
set the timeout value for stream communications More... | |
void * | clear_timeout () throw () |
clear the timeout value More... | |
Additional Inherited Members | |
![]() | |
iosocks () throw () | |
empty default constructor More... | |
Input controller class for socket streams.
This class acts as an interface for getting inputs from a psocksxx::sockstreambuf class.
psocksxx::isockstream::isockstream | ( | sockstreambuf * | ssb | ) | |
throw | ( | ||||
) |
constructor
ssb | socket stream buffer |
Create an input socket stream controller instance.