BesterInformer

The BesterInformer allows handlers to query (out-of-band) information regarding this bester server.

This is useful when the message handler requires additional information before it sends its final message response.

final
class BesterInformer : Thread {}

Constructors

this
this(BesterServer server)

Constructs a new BesterInformer object which will accept incoming connections (upon calling .start) from handlers, over a UNIX domain socket, requesting server information.

Members

Functions

shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta