Java NIO and TCP Connections
Jump to navigation
Jump to search
Internal
Overview
This article describes the programming model involved in establishing a simple TCP connection and interacting with it with non-blocking I/O, from Java. We use Java NIO APIs primitives introduced in Java 4.
Programming Model
Server
The server code uses a Selector to multiplex over two selectable channels: a ServerSocketChannel