2

With Java's NIO API, is it possible to implement a zero-copy data transfer from one socket to another? I'm aware of FileChannel::transferTo() which does this from file to socket, but there isn't a transferTo() method on SocketChannel.

Gunnar
  • 18,095
  • 1
  • 53
  • 73

0 Answers0