* Added the new shiny architecture diagram
This commit is contained in:
parent
2fe0891f4f
commit
90a0796d8d
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 44 KiB |
@ -4,12 +4,24 @@
|
|||||||
%CustomDTD;
|
%CustomDTD;
|
||||||
]>
|
]>
|
||||||
<chapter id="architecture">
|
<chapter id="architecture">
|
||||||
<title>Architecture</title>
|
<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>
|
<para>
|
||||||
In this chapter, we will examine what core functionalities are provided in
|
In this chapter, we will examine what core functionalities are provided
|
||||||
Netty and how they constitute a complete network application development
|
in Netty and how they constitute a complete network application
|
||||||
stack on top of the core.
|
development stack on top of the core. Please keep this diagram in mind
|
||||||
|
as you read this chapter.
|
||||||
</para>
|
</para>
|
||||||
|
</caption>
|
||||||
|
</mediaobject>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Rich Buffer Data Structure</title>
|
<title>Rich Buffer Data Structure</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user