ISocketStream

Inheritance:

Methods of ISocketStream:

Methods of istream:

Methods of SSReader:

close
virtual void ISocketStream::close(void) = 0;

Undocumented function.

isClosed
virtual bool ISocketStream::is_closed(void) = 0;

Undocumented function.

get
int istream::get(void);

Undocumented function.

close
virtual void SSReader::close(void) = 0;

Undocumented function.

isClosed
virtual bool SSReader::is_closed(void) = 0;

Undocumented function.

receiveDatagram
bool SSReader::receive_datagram(Datagram &dg);

Description: Receives a datagram over the socket by expecting a little-endian 16-bit byte count as a prefix. If the socket stream is non-blocking, may return false if the data is not available; otherwise, returns false only if the socket closes.