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
Kai S. K. Engelbart 9d430dbb75 Merge pull request #3 from informatik-ag-ngl/b/cancelled_socket
Fixed unresponsive behavior after cancelled socket
2020-02-09 15:34:35 +01:00
.github/workflows Create maven.yml 2019-12-30 15:28:51 +01:00
.settings Fixed Maven build error caused by release flag 2020-01-06 10:29:21 +01:00
src Printing socket exception to console 2020-02-09 15:16:59 +01:00
.classpath Converted to Maven project, moved tests into package 2019-12-28 11:24:05 +02:00
.gitignore Converted to Maven project, moved tests into package 2019-12-28 11:24:05 +02:00
.project Converted to Maven project, moved tests into package 2019-12-28 11:24:05 +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
pom.xml Generating sources and Javadoc in JAR export 2020-01-06 14:38:14 +01:00

README.md

java-nio-server

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