2 Commits

Author SHA1 Message Date
Nick Thomas
6dc5c832f8 Alter the interface presented by Connectors::Socket
We now provide a queue-like reader as well as a queue-lke writer.
Additional read queues can still be registered.
2011-11-13 12:00:15 +00:00
Nick Thomas
1688e55459 Project framework + socket connector
The socket connector is responsible for reading from a socket and
converting the lines that were read to messages, using a passed-in
deserialiser. It also provides an interface to push messages onto
the socket, via a serialiser which is also passed in.
2011-11-12 21:45:14 +00:00