IConnectionHandler.formatInfo

Formats information about the connection into the provided buffer. This method is called from the SelectListener in order to log information about the state of all connections in the pool.

We format the following here: * the file descriptor of the socket of this connection * the remote ip and port of the socket * whether an I/O error has occurred for the socket since the last call to assign()

class IConnectionHandler
void
formatInfo
(
ref char[] buf
)

Parameters

buf char[]

buffer to format into

Meta