A Guide to NIO2 Asynchronous Socket Channel 1. Overview In this article, we will demonstrate how to build a simple server and its client using the Java 7 NIO.2 channel APIs. We’ll look at the AsynchronousServerSocketChannel and AsynchronousSocketChannel classes which are the key classes used in implementing the server and… Continue Reading java-nio2-async-socket-channel