diff --git a/src/docbook/master.xml b/src/docbook/master.xml index 3444035781..b5fd410e38 100644 --- a/src/docbook/master.xml +++ b/src/docbook/master.xml @@ -1,5 +1,10 @@ - + + + + +]> The Netty Project 3.0 User Guide diff --git a/src/docbook/module/appendix.xml b/src/docbook/module/appendix.xml index 9e5ee90a89..188dd91a97 100644 --- a/src/docbook/module/appendix.xml +++ b/src/docbook/module/appendix.xml @@ -1,5 +1,10 @@ - + + + + +]> Additional Resources To be written... diff --git a/src/docbook/module/architecture.xml b/src/docbook/module/architecture.xml index 239f3bd17b..5471c0d385 100644 --- a/src/docbook/module/architecture.xml +++ b/src/docbook/module/architecture.xml @@ -1,5 +1,10 @@ - + + + + +]> Architecture To be written... diff --git a/src/docbook/module/codec.xml b/src/docbook/module/codec.xml index 8125b3451b..56808a667d 100644 --- a/src/docbook/module/codec.xml +++ b/src/docbook/module/codec.xml @@ -1,5 +1,10 @@ - + + + + +]> Encoders and Decoders To be written... diff --git a/src/docbook/module/preface.xml b/src/docbook/module/preface.xml index f4dee073fc..2e1d5b1091 100644 --- a/src/docbook/module/preface.xml +++ b/src/docbook/module/preface.xml @@ -1,5 +1,10 @@ - + + + + +]> Preface diff --git a/src/docbook/module/security.xml b/src/docbook/module/security.xml index a499b551ec..beaaeed76c 100644 --- a/src/docbook/module/security.xml +++ b/src/docbook/module/security.xml @@ -1,5 +1,10 @@ - + + + + +]> Securing the Wire To be written... diff --git a/src/docbook/module/start.xml b/src/docbook/module/start.xml index 3ab60a7700..4ac23019fb 100644 --- a/src/docbook/module/start.xml +++ b/src/docbook/module/start.xml @@ -1,5 +1,10 @@ - + + + + +]> Getting Started @@ -19,16 +24,15 @@ The minimum requirements to run the examples which are introduced in this chapter are just two; the latest version of Netty release and JDK 1.5 or above. The latest version of Netty is available in - the project - download page. To get the right version of JDK, please refer to - your preferred JDK vendor's web site. + the project download page. + To get the right version of JDK, please refer to your preferred JDK + vendor's web site. Is that all? To tell the truth, you should find these two are just enough to implement almost any type of protocols. Otherwise, please - feel free to - contact the Netty - project team and let us know what's missing. + feel free to contact the Netty + project team and let us know what's missing. @@ -72,11 +76,11 @@ public class DiscardServerHandler extends SimpleChannelHandler { - TEST! + ChannelPipelineCoverage + annotates a handler - diff --git a/src/docbook/module/state-mgmt.xml b/src/docbook/module/state-mgmt.xml index dc4d828e4e..cf27de539a 100644 --- a/src/docbook/module/state-mgmt.xml +++ b/src/docbook/module/state-mgmt.xml @@ -1,5 +1,10 @@ - + + + + +]> State Management To be written... diff --git a/src/docbook/module/template.xml b/src/docbook/module/template.xml index 3499c835bd..de9383b3aa 100644 --- a/src/docbook/module/template.xml +++ b/src/docbook/module/template.xml @@ -1,5 +1,10 @@ - + + + + +]> Chapter title To be written... diff --git a/src/docbook/module/threading.xml b/src/docbook/module/threading.xml index cfdb802a56..23f71a76be 100644 --- a/src/docbook/module/threading.xml +++ b/src/docbook/module/threading.xml @@ -1,5 +1,10 @@ - + + + + +]> Thread Management To be written... diff --git a/src/docbook/module/transport.xml b/src/docbook/module/transport.xml index 061497e41d..483b6964e2 100644 --- a/src/docbook/module/transport.xml +++ b/src/docbook/module/transport.xml @@ -1,5 +1,10 @@ - + + + + +]> Transports To be written...