|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jsoup.helper.HttpConnection.KeyVal
public static class HttpConnection.KeyVal
| Method Summary | |
|---|---|
static HttpConnection.KeyVal |
create(String key,
String value)
|
String |
key()
Get the key of a keyval |
HttpConnection.KeyVal |
key(String key)
Update the key of a keyval |
String |
toString()
|
String |
value()
Get the value of a keyval |
HttpConnection.KeyVal |
value(String value)
Update the value of a keyval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static HttpConnection.KeyVal create(String key,
String value)
public HttpConnection.KeyVal key(String key)
Connection.KeyVal
key in interface Connection.KeyValkey - new key
public String key()
Connection.KeyVal
key in interface Connection.KeyValpublic HttpConnection.KeyVal value(String value)
Connection.KeyVal
value in interface Connection.KeyValvalue - the new value
public String value()
Connection.KeyVal
value in interface Connection.KeyValpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||