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.
This commit is contained in:
Nick Thomas
2011-11-12 21:45:14 +00:00
commit 1688e55459
6 changed files with 380 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/nbproject/private/