Uses of Interface
org.jsoup.Connection.Response
-
Packages that use Connection.Response Package Description org.jsoup Contains the mainJsoupclass, which provides convenient static access to the jsoup functionality.org.jsoup.helper -
-
Uses of Connection.Response in org.jsoup
Methods in org.jsoup that return Connection.Response Modifier and Type Method Description Connection.ResponseConnection.Response. charset(java.lang.String charset)Set / override the response character set.Connection.ResponseConnection. execute()Execute the request.Connection.ResponseConnection. response()Get the response, once the request has been executedMethods in org.jsoup with parameters of type Connection.Response Modifier and Type Method Description ConnectionConnection. response(Connection.Response response)Set the connection's response -
Uses of Connection.Response in org.jsoup.helper
Classes in org.jsoup.helper that implement Connection.Response Modifier and Type Class Description static classHttpConnection.ResponseMethods in org.jsoup.helper that return Connection.Response Modifier and Type Method Description Connection.ResponseHttpConnection. execute()Connection.ResponseHttpConnection. response()Methods in org.jsoup.helper with parameters of type Connection.Response Modifier and Type Method Description ConnectionHttpConnection. response(Connection.Response response)
-