ISelectClientInfo

Undocumented in source.

Members

Functions

events
Epoll.Event events()
fileHandle
ISelectable.Handle fileHandle()
id
cstring id()

Returns an identifier string of this instance. Defaults to the name of the class, but may be overridden if more detailed information is required.

is_registered
bool is_registered()

Returns true if the client's file handle is registered with epoll for the events specified with the client reference as attachment. Returns false if the client's file handle is not registered with epoll or, when multiple instances of the implementing class share the same file handle, if it is registered with another instance.

timed_out
bool timed_out()
timeout_value_us
ulong timeout_value_us()
toString
istring toString()

Returns a string describing this client, for use in debug messages.

Meta