Uses of Interface
org.jsoup.Connection.Response
Package
Description
Contains the main
Jsoup
class, which provides convenient static access to the jsoup functionality.
Package containing classes supporting the core jsoup code.
-
Uses of Connection.Response in org.jsoup
Modifier and TypeMethodDescriptionConnection.Response.bufferUp()
Read the body of the response into a local buffer, so thatparse()
may be called repeatedly on the same connection response.Connection.Response.charset
(String charset) Set / override the response character set.Connection.execute()
Execute the request.Connection.response()
Get the response, once the request has been executed.Modifier and TypeMethodDescriptionConnection.response
(Connection.Response response) Set the connection's responseModifier and TypeMethodDescriptiondefault Connection
Connection.onResponseProgress
(Progress<Connection.Response> handler) Set the response progress handler, which will be called periodically as the response body is downloaded. -
Uses of Connection.Response in org.jsoup.helper
Modifier and TypeMethodDescriptionHttpConnection.Response.bufferUp()
HttpConnection.execute()
HttpConnection.response()
Modifier and TypeMethodDescriptionHttpConnection.onResponseProgress
(Progress<Connection.Response> handler)