|
psocksxx 1.1.1
|
Input controller class for socket streams. More...
#include <isockstream.h>
Public Member Functions | |
| isockstream (sockstreambuf *ssb) throw () | |
| constructor | |
| virtual | ~isockstream () throw () |
| destructor | |
Public Member Functions inherited from psocksxx::iosocks | |
| virtual | ~iosocks () throw () |
| destructor | |
| bool | timedout () const throw () |
| get the timed-out status flag value | |
| const timeval * | timeout (time_t sec, suseconds_t usec) throw () |
| set the timeout value for stream communications | |
| void * | clear_timeout () throw () |
| clear the timeout value | |
Additional Inherited Members | |
Protected Member Functions inherited from psocksxx::iosocks | |
| iosocks () throw () | |
| empty default constructor | |
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.