A helper class that opens a TCP/IP server socket and starts a separate thread which listens for a connection request on that socket, reads in everything until the client closes the connection, and returns the transmitted content.
@author
Sascha Brawer