Merge pull request #1957 from xkr47/patch-http-javadoc

http pkg apidoc: Add link from SNI server docs to related net pkg apidoc
This commit is contained in:
Julien Viet
2017-05-03 12:20:41 +02:00
committed by GitHub

View File

@@ -1560,7 +1560,7 @@
*
* ==== Server Name Indication (SNI)
*
* Vert.x http servers can be configured to use SNI in exactly the same way as net servers.
* Vert.x http servers can be configured to use SNI in exactly the same way as {@linkplain io.vertx.core.net net servers}.
*
* Vert.x http client will present the actual hostname as _server name_ during the TLS handshake.
*