Class PlainConnectionSocketFactory

java.lang.Object
org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
All Implemented Interfaces:
ConnectionSocketFactory

@Deprecated @Contract(threading=STATELESS) public class PlainConnectionSocketFactory extends Object implements ConnectionSocketFactory
Deprecated.
Use DetachedSocketFactory. Please note this interface is considered internal.
The default class for creating plain (unencrypted) sockets.
See Also: