Class RequestDispatch

java.lang.Object
org.jsoup.helper.RequestDispatch

class RequestDispatch extends Object
Handles requests using either HttpClient (available in JVM 11+) or HttpURLConnection. During initialization, the HttpClientExecutor class is used if it can be instantiated, unless the system property SharedConstants.UseHttpClient is explicitly set to false.