Uses of Class
org.apache.hc.client5.http.socket.UnixDomainSocketFactory.Implementation
-
Packages that use UnixDomainSocketFactory.Implementation Package Description org.apache.hc.client5.http.socket Client connection socket APIs. -
-
Uses of UnixDomainSocketFactory.Implementation in org.apache.hc.client5.http.socket
Fields in org.apache.hc.client5.http.socket declared as UnixDomainSocketFactory.Implementation Modifier and Type Field Description private static UnixDomainSocketFactory.ImplementationUnixDomainSocketFactory. IMPLEMENTATIONMethods in org.apache.hc.client5.http.socket that return UnixDomainSocketFactory.Implementation Modifier and Type Method Description private static UnixDomainSocketFactory.ImplementationUnixDomainSocketFactory. detectImplementation()static UnixDomainSocketFactory.ImplementationUnixDomainSocketFactory.Implementation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnixDomainSocketFactory.Implementation[]UnixDomainSocketFactory.Implementation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-