|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jsoup.helper.HttpConnection.Request
public static class HttpConnection.Request
| Method Summary | |
|---|---|
Collection<Connection.KeyVal> |
data()
Get all of the request's data parameters |
HttpConnection.Request |
data(Connection.KeyVal keyval)
Add a data parameter to the request |
int |
timeout()
Get the request timeout, in milliseconds. |
HttpConnection.Request |
timeout(int millis)
Update the request timeout. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jsoup.Connection.Base |
|---|
cookie, cookie, cookies, hasCookie, hasHeader, header, header, headers, method, method, removeCookie, removeHeader, url, url |
| Method Detail |
|---|
public int timeout()
Connection.Request
timeout in interface Connection.Requestpublic HttpConnection.Request timeout(int millis)
Connection.Request
timeout in interface Connection.Requestmillis - timeout, in milliseconds
public HttpConnection.Request data(Connection.KeyVal keyval)
Connection.Request
data in interface Connection.Requestkeyval - data to add.
public Collection<Connection.KeyVal> data()
Connection.Request
data in interface Connection.Request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||