Updated the overview section of the Javadoc
This commit is contained in:
parent
90a0796d8d
commit
29d56ff975
1
pom.xml
1
pom.xml
@ -433,6 +433,7 @@
|
||||
-group "Miscellaneous" ${project.groupId}.logging*:${project.groupId}.util*
|
||||
|
||||
-sourceclasspath ${project.build.outputDirectory}
|
||||
-nopackagediagram
|
||||
</additionalparam>
|
||||
<encoding>UTF-8</encoding>
|
||||
<locale>en_US</locale>
|
||||
|
@ -3,6 +3,7 @@
|
||||
<title>The Netty Project API Reference</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align: center;"><img src="http://www.jboss.org/file-access/default/members/netty/freezone/guide/3.1/html/images/architecture.png"></div>
|
||||
<p style="text-align: justify;"><a href="http://www.jboss.org/netty/" target="_top"><em>The Netty project</em></a> is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP/IP socket server.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user