Draft 2 for week 1.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
|
@ -60,19 +60,5 @@ endif::[]
|
|||
:sectids!:
|
||||
|
||||
include::client/client.adoc[]
|
||||
include::embedding/chapter.adoc[]
|
||||
include::maven/chapter.adoc[]
|
||||
include::clients/http/chapter.adoc[]
|
||||
include::handlers/chapter.adoc[]
|
||||
include::websockets/intro/chapter.adoc[]
|
||||
include::websockets/jetty/chapter.adoc[]
|
||||
include::ant/chapter.adoc[]
|
||||
include::continuations/chapter.adoc[]
|
||||
include::frameworks/chapter.adoc[]
|
||||
include::architecture/chapter.adoc[]
|
||||
include::platforms/chapter.adoc[]
|
||||
include::jetty-xml/chapter.adoc[]
|
||||
include::troubleshooting/chapter.adoc[]
|
||||
include::debugging/chapter.adoc[]
|
||||
//include::contributing/chapter.adoc[]
|
||||
include::upgrading/chapter.adoc[]
|
||||
include::server/server.adoc[]
|
||||
include::io-arch.adoc[]
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
//
|
||||
// ========================================================================
|
||||
// Copyright (c) 1995-2019 Mort Bay Consulting Pty. Ltd.
|
||||
// ========================================================================
|
||||
// All rights reserved. This program and the accompanying materials
|
||||
// are made available under the terms of the Eclipse Public License v1.0
|
||||
// and Apache License v2.0 which accompanies this distribution.
|
||||
//
|
||||
// The Eclipse Public License is available at
|
||||
// http://www.eclipse.org/legal/epl-v10.html
|
||||
//
|
||||
// The Apache License v2.0 is available at
|
||||
// http://www.opensource.org/licenses/apache2.0.php
|
||||
//
|
||||
// You may elect to redistribute this code under either of these licenses.
|
||||
// ========================================================================
|
||||
//
|
||||
|
||||
[appendix]
|
||||
[[io-arch]]
|
||||
== Jetty I/O Architecture
|
||||
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
Before Width: | Height: | Size: 269 KiB After Width: | Height: | Size: 269 KiB |
Before Width: | Height: | Size: 433 KiB After Width: | Height: | Size: 433 KiB |
Before Width: | Height: | Size: 275 KiB After Width: | Height: | Size: 275 KiB |
Before Width: | Height: | Size: 542 KiB After Width: | Height: | Size: 542 KiB |
Before Width: | Height: | Size: 396 KiB After Width: | Height: | Size: 396 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -0,0 +1,37 @@
|
|||
//
|
||||
// ========================================================================
|
||||
// Copyright (c) 1995-2019 Mort Bay Consulting Pty. Ltd.
|
||||
// ========================================================================
|
||||
// All rights reserved. This program and the accompanying materials
|
||||
// are made available under the terms of the Eclipse Public License v1.0
|
||||
// and Apache License v2.0 which accompanies this distribution.
|
||||
//
|
||||
// The Eclipse Public License is available at
|
||||
// http://www.eclipse.org/legal/epl-v10.html
|
||||
//
|
||||
// The Apache License v2.0 is available at
|
||||
// http://www.opensource.org/licenses/apache2.0.php
|
||||
//
|
||||
// You may elect to redistribute this code under either of these licenses.
|
||||
// ========================================================================
|
||||
//
|
||||
|
||||
[[server]]
|
||||
== Jetty Server Libraries
|
||||
|
||||
include::embedding/chapter.adoc[]
|
||||
include::maven/chapter.adoc[]
|
||||
include::clients/http/chapter.adoc[]
|
||||
include::handlers/chapter.adoc[]
|
||||
include::websockets/intro/chapter.adoc[]
|
||||
include::websockets/jetty/chapter.adoc[]
|
||||
include::ant/chapter.adoc[]
|
||||
include::continuations/chapter.adoc[]
|
||||
include::frameworks/chapter.adoc[]
|
||||
include::architecture/chapter.adoc[]
|
||||
include::platforms/chapter.adoc[]
|
||||
include::jetty-xml/chapter.adoc[]
|
||||
include::troubleshooting/chapter.adoc[]
|
||||
include::debugging/chapter.adoc[]
|
||||
//include::contributing/chapter.adoc[]
|
||||
include::upgrading/chapter.adoc[]
|