migrating to docs.jboss.org
This commit is contained in:
parent
65ee3d5579
commit
23dfc03060
@ -19,9 +19,9 @@
|
||||
<!ENTITY Home "http://www.jboss.org/netty/">
|
||||
<!ENTITY Downloads "&Home;downloads.html">
|
||||
<!ENTITY Community "&Home;community.html">
|
||||
<!ENTITY DocHome "http://www.jboss.org/file-access/default/members/netty/freezone/">
|
||||
<!ENTITY API "&DocHome;api/3.1/org/jboss/netty/">
|
||||
<!ENTITY XRef "&DocHome;xref/3.1/org/jboss/netty/">
|
||||
<!ENTITY DocHome "http://docs.jboss.org/netty/3.2/">
|
||||
<!ENTITY API "&DocHome;api/org/jboss/netty/">
|
||||
<!ENTITY XRef "&DocHome;xref/org/jboss/netty/">
|
||||
|
||||
<!-- Types in the bootstrap package -->
|
||||
|
||||
|
@ -18,7 +18,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.2/html/images/architecture.png"></div>
|
||||
<div style="text-align: center;"><img src="http://docs.jboss.org/netty/3.2/guide/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…
x
Reference in New Issue
Block a user