I want to create a pipe between a client browser <-> my server <-> some other server for downloading some file. I am using Apache Tomcat as my server.
How can I create the pipe via my server? I don't have much space on my server, so I don't want to save files on my server.
I just want the download data to go via my server due to some reasons. Data should flow in real time.
Can I do this using streams in Java EE?