Class UnixDomainSocketFactory

java.lang.Object
org.apache.hc.client5.http.socket.UnixDomainSocketFactory

@Contract(threading=STATELESS) @Internal public final class UnixDomainSocketFactory extends Object
A factory for Unix domain sockets.

This implementation supports both the JDK16+ standard library implementation (JEP 380) and the JUnixSocket library. It will automatically detect which implementation is available and use it; if both are available, the standard library implementation is preferred.

Since:
5.6