Collection

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this()
Undocumented in source.

Alias This

alive

By default this returns an array of all the alive connections

Members

Functions

alive
Connection[] alive()

Returns an Array of alive connections.

all
Connection[] all()

Returns an Array of all connections, both dead and alive

dead
Connection[] dead()

Returns an Array of dead connections.

getConnection
Connection getConnection()

Returns a connection.

Meta