public INetworkInterface
Interface for the "Network"-component. By using this interface it is much easier to write tests (with Mock-objects) so that you don't need a working TCP/IP client.
public INetworkInterface()
java.io.InputStream getInputStream()
java.io.OutputStream getOutputStream()
void close()