* Added the new shiny architecture diagram

This commit is contained in:
Trustin Lee 2009-04-10 12:55:27 +00:00
parent 2fe0891f4f
commit 90a0796d8d
3 changed files with 18 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -4,12 +4,24 @@
%CustomDTD;
]>
<chapter id="architecture">
<title>Architecture</title>
<para>
In this chapter, we will examine what core functionalities are provided in
Netty and how they constitute a complete network application development
stack on top of the core.
</para>
<title>Architectural Overview</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/architecture.png" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Architecture Diagram of Netty</phrase>
</textobject>
<caption>
<para>
In this chapter, we will examine what core functionalities are provided
in Netty and how they constitute a complete network application
development stack on top of the core. Please keep this diagram in mind
as you read this chapter.
</para>
</caption>
</mediaobject>
<section>
<title>Rich Buffer Data Structure</title>