Class Job
java.lang.Object
com.squareup.okhttp.internal.http.Job
- All Implemented Interfaces:
Runnable
public final class Job extends Object implements Runnable
-
Constructor Summary
Constructors Constructor Description Job(Dispatcher dispatcher, HttpURLConnection connection, Request request, Response.Receiver responseReceiver) -
Method Summary
Modifier and Type Method Description voidrun()Starts executing the active part of the class' code.
-
Constructor Details
-
Job
public Job(Dispatcher dispatcher, HttpURLConnection connection, Request request, Response.Receiver responseReceiver)
-
-
Method Details