mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
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:
@@ -1560,7 +1560,7 @@
|
|||||||
*
|
*
|
||||||
* ==== Server Name Indication (SNI)
|
* ==== 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.
|
* Vert.x http client will present the actual hostname as _server name_ during the TLS handshake.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user