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 4681610 commit add1ed9Copy full SHA for add1ed9
httpclient5/src/main/java/org/apache/hc/client5/http/socket/UnixDomainSocketFactory.java
@@ -48,8 +48,8 @@
48
* A factory for Unix domain sockets.
49
* <p>
50
* This implementation supports both the JDK16+ standard library implementation (JEP 380) and the JUnixSocket library.
51
- * It will automatically detect which implementation is available and use it. JUnixSocket is preferred, since it
52
- * supports the {@link java.net.Socket} API used by the classic client.
+ * It will automatically detect which implementation is available and use it; if both are available, the standard
+ * library implementation is preferred.
53
* </p>
54
*
55
* @since 5.6
0 commit comments