This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jakob Jenkov 976ecb6af2 SocketSwitch was not used.
IMessageWriter + IMessageWriterFactory are not necessary, as messages are just buffers
that need to be drained to the socket. Instead we have a standard MessageWriter that does
that.
2015-10-22 21:16:29 +02:00
src SocketSwitch was not used. 2015-10-22 21:16:29 +02:00
LICENSE Initial commit 2015-10-16 15:43:42 +02:00
README.md Initial commit 2015-10-16 15:43:42 +02:00

README.md

java-nio-server

A Java NIO Server using non-blocking IO all the way through.