|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection.Response | |
---|---|
org.jsoup | Contains the main Jsoup class, 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 | |
---|---|
Connection.Response |
Connection.execute()
Execute the request. |
Connection.Response |
Connection.response()
Get the response, once the request has been executed |
Methods in org.jsoup with parameters of type Connection.Response | |
---|---|
Connection |
Connection.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 | |
---|---|
static class |
HttpConnection.Response
|
Methods in org.jsoup.helper that return Connection.Response | |
---|---|
Connection.Response |
HttpConnection.execute()
|
Connection.Response |
HttpConnection.response()
|
Methods in org.jsoup.helper with parameters of type Connection.Response | |
---|---|
Connection |
HttpConnection.response(Connection.Response response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |