You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: md/doc/jetty/jetty.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# jetty
2
2
3
-
NIO web server via: [Jetty](https://www.eclipse.org/jetty).
3
+
[Jetty](https://www.eclipse.org/jetty) provides a Web server and javax.servlet container, plus support for HTTP/2, WebSocket and many other integrations.
Copy file name to clipboardExpand all lines: md/doc/metrics/metrics.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,5 +90,3 @@ Reporters are appended via a callback API:
90
90
```
91
91
92
92
You can add all the reporters you want. Keep in mind you have to start them (if need it), but you don't have to stop them as long they implements the [Closeable]({{defdocs}}/assets/Closeable.html) interface.
Copy file name to clipboardExpand all lines: md/doc/netty/netty.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# netty
2
2
3
-
NIO web server via [Netty](http://netty.io).
3
+
[Netty](http://netty.io) is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
4
4
5
5
## exports
6
6
7
-
*Netty Server
7
+
*`Server`
8
8
9
9
## dependency
10
10
@@ -19,7 +19,6 @@ NIO web server via [Netty](http://netty.io).
19
19
## usage
20
20
21
21
In order to use a web server all you have to do is add the dependency to your build system.
22
-
{{Jooby}} will find the server and start it.
23
22
24
23
## http/2
25
24
@@ -31,4 +30,6 @@ In order to use a web server all you have to do is add the dependency to your bu
0 commit comments