Uses of Class
org.jsoup.internal.ControllableInputStream
-
Packages that use ControllableInputStream Package Description org.jsoup.helper Package containing classes supporting the core jsoup code.org.jsoup.internal Util methods used by Jsoup. -
-
Uses of ControllableInputStream in org.jsoup.helper
Fields in org.jsoup.helper declared as ControllableInputStream Modifier and Type Field Description private ControllableInputStream
HttpConnection.Response. bodyStream
-
Uses of ControllableInputStream in org.jsoup.internal
Methods in org.jsoup.internal that return ControllableInputStream Modifier and Type Method Description <ProgressContext>
ControllableInputStreamControllableInputStream. onProgress(int contentLength, Progress<ProgressContext> callback, ProgressContext context)
ControllableInputStream
ControllableInputStream. timeout(long startTimeNanos, long timeoutMillis)
static ControllableInputStream
ControllableInputStream. wrap(java.io.InputStream in, int bufferSize, int maxSize)
If this InputStream is not already a ControllableInputStream, let it be one.
-