ListenAttempt

Embodies the idea of a listening attempt.

Members

Enums

ListenState
enum ListenState

The various states a listening attempt may be in.

Variables

bytesReceived
long bytesReceived;

The amount of bytes received this attempt.

errno
int errno;

errno at time of read.

error
string error;

The lastSocketError at the last point of error.

line
string line;

The last read line of text sent by the server.

state
ListenState state;

The current state of the attempt.