mirror of
https://github.com/corda/corda.git
synced 2025-01-31 08:25:50 +00:00
71e7a6d796
actually simulates blocking IO by implementing a Socket OutputStream, and sends a file to a port. The server listens on a port and dumps the output to test files. Together, these classes can be used to send a file from a client to a server machine over a socket.