# Functions
DatagramReaderFactory allows creation of a handler which can read packets from connections.
# Type aliases
ConnectionHandler is able to read from incoming connections.
HandlerFactory returns a ConnectionHandler func.
ListenerFactory is used to craete connections based on the configuration.
MetadataFunc defines callback executed when a line is read from the split handler.