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