fix: Grizzly is used in Glassfish

This commit is contained in:
yegorius
2015-04-06 10:49:47 +03:00
parent 1fdc48bc05
commit 19aa8d3f2f

View File

@ -281,7 +281,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
*Libraries for network programming.*
* [Grizzly](https://grizzly.java.net/) - NIO framework. Used as a network layer in Jetty.
* [Grizzly](https://grizzly.java.net/) - NIO framework. Used as a network layer in Glassfish.
* [Netty](http://netty.io/) - A framework for building high performance network applications.
* [OkHttp](http://square.github.io/okhttp/) - An HTTP+SPDY client for Android and Java applications.
* [Undertow](http://undertow.io/) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly.