Skip to content

Commit

Permalink
Doc: update Unix domain sockets section
Browse files Browse the repository at this point in the history
In Vert.x 5, the Web Client supports Unix domain sockets on JDK16+ or using a native transport.
  • Loading branch information
tsegismont authored Nov 21, 2024
1 parent e9a0665 commit 2bfc274
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vertx-web-client/src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -754,12 +754,12 @@ ifeval::["$lang" == "java"]
include::override/rxjava3.adoc[]
endif::[]

== Domain sockets
== Unix domain sockets

Since 3.7.1 the Web Client supports domain sockets, e.g you can interact with the https://docs.docker.com/engine/reference/commandline/dockerd/[local Docker daemon].
The Web Client supports Unix domain sockets.
For example, you can interact with the https://docs.docker.com/engine/reference/commandline/dockerd/[local Docker daemon].

To achieve this, the {@link io.vertx.core.Vertx} instance must be created using a native transport, you can read
the Vert.x core documentation that explains it clearly.
To achieve this, you must run your application with JDK16+ or create the {@link io.vertx.core.Vertx} instance using a link:../../vertx-core/java/#_native_transports[native transport].

[source,$lang]
----
Expand Down

0 comments on commit 2bfc274

Please sign in to comment.