Uses of Interface
org.jsoup.Connection.Request
Packages that use Connection.Request
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.Request in org.jsoup
Methods in org.jsoup that return Connection.RequestModifier and TypeMethodDescriptiondefault Connection.Request
Connection.Request.auth
(@Nullable RequestAuthenticator authenticator) Set the authenticator to use for this request.Connection.Request.data
(Connection.KeyVal keyval) Add a data parameter to the requestConnection.Request.followRedirects
(boolean followRedirects) Configures the request to (not) follow server redirects.Connection.Request.ignoreContentType
(boolean ignoreContentType) Configures the request to ignore the Content-Type of the response.Connection.Request.ignoreHttpErrors
(boolean ignoreHttpErrors) Configures the request to ignore HTTP errors in the response.Connection.Request.maxBodySize
(int bytes) Update the maximum body size, in bytes.Specify the parser to use when parsing the document.Connection.Request.postDataCharset
(String charset) Sets the post data character set for x-www-form-urlencoded post dataConnection.Request.proxy
(String host, int port) Set the HTTP proxy to use for this request.Update the proxy for this request.Connection.request()
Get the request object associated with this connectionConnection.Request.requestBody
(@Nullable String body) Set a POST (or PUT) request body.Connection.Request.timeout
(int millis) Update the request timeout.Methods in org.jsoup with parameters of type Connection.RequestModifier and TypeMethodDescriptionConnection.request
(Connection.Request request) Set the connection's request -
Uses of Connection.Request in org.jsoup.helper
Classes in org.jsoup.helper that implement Connection.RequestMethods in org.jsoup.helper that return Connection.RequestModifier and TypeMethodDescriptionHttpConnection.Request.auth
(@Nullable RequestAuthenticator authenticator) HttpConnection.Request.followRedirects
(boolean followRedirects) HttpConnection.Request.ignoreContentType
(boolean ignoreContentType) HttpConnection.Request.ignoreHttpErrors
(boolean ignoreHttpErrors) HttpConnection.Request.maxBodySize
(int bytes) HttpConnection.Request.postDataCharset
(String charset) HttpConnection.request()
HttpConnection.Request.requestBody
(@Nullable String body) Methods in org.jsoup.helper with parameters of type Connection.Request