三个channel使用:ServerSocketChannel,SocketChannel,FileChannel。

答案解析

ServerSocketChannel用于监听连接,SocketChannel用于网络读写,FileChannel用于文件读写,均支持非阻塞和高效数据传输。