javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
222 stars 60 forks source link

Deprecate existing builders and replace with fluent api counterpart. Introduce new fluent apis for building up http servers or creating an embedded servlet application. #1598

Closed glassfishrobot closed 7 years ago

glassfishrobot commented 10 years ago

See http://www.martinfowler.com/bliki/FluentInterface.html.

Affected Versions

[2.3.6]

glassfishrobot commented 10 years ago

Reported by @rlubke

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA GRIZZLY-1598