Grizzly is a multi-protocol (HTTP, UDP, etc) framework based on the Java NIO API. The Java NIO API was introduced in Java SE 1.4.
NIO has (in retrospect to the traditional IO API) improved buffer management, file I/O, regular expression support and more. Sun positions this API as an extension to the traditional IO API.
One of [...]