Remove outdated UML / Fix image URL
* We are going to focus more on the netty-book project instead of outdated UML diagrams
This commit is contained in:
parent
683d678c17
commit
16160a0e69
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@
|
||||
<title>The Netty Project API Reference</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align: center;"><img src="http://docs.jboss.org/netty/3.2/guide/html/images/architecture.png"></div>
|
||||
<div style="text-align: center;"><img src="http://netty.io/images/architecture.png"></div>
|
||||
<p style="text-align: justify;"><a href="http://netty.io/" 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