We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1b9ed commit 061a9f0Copy full SHA for 061a9f0
1 file changed
docs/asciidoc/servers.adoc
@@ -2,9 +2,9 @@
2
3
There are three server implementations:
4
5
-- javadoc:JettyServer[]
6
-- javadoc:NettyServer[]
7
-- javadoc:UndertowServer[]
+- javadoc:jetty.JettyServer[artifact=jooby-jetty]
+- javadoc:netty.NettyServer[artifact=jooby-netty]
+- javadoc:undertow.UndertowServer[artifact=jooby-undertow]
8
9
Servers are automatically registered based on their presence on the project classpath.
10
@@ -341,7 +341,7 @@ To use a valid PKCS12 certificate:
341
342
<1> Creates SslOptions using PKCS12 certificates path
343
344
-Certificate (.p12 location can be file system or class path locations.
+Certificate (.p12) location can be file system or class path locations.
345
346
Optionally you can define the SSL options in your application configuration file:
347
0 commit comments